Skip to content

Commit

Permalink
prepare next fdroid release 0.6.0.170309 (25) Tag support
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Mar 6, 2017
1 parent 96d58a2 commit 5daf1ba
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 @@ -29,13 +29,14 @@ android {
// published 0.5.1.160712 (18)
// published 0.5.2.160726 (19)
// not published 0.5.2.160920 (20)
// 0.5.3.160927 (21)
// 0.5.3.160927 (21) mapsforge offline maps; *.gpx and *.kml files
// 0.5.4.161111 (22)
// 0.5.4.161112 (23)
// 0.5.5.161220 (24)
// 0.5.5.161220 (24) Image Picker
// 0.6.0.170309 (25) Tag support

versionCode = 24
versionName = '0.5.5.161220'
versionCode = 25
versionName = '0.6.0.170309'
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
Expand Down

0 comments on commit 5daf1ba

Please sign in to comment.