File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -239,6 +239,16 @@ jobs:
239239 ANDROID_SECRETS_IV : ${{ secrets.ANDROID_SECRETS_IV_MOH_KENYA_ECHIS }}
240240 run : make org=moh_kenya_echis keydec
241241
242+ - name : Assemble moh_kenya_echis
243+ 244+ with :
245+ lane : build
246+ options : ' { "flavor": "moh_kenya_echis" }'
247+ env :
248+ ANDROID_KEYSTORE_PATH : moh_kenya_echis.keystore
249+ ANDROID_KEYSTORE_PASSWORD : ${{ secrets.ANDROID_KEYSTORE_PASSWORD_MOH_KENYA_ECHIS }}
250+ ANDROID_KEY_PASSWORD : ${{ secrets.ANDROID_KEY_PASSWORD_MOH_KENYA_ECHIS }}
251+
242252 - name : Bundle moh_kenya_echis
243253244254 with :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 google()
1010 }
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:8.10.1 '
12+ classpath ' com.android.tools.build:gradle:8.13.2 '
1313 classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.13'
1414 }
1515}
Original file line number Diff line number Diff line change 11# Wed Oct 08 13:21:42 EAT 2025
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments