Skip to content
Snippets Groups Projects
Commit 4e71f92e authored by Adrien Béraud's avatar Adrien Béraud
Browse files

Release: version 136

Change-Id: Ib5ca48fde5c00b9376f3b3cb3ad95bb15c596142
parent 098d5ce5
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,8 @@ android { ...@@ -8,8 +8,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 28 targetSdkVersion 28
versionCode 135 versionCode 136
versionName "20180931" versionName "20181016"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }
...@@ -73,13 +73,13 @@ dependencies { ...@@ -73,13 +73,13 @@ dependencies {
implementation fileTree(include: '*.jar', dir: 'libs') implementation fileTree(include: '*.jar', dir: 'libs')
implementation project(':libringclient') 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.legacy:legacy-support-core-utils:$android_support_version"
implementation "androidx.cardview:cardview:$android_support_version" implementation "androidx.cardview:cardview:$android_support_version"
implementation "androidx.preference:preference:$android_support_version" implementation "androidx.preference:preference:$android_support_version"
implementation "androidx.recyclerview:recyclerview:$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:$android_support_version"
implementation "androidx.leanback:leanback-preference:$android_support_version" implementation "androidx.leanback:leanback-preference:$android_support_version"
implementation "com.google.android.material:material:$material_version" implementation "com.google.android.material:material:$material_version"
...@@ -109,7 +109,7 @@ dependencies { ...@@ -109,7 +109,7 @@ dependencies {
implementation 'com.jsibbold:zoomage:1.2.0' 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' withFirebaseImplementation 'com.google.firebase:firebase-messaging:17.3.4'
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment