oh no
This commit is contained in:
parent
4db301ca7a
commit
3998d88297
39 changed files with 768 additions and 31 deletions
|
@ -29,12 +29,17 @@ 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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue