File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ android {
5151dependencies {
5252 implementation fileTree(dir : " libs" , include : [" *.jar" ])
5353 implementation ' androidx.core:core-ktx:1.9.0'
54- implementation ' androidx.appcompat:appcompat:1.6.0 '
54+ implementation ' androidx.appcompat:appcompat:1.6.1 '
5555 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
5656 implementation project(path : ' :core' )
5757 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 mavenCentral()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:7.4.1 '
9+ classpath ' com.android.tools.build:gradle:7.4.2 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111
1212 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"
6262dependencies {
6363 implementation fileTree(dir : " libs" , include : [" *.jar" ])
6464 implementation ' androidx.core:core-ktx:1.9.0'
65- implementation ' androidx.appcompat:appcompat:1.6.0 '
65+ implementation ' androidx.appcompat:appcompat:1.6.1 '
6666 testImplementation ' junit:junit:4.13.2'
6767 androidTestImplementation ' androidx.test.ext:junit:1.1.5'
6868 androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1'
@@ -89,7 +89,7 @@ dependencies {
8989 implementation ' com.google.android.material:material:1.8.0'
9090
9191 // Androidx Security
92- implementation " androidx.security:security-crypto:1.1.0-alpha04 "
92+ implementation " androidx.security:security-crypto:1.1.0-alpha05 "
9393
9494 // Google Guava
9595 implementation ' com.google.guava:guava:31.0.1-jre'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx2048m
1616# https://developer.android.com/topic/libraries/support-library/androidx-rn
1717android.useAndroidX =true
1818# Automatically convert third-party libraries to use AndroidX
19- android.enableJetifier =true
19+ android.enableJetifier =false
2020# Kotlin code style for this project: "official" or "obsolete":
2121kotlin.code.style =official
2222kapt.incremental.apt =true
You can’t perform that action at this time.
0 commit comments