Skip to content

Commit 2cea67f

Browse files
authored
fix(workflows): fix android build and publish failure (#2532)
1 parent 891a053 commit 2cea67f

File tree

3 files changed

+5
-83
lines changed

3 files changed

+5
-83
lines changed

core/designsystem/src/androidMain/kotlin/com/mifos/core/designsystem/component/MifosDrawingCanvas.kt

Lines changed: 0 additions & 80 deletions
This file was deleted.

fastlane-config/android_config.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ module AndroidConfig
1515
}
1616

1717
BUILD_PATHS = {
18-
prod_apk_path: "mifosng-android/build/outputs/apk/prod/release/mifosng-android-prod-release.apk",
19-
demo_apk_path: "mifosng-android/build/outputs/apk/demo/release/mifosng-android-demo-release.apk",
20-
prod_aab_path: "mifosng-android/build/outputs/bundle/prodRelease/mifosng-android-prod-release.aab"
18+
prod_apk_path: "cmp-android/build/outputs/apk/prod/release/cmp-android-prod-release.apk",
19+
demo_apk_path: "cmp-android/build/outputs/apk/demo/release/cmp-android-demo-release.apk",
20+
prod_aab_path: "cmp-android/build/outputs/bundle/prodRelease/cmp-android-prod-release.aab"
2121
}
2222
end
2323
end

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ android.enableJetifier=true
2929

3030
org.jetbrains.compose.experimental.jscanvas.enabled=true
3131
kotlin.native.ignoreDisabledTargets=true
32+
33+
android.experimental.lint.version=8.8.2

0 commit comments

Comments
 (0)