Skip to content

Commit

Permalink
prepare for v0.6.0.170402 (27)
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Apr 1, 2017
1 parent 76c972a commit c2b59f9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ android {
// 0.5.4.161111 (22)
// 0.5.4.161112 (23)
// 0.5.5.161220 (24) Image Picker
// 0.6.0.170309 (25) Tag support
// 0.6.0.170315 (26) Bugfix for new Tag support
// 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

versionCode = 26
versionName = '0.6.0.170315'
versionCode = 27
versionName = '0.6.0.170402'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
Expand Down

0 comments on commit c2b59f9

Please sign in to comment.