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 {
|
||||
debug {
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue