Skip to content

Commit

Permalink
[Release] 3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Favier committed Dec 15, 2017
1 parent 0b962bb commit 9f32eea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
appVersion = "3.0.11"
appVersion = "3.0.12"
androidSupportVersion = '25.1.0'
playServicesVersion = '7.8.0'
daggerVersion = '2.0'
@@ -101,7 +101,7 @@ android {
applicationId "io.jawg.osmcontributor"
minSdkVersion 16
targetSdkVersion 25
versionCode 30
versionCode 31
versionName appVersion
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
@@ -154,8 +154,6 @@ android {

bus {
applicationId "io.jawg.osmcontributor.bus"
versionName "1.2.6"
versionCode 9

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

0 comments on commit 9f32eea

Please sign in to comment.