From 99307ab8f0a456805b3cdd847f20d5a24eeffb66 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sun, 30 Jul 2023 11:05:31 +0800 Subject: [PATCH] up 1.8.6 --- V2rayNG/app/build.gradle | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/V2rayNG/app/build.gradle b/V2rayNG/app/build.gradle index 8c6e0934..663cbc2f 100644 --- a/V2rayNG/app/build.gradle +++ b/V2rayNG/app/build.gradle @@ -17,8 +17,8 @@ android { minSdkVersion 21 targetSdkVersion Integer.parseInt("$targetSdkVer") multiDexEnabled true - versionCode 516 - versionName "1.8.5" + versionCode 518 + versionName "1.8.6" } buildTypes { @@ -36,20 +36,20 @@ android { } } - flavorDimensions "versions" - - productFlavors { - dev { - applicationIdSuffix = ".dev" - versionNameSuffix = "-dev" - } - pre_release { - applicationIdSuffix = ".pre" - versionNameSuffix = "-pre-release" - } - prod { - } - } +// flavorDimensions "versions" +// +// productFlavors { +// dev { +// applicationIdSuffix = ".dev" +// versionNameSuffix = "-dev" +// } +// pre_release { +// applicationIdSuffix = ".pre" +// versionNameSuffix = "-pre-release" +// } +// prod { +// } +// } sourceSets { main { @@ -101,16 +101,16 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.8.0' + implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.preference:preference-ktx:1.2.0' implementation 'androidx.recyclerview:recyclerview:1.3.0' - implementation 'androidx.fragment:fragment-ktx:1.5.6' + implementation 'androidx.fragment:fragment-ktx:1.5.7' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01' // Androidx ktx - implementation 'androidx.activity:activity-ktx:1.7.0' + implementation 'androidx.activity:activity-ktx:1.7.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1'