Skip to content

Commit

Permalink
prepare v0.6.0.170404 (28) to fix fdroid build. same as v0.6.0.170402…
Browse files Browse the repository at this point in the history
… (27)
  • Loading branch information
k3b committed Apr 3, 2017
1 parent dedc422 commit 1312915
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ android {
// 0.5.5.161220 (24) Image Picker
// 0.6.0.170309 (25) Tag support (fdroid build failed)
// 0.6.0.170315 (26) Bugfix for new Tag support (fdroid build failed)
// 0.6.0.170402 (27) language updates. try to fix fdroid build
// 0.6.0.170402 (27) language updates. (fdroid build failed)
// 0.6.0.170404 (28) same as 0.6.0.170402. try to fix fdroid build

versionCode = 27
versionName = '0.6.0.170402'
versionCode = 28
versionName = '0.6.0.170404'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
Expand Down

0 comments on commit 1312915

Please sign in to comment.