Skip to content

Commit 037df4c

Browse files
committed
add build scripts
1 parent a422945 commit 037df4c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,8 @@ compose.desktop {
3737
packageName = "AdbFileExplorer"
3838
packageVersion = "1.0.0"
3939
}
40+
buildTypes.release.proguard {
41+
configurationFiles.from("rules.pro")
42+
}
4043
}
4144
}

rules.pro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-dontwarn kotlinx.**
2+
-dontwarn org.mockito.**
3+
-dontwarn org.jetbrains.**
4+
-dontwarn net.bytebuddy.**

0 commit comments

Comments
 (0)