on second thought

This commit is contained in:
Finnley Somdahl 2023-11-20 19:53:09 -06:00
parent 3998d88297
commit f40ebc9d09
3 changed files with 3 additions and 5 deletions

3
.gitignore vendored
View file

@ -28,3 +28,6 @@ google-services.json
# Android Profiling
*.hprof
#other
scripts/

View file

@ -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.