Update dependencies
This commit is contained in:
@@ -12,7 +12,7 @@ android {
|
||||
namespace = "be.mygod.vpnhotspot"
|
||||
|
||||
val javaVersion = JavaVersion.VERSION_11
|
||||
buildToolsVersion = "33.0.1"
|
||||
buildToolsVersion = "33.0.2"
|
||||
compileOptions {
|
||||
isCoreLibraryDesugaringEnabled = true
|
||||
sourceCompatibility = javaVersion
|
||||
@@ -25,8 +25,8 @@ android {
|
||||
minSdk = 21
|
||||
targetSdk = 33
|
||||
resourceConfigurations.addAll(arrayOf("it", "pt-rBR", "ru", "zh-rCN", "zh-rTW"))
|
||||
versionCode = 305
|
||||
versionName = "2.15.5"
|
||||
versionCode = 1000
|
||||
versionName = "2.16.0"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
javaCompileOptions.annotationProcessorOptions.arguments.apply {
|
||||
put("room.expandProjection", "true")
|
||||
@@ -68,10 +68,10 @@ dependencies {
|
||||
val lifecycleVersion = "2.5.1"
|
||||
val roomVersion = "2.5.0"
|
||||
|
||||
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.0")
|
||||
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.2")
|
||||
kapt("androidx.room:room-compiler:$roomVersion")
|
||||
implementation(kotlin("stdlib-jdk8"))
|
||||
implementation("androidx.browser:browser:1.5.0-beta01")
|
||||
implementation("androidx.browser:browser:1.5.0")
|
||||
implementation("androidx.core:core-ktx:1.9.0")
|
||||
implementation("androidx.fragment:fragment-ktx:1.5.5")
|
||||
implementation("androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVersion")
|
||||
@@ -84,7 +84,7 @@ dependencies {
|
||||
implementation("com.github.tiann:FreeReflection:3.1.0")
|
||||
implementation("com.google.android.gms:play-services-base:18.1.0") // fix for GoogleApiActivity crash
|
||||
implementation("com.google.android.gms:play-services-oss-licenses:17.0.0")
|
||||
implementation("com.google.android.material:material:1.8.0-rc01")
|
||||
implementation("com.google.android.material:material:1.8.0")
|
||||
implementation("com.google.firebase:firebase-analytics-ktx:21.2.0")
|
||||
implementation("com.google.firebase:firebase-crashlytics:18.3.3")
|
||||
implementation("com.google.zxing:core:3.5.1")
|
||||
|
||||
Reference in New Issue
Block a user