From 94933e21cd08c53a23e5ec6c12bc1dc383b1f3ce Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Fri, 29 Jul 2016 19:52:37 +0200 Subject: changed package id inside manifest and project --- build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index d97132759..95447b55f 100644 --- a/build.gradle +++ b/build.gradle @@ -30,10 +30,10 @@ configurations { dependencies { compile project(':libs:MemorizingTrustManager') compile project(':libs:audiowife') - playstoreCompile 'com.google.android.gms:play-services-gcm:9.0.2' + playstoreCompile 'com.google.android.gms:play-services-gcm:9.2.1' compile 'org.sufficientlysecure:openpgp-api:10.0' compile 'com.soundcloud.android:android-crop:1.0.1@aar' - compile 'com.android.support:support-v13:24.0.0-beta1' + compile 'com.android.support:support-v13:24.1.1' compile 'org.bouncycastle:bcprov-jdk15on:1.52' compile 'org.bouncycastle:bcmail-jdk15on:1.52' compile 'org.jitsi:org.otr4j:0.22' @@ -49,15 +49,15 @@ dependencies { compile 'jetty:javax.servlet:5.1.12' compile 'com.google.code.gson:gson:2.4' compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2' - compile 'com.android.support:appcompat-v7:24.0.0-beta1' + compile 'com.android.support:appcompat-v7:24.1.1' compile 'com.android.support:multidex:1.0.1' compile 'com.github.bumptech.glide:glide:3.5.2' compile 'com.github.chrisbanes:PhotoView:1.2.6' compile 'com.github.rtoshiro.fullscreenvideoview:fullscreenvideoview:1.1.0' - compile 'com.google.android.gms:play-services-location:9.0.2' - compile 'com.google.android.gms:play-services-maps:9.0.2' + compile 'com.google.android.gms:play-services-location:9.2.1' + compile 'com.google.android.gms:play-services-maps:9.2.1' compile 'pub.devrel:easypermissions:0.1.7' - compile 'com.google.android.gms:play-services-gcm:9.0.2' + compile 'com.google.android.gms:play-services-gcm:9.2.1' } ext { @@ -73,8 +73,8 @@ android { minSdkVersion 14 targetSdkVersion 23 - versionCode 158 - versionName "1.13.7" + versionCode 159 + versionName "1.13.8" archivesBaseName += "-$versionName" applicationId "de.pixart.messenger" -- cgit v1.2.3