From 9507c0c4b71b779561ea9446aab1c448f9879d40 Mon Sep 17 00:00:00 2001 From: Mygod Date: Mon, 4 Feb 2019 15:43:37 +0800 Subject: [PATCH] 2.2.3 --- mobile/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 77cfafeb..fea509ea 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -18,8 +18,8 @@ android { minSdkVersion 21 targetSdkVersion 28 resConfigs "ru", "zh-rCN" - versionCode 117 - versionName "2.2.2" + versionCode 118 + versionName "2.2.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { @@ -78,7 +78,7 @@ dependencies { implementation 'androidx.preference:preference:1.1.0-alpha02' implementation "androidx.room:room-coroutines:$roomVersion" implementation 'com.github.luongvo:BadgeView:1.1.5' - implementation 'com.github.topjohnwu.libsu:core:2.2.1' + implementation 'com.github.topjohnwu.libsu:core:2.3.0' implementation 'com.google.android.material:material:1.0.0' implementation 'com.jakewharton.timber:timber:4.7.1' implementation 'com.linkedin.dexmaker:dexmaker:2.21.0'