|
@@ -31,7 +31,6 @@ artifacts {
|
|
|
}
|
|
|
dependencies {
|
|
|
implementation 'androidx.appcompat:appcompat:1.2.0+'
|
|
|
- implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
|
|
|
- implementation files('libs\\androidx-rs.jar')
|
|
|
+ compileOnly files('libs\\androidx-rs.jar')
|
|
|
api files('libs\\DialogXInterface.jar')
|
|
|
}
|