mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Fix gradle deprecation (#27)
* Remove build config in properties file * Add build config property in main module
This commit is contained in:
parent
ef532393e4
commit
9ee2744b81
2 changed files with 5 additions and 3 deletions
|
@ -44,6 +44,9 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
buildFeatures {
|
||||||
|
buildConfig = true
|
||||||
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
|
@ -114,4 +117,4 @@ dependencies {
|
||||||
implementation 'androidx.core:core:1.9.0'
|
implementation 'androidx.core:core:1.9.0'
|
||||||
|
|
||||||
//coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.0'
|
//coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.0'
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,6 +21,5 @@ android.useAndroidX=true
|
||||||
org.gradle.unsafe.configuration-cache=true
|
org.gradle.unsafe.configuration-cache=true
|
||||||
org.gradle.warning.mode=none
|
org.gradle.warning.mode=none
|
||||||
org.gradle.unsafe.configuration-cache-problems=warn
|
org.gradle.unsafe.configuration-cache-problems=warn
|
||||||
android.defaults.buildfeatures.buildconfig=true
|
|
||||||
android.nonTransitiveRClass=false
|
android.nonTransitiveRClass=false
|
||||||
android.nonFinalResIds=false
|
android.nonFinalResIds=false
|
||||||
|
|
Loading…
Reference in a new issue