Skip to content

Commit

Permalink
Merge branch 'master' into FDroid
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Apr 3, 2017
2 parents 517045e + 1312915 commit c7fb6e6
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 c7fb6e6

Please sign in to comment.