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 # Android Profiling
*.hprof *.hprof
#other
scripts/

View file

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