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
004c28737b
commit
478b4751fd
2 changed files with 5 additions and 3 deletions
|
@ -44,6 +44,9 @@ android {
|
|||
}
|
||||
}
|
||||
}
|
||||
buildFeatures {
|
||||
buildConfig = true
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
|
@ -114,4 +117,4 @@ dependencies {
|
|||
implementation 'androidx.core:core:1.9.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.warning.mode=none
|
||||
org.gradle.unsafe.configuration-cache-problems=warn
|
||||
android.defaults.buildfeatures.buildconfig=true
|
||||
android.nonTransitiveRClass=false
|
||||
android.nonFinalResIds=false
|
||||
android.nonFinalResIds=false
|
||||
|
|
Loading…
Reference in a new issue