Skip to content

Commit

Permalink
Update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
DrKLO committed Jul 23, 2017
1 parent 56e22d4 commit 1eb13d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ configurations {
}

dependencies {
compile 'com.google.android.gms:play-services-gcm:11.0.1'
compile 'com.google.android.gms:play-services-maps:11.0.1'
compile 'com.google.android.gms:play-services-vision:11.0.1'
compile 'com.google.android.gms:play-services-wallet:11.0.1'
compile 'com.google.android.gms:play-services-wearable:11.0.1'
compile 'com.google.android.gms:play-services-gcm:11.0.2'
compile 'com.google.android.gms:play-services-maps:11.0.2'
compile 'com.google.android.gms:play-services-vision:11.0.2'
compile 'com.google.android.gms:play-services-wallet:11.0.2'
compile 'com.google.android.gms:play-services-wearable:11.0.2'
compile 'com.android.support:support-core-ui:25.3.1'
compile 'com.android.support:support-compat:25.3.1'
compile 'com.android.support:support-core-utils:25.3.1'
Expand Down Expand Up @@ -90,7 +90,7 @@ android {
}
}

defaultConfig.versionCode = 1030
defaultConfig.versionCode = 1040

sourceSets.debug {
manifest.srcFile 'config/debug/AndroidManifest.xml'
Expand Down Expand Up @@ -160,9 +160,9 @@ android {
}

defaultConfig {
minSdkVersion 14
minSdkVersion 16
targetSdkVersion 25
versionName "4.1.1"
versionName "4.2.0"

externalNativeBuild {
ndkBuild {
Expand Down

0 comments on commit 1eb13d5

Please sign in to comment.