diff --git a/build.gradle.kts b/build.gradle.kts index ce9f3f3e..0c23e0b9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,8 +9,8 @@ buildscript { } dependencies { - classpath(kotlin("gradle-plugin", "1.6.10")) - classpath("com.android.tools.build:gradle:7.1.2") + classpath(kotlin("gradle-plugin", "1.6.21")) + classpath("com.android.tools.build:gradle:7.2.0") classpath("com.google.firebase:firebase-crashlytics-gradle:2.8.1") classpath("com.google.android.gms:oss-licenses-plugin:0.10.5") classpath("com.google.gms:google-services:4.3.10") diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 7454180f..41d9927a 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 41dfb879..aa991fce 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/mobile/build.gradle.kts b/mobile/build.gradle.kts index a6bfab45..b360bb21 100644 --- a/mobile/build.gradle.kts +++ b/mobile/build.gradle.kts @@ -66,32 +66,32 @@ android { } dependencies { - val lifecycleVersion = "2.4.0" - val roomVersion = "2.4.1" + val lifecycleVersion = "2.5.0-rc01" + val roomVersion = "2.4.2" coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5") kapt("androidx.room:room-compiler:$roomVersion") implementation(kotlin("stdlib-jdk8")) implementation("androidx.appcompat:appcompat:1.4.1") // https://issuetracker.google.com/issues/151603528 implementation("androidx.browser:browser:1.4.0") - implementation("androidx.core:core-ktx:1.7.0") + implementation("androidx.core:core-ktx:1.8.0-rc01") implementation("androidx.fragment:fragment-ktx:1.4.1") implementation("androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVersion") implementation("androidx.lifecycle:lifecycle-runtime-ktx:$lifecycleVersion") implementation("androidx.preference:preference:1.2.0") implementation("androidx.room:room-ktx:$roomVersion") implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") - implementation("com.android.billingclient:billing-ktx:4.1.0") + implementation("com.android.billingclient:billing-ktx:5.0.0") implementation("com.google.android.gms:play-services-oss-licenses:17.0.0") - implementation("com.google.android.material:material:1.5.0") - implementation("com.google.firebase:firebase-analytics-ktx:20.1.0") - implementation("com.google.firebase:firebase-crashlytics:18.2.8") - implementation("com.google.zxing:core:3.4.1") + implementation("com.google.android.material:material:1.6.0") + implementation("com.google.firebase:firebase-analytics-ktx:21.0.0") + implementation("com.google.firebase:firebase-crashlytics:18.2.10") + implementation("com.google.zxing:core:3.5.0") implementation("com.jakewharton.timber:timber:5.0.1") implementation("com.linkedin.dexmaker:dexmaker:2.28.1") implementation("com.takisoft.preferencex:preferencex-simplemenu:1.1.0") implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0") + implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1") add("googleImplementation", "com.github.tiann:FreeReflection:3.1.0") add("googleImplementation", "com.google.android.play:core:1.10.3") add("googleImplementation", "com.google.android.play:core-ktx:1.8.1")