mirror of
https://github.com/dzeiocom/charts.git
synced 2025-04-22 02:32:10 +00:00
fix: Build missing actual code
This commit is contained in:
parent
8756d17aa6
commit
fe35f73887
@ -21,3 +21,4 @@ task("clean") {
|
||||
delete(rootProject.buildDir)
|
||||
delete(project.buildDir)
|
||||
}
|
||||
|
||||
|
@ -51,8 +51,8 @@ android {
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
isMinifyEnabled = true
|
||||
getByName("release") {
|
||||
isMinifyEnabled = false
|
||||
proguardFiles(
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro"
|
||||
|
@ -1,2 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest></manifest>
|
||||
<manifest />
|
||||
|
Loading…
x
Reference in New Issue
Block a user