We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db64e0 commit 22341d9Copy full SHA for 22341d9
removebg/build.gradle.kts
@@ -18,7 +18,7 @@ android {
18
19
buildTypes {
20
release {
21
- isMinifyEnabled = true
+ isMinifyEnabled = false
22
proguardFiles(
23
getDefaultProguardFile("proguard-android-optimize.txt"),
24
"proguard-rules.pro"
@@ -53,16 +53,17 @@ dependencies {
53
androidTestImplementation(libs.espresso.core)
54
}
55
56
+
57
publishing {
58
publications {
59
register<MavenPublication>("release") {
- groupId = "dev.eren"
60
- artifactId = "removebg"
61
- version = "1.0.2"
62
-
63
afterEvaluate {
64
from(components["release"])
65
+ groupId = "dev.eren"
+ artifactId = "removebg"
66
+ version = "1.0.2"
67
68
69
0 commit comments