Skip to content

Commit c73a392

Browse files
committed
build(fix): Add a empty proguard-rules-android.pro
* Supplied proguard configuration does not exist: /home/runner/work/miuix/miuix/composeApp/proguard-rules.pro
1 parent 47e6022 commit c73a392

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ android {
154154
isMinifyEnabled = true
155155
isShrinkResources = true
156156
vcsInfo.include = false
157-
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
157+
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules-android.pro")
158158
signingConfig = signingConfigs.getByName(if (keystorePath != null) "github" else "release")
159159
}
160160
debug {

composeApp/proguard-rules-android.pro

Whitespace-only changes.

0 commit comments

Comments
 (0)