Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
Bump version to force fdroid build
Browse files Browse the repository at this point in the history
  • Loading branch information
fistons committed May 9, 2018
1 parent 7dd3085 commit dd7eb68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TinyTinyFeed/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}

android {
compileSdkVersion 26
compileSdkVersion 27
buildToolsVersion '27.0.3'

dependencies {
Expand All @@ -33,9 +33,9 @@ android {

defaultConfig {
minSdkVersion 19
targetSdkVersion 26
versionCode 23
versionName "1.12.1"
targetSdkVersion 27
versionCode 24
versionName "1.12.2"
applicationId "org.poopeeland.tinytinyfeed"
}

Expand Down

0 comments on commit dd7eb68

Please sign in to comment.