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

update version

Change-Id: Ie75466f1ac9e050b1e25ba7f0ed2e5b7115304bb
parent 68a6221d
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,8 @@ android { ...@@ -9,8 +9,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 253 versionCode 254
versionName "20200722-01" versionName "20200801-01"
} }
sourceSets { sourceSets {
main { main {
...@@ -85,7 +85,7 @@ dependencies { ...@@ -85,7 +85,7 @@ dependencies {
implementation fileTree(include: '*.jar', dir: 'libs') implementation fileTree(include: '*.jar', dir: 'libs')
implementation project(':libringclient') implementation project(':libringclient')
implementation 'androidx.core:core:1.3.0' implementation 'androidx.core:core:1.3.1'
implementation "androidx.appcompat:appcompat:$android_support_core_version" implementation "androidx.appcompat:appcompat:$android_support_core_version"
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "androidx.legacy:legacy-support-core-utils:${android_support_version}" implementation "androidx.legacy:legacy-support-core-utils:${android_support_version}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment