File tree Expand file tree Collapse file tree 3 files changed +5
-83
lines changed
core/designsystem/src/androidMain/kotlin/com/mifos/core/designsystem/component Expand file tree Collapse file tree 3 files changed +5
-83
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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
2323end
Original file line number Diff line number Diff line change @@ -29,3 +29,5 @@ android.enableJetifier=true
2929
3030org.jetbrains.compose.experimental.jscanvas.enabled =true
3131kotlin.native.ignoreDisabledTargets =true
32+
33+ android.experimental.lint.version =8.8.2
You can’t perform that action at this time.
0 commit comments