Skip to content

Commit

Permalink
[Release:3.0.9] Fix DB + patch Overpass API
Browse files Browse the repository at this point in the history
  • Loading branch information
loicortola committed Jul 20, 2017
1 parent 228273e commit 196180c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
appVersion = "3.0.8"
appVersion = "3.0.9"
androidSupportVersion = '25.1.0'
playServicesVersion = '7.8.0'
daggerVersion = '2.0'
Expand Down Expand Up @@ -99,7 +99,7 @@ android {
applicationId "io.jawg.osmcontributor"
minSdkVersion 16
targetSdkVersion 25
versionCode 27
versionCode 28
versionName appVersion
multiDexEnabled true
ndk {
Expand Down Expand Up @@ -152,8 +152,8 @@ android {

bus {
applicationId "io.jawg.osmcontributor.bus"
versionName "1.2.3"
versionCode 6
versionName "1.2.4"
versionCode 7

buildConfigField "String", "APP_NAME", '"Jungle Bus"'
buildConfigField "String", "CRASHLYTICS_PACKAGE_NAME", '"io.jawg.osmcontributor.store"'
Expand Down

0 comments on commit 196180c

Please sign in to comment.