Upgrade library dependencies
This commit is contained in:
+4
-1
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user