Upgrade library dependencies

This commit is contained in:
Herbert Reiter
2023-04-29 16:14:10 +02:00
parent 9a967c58eb
commit 42489f019d
7 changed files with 35 additions and 17 deletions
+4 -1
View File
@@ -15,6 +15,9 @@ android {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
buildFeatures {
buildConfig true
}
lint {
// Workaround for KotlinNullPointerException in :app:lintVitalAnalyzeRelease
checkReleaseBuilds false
@@ -29,6 +32,6 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.2'
// androidx.preference 1.2.0 causes dependency conflict
implementation 'androidx.preference:preference:1.1.1'
compileOnly 'org.jetbrains:annotations:23.1.0'
compileOnly 'org.jetbrains:annotations:24.0.1'
testImplementation 'org.testng:testng:7.7.1'
}