|
@@ -30,8 +30,7 @@ artifacts {
|
|
|
archives sourcesJar
|
|
|
}
|
|
|
dependencies {
|
|
|
- implementation fileTree(dir: "libs", include: ["*.jar"])
|
|
|
implementation 'androidx.appcompat:appcompat:1.2.0+'
|
|
|
- implementation files('libs\\androidx-rs.jar')
|
|
|
+ compileOnly files('libs\\androidx-rs.jar')
|
|
|
api files('libs\\DialogXInterface.jar')
|
|
|
}
|