From 4e71f92e1b2bb0225bd5b62efbf81c0615ee814a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Fri, 16 Nov 2018 23:01:07 -0500 Subject: [PATCH] Release: version 136 Change-Id: Ib5ca48fde5c00b9376f3b3cb3ad95bb15c596142 --- ring-android/app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ring-android/app/build.gradle b/ring-android/app/build.gradle index 9cfa6855c..8aa6ca236 100644 --- a/ring-android/app/build.gradle +++ b/ring-android/app/build.gradle @@ -8,8 +8,8 @@ android { defaultConfig { minSdkVersion 19 targetSdkVersion 28 - versionCode 135 - versionName "20180931" + versionCode 136 + versionName "20181016" vectorDrawables.useSupportLibrary = true } @@ -73,13 +73,13 @@ dependencies { implementation fileTree(include: '*.jar', dir: 'libs') implementation project(':libringclient') - implementation "androidx.core:core:$android_support_version" + implementation "androidx.core:core:1.0.1" implementation "androidx.legacy:legacy-support-core-utils:$android_support_version" implementation "androidx.cardview:cardview:$android_support_version" implementation "androidx.preference:preference:$android_support_version" implementation "androidx.recyclerview:recyclerview:$android_support_version" - implementation "androidx.appcompat:appcompat:$android_support_version" + implementation "androidx.appcompat:appcompat:1.0.2" implementation "androidx.leanback:leanback:$android_support_version" implementation "androidx.leanback:leanback-preference:$android_support_version" implementation "com.google.android.material:material:$material_version" @@ -109,7 +109,7 @@ dependencies { implementation 'com.jsibbold:zoomage:1.2.0' - withFirebaseImplementation 'com.google.firebase:firebase-core:16.0.4' + withFirebaseImplementation 'com.google.firebase:firebase-core:16.0.5' withFirebaseImplementation 'com.google.firebase:firebase-messaging:17.3.4' } -- GitLab