~singpolyma/cheogram-android

3b39d81c2ed9e4763a090166ed23a083a5fc92d4 — Daniel Gultsch 5 years ago c86bc08
updated gradle + plugin and fixed xmpp-addr version
2 files changed, 4 insertions(+), 4 deletions(-)

M build.gradle
M gradle/wrapper/gradle-wrapper.properties
M build.gradle => build.gradle +3 -3
@@ 6,7 6,7 @@ buildscript {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.0.1'
        classpath 'com.android.tools.build:gradle:3.1.0'
    }
}



@@ 37,7 37,7 @@ ext {

dependencies {
    implementation project(':libs:EnhancedListView')
    playstoreImplementation 'com.google.android.gms:play-services-gcm:11.8.0'
    playstoreImplementation 'com.google.android.gms:play-services-gcm:12.0.1'
    implementation 'org.sufficientlysecure:openpgp-api:10.0'
    implementation 'com.soundcloud.android:android-crop:1.0.1@aar'
    implementation "com.android.support:support-v13:$supportLibVersion"


@@ 55,7 55,7 @@ dependencies {
    implementation 'com.makeramen:roundedimageview:2.3.0'
    implementation "com.wefika:flowlayout:0.4.1"
    implementation 'net.ypresto.androidtranscoder:android-transcoder:0.2.0'
    implementation 'rocks.xmpp:xmpp-addr:0.8.0-SNAPSHOT'
    implementation 'rocks.xmpp:xmpp-addr:0.8.0-20180330.211042-9'
}

ext {

M gradle/wrapper/gradle-wrapper.properties => gradle/wrapper/gradle-wrapper.properties +1 -1
@@ 2,4 2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip