fix: Build missing actual code

This commit is contained in:
Florian Bouillon 2023-01-10 15:21:25 +01:00
parent 8756d17aa6
commit fe35f73887
4 changed files with 4 additions and 3 deletions

View File

@ -21,3 +21,4 @@ task("clean") {
delete(rootProject.buildDir)
delete(project.buildDir)
}

0
gradlew vendored Normal file → Executable file
View File

View File

@ -51,8 +51,8 @@ android {
}
buildTypes {
release {
isMinifyEnabled = true
getByName("release") {
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"

View File

@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest></manifest>
<manifest />