mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-06 04:05:09 +01:00
Migrate BuildConfig to Gradle Build Files
This commit is contained in:
parent
13b3bec8ad
commit
ff3bc66055
@ -123,6 +123,7 @@ android {
|
|||||||
buildFeatures {
|
buildFeatures {
|
||||||
viewBinding = true
|
viewBinding = true
|
||||||
compose = true
|
compose = true
|
||||||
|
buildConfig = true
|
||||||
|
|
||||||
// Disable some unused things
|
// Disable some unused things
|
||||||
aidl = false
|
aidl = false
|
||||||
|
@ -23,5 +23,4 @@ org.gradle.caching=true
|
|||||||
kotlin.mpp.androidSourceSetLayoutVersion=2
|
kotlin.mpp.androidSourceSetLayoutVersion=2
|
||||||
|
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
android.defaults.buildfeatures.buildconfig=true
|
|
||||||
android.nonTransitiveRClass=false
|
android.nonTransitiveRClass=false
|
Loading…
Reference in New Issue
Block a user