mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-11 17:36:16 +00:00
on second thought
This commit is contained in:
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.
Reference in New Issue
Block a user