Add AbsLogger to download paths

This commit is contained in:
Nicholas Wallace
2026-08-27 20:38:48 -07:00
parent ba66869502
commit a100226a85
7 changed files with 63 additions and 229 deletions
-4
View File
@@ -60,9 +60,6 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
testOptions {
unitTests.returnDefaultValues = true
}
}
repositories {
@@ -84,7 +81,6 @@ configurations.configureEach {
}
dependencies {
testImplementation "junit:junit:$junit_version"
implementation "androidx.core:core-splashscreen:$coreSplashScreenVersion"
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"