Skip to content

Commit

Permalink
[Release:3.0.8] Fixed retrocompatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
loicortola committed Jul 20, 2017
1 parent 1518073 commit d96b6e9
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.6"
appVersion = "3.0.8"
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 25
versionCode 27
versionName appVersion
multiDexEnabled true
ndk {
Expand Down Expand Up @@ -152,8 +152,8 @@ android {

bus {
applicationId "io.jawg.osmcontributor.bus"
versionName "1.2.1"
versionCode 4
versionName "1.2.3"
versionCode 6

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

0 comments on commit d96b6e9

Please sign in to comment.