|
@@ -14,9 +14,6 @@ android {
|
|
|
versionName BUILD_VERSION
|
|
|
|
|
|
consumerProguardFiles "consumer-rules.pro"
|
|
|
-
|
|
|
- renderscriptTargetApi 21
|
|
|
- renderscriptSupportModeEnabled true // Enable RS support
|
|
|
}
|
|
|
|
|
|
buildTypes {
|
|
@@ -39,4 +36,5 @@ dependencies {
|
|
|
implementation fileTree(dir: "libs", include: ["*.jar"])
|
|
|
implementation 'androidx.appcompat:appcompat:1.2.0+'
|
|
|
api files('libs\\DialogXInterface.jar')
|
|
|
+ api files('libs\\androidx-rs.jar')
|
|
|
}
|