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
|
||||
*.hprof
|
||||
|
||||
#other
|
||||
scripts/
|
||||
|
|
|
@ -29,17 +29,12 @@ android {
|
|||
debug {
|
||||
applicationIdSuffix ".beta"
|
||||
debuggable true
|
||||
preBuild.dependsOn 'uwuifier'
|
||||
}
|
||||
release {
|
||||
debuggable false
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
preBuild.dependsOn 'uwuifier'
|
||||
}
|
||||
}
|
||||
tasks.register('uwuifier', Exec) {
|
||||
commandLine 'scripts/uwuifier.exe'
|
||||
}
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue