on second thought
This commit is contained in:
parent
3998d88297
commit
f40ebc9d09
3 changed files with 3 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -28,3 +28,6 @@ google-services.json
|
||||||
|
|
||||||
# Android Profiling
|
# Android Profiling
|
||||||
*.hprof
|
*.hprof
|
||||||
|
|
||||||
|
#other
|
||||||
|
scripts/
|
||||||
|
|
|
@ -29,17 +29,12 @@ android {
|
||||||
debug {
|
debug {
|
||||||
applicationIdSuffix ".beta"
|
applicationIdSuffix ".beta"
|
||||||
debuggable true
|
debuggable true
|
||||||
preBuild.dependsOn 'uwuifier'
|
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
debuggable false
|
debuggable false
|
||||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||||
preBuild.dependsOn 'uwuifier'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
tasks.register('uwuifier', Exec) {
|
|
||||||
commandLine 'scripts/uwuifier.exe'
|
|
||||||
}
|
|
||||||
buildFeatures {
|
buildFeatures {
|
||||||
viewBinding true
|
viewBinding true
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue