Skip to content

Commit 9148997

Browse files
upgrade agp
1 parent 1ee1eef commit 9148997

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/workflows/publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
uses: maierj/[email protected]
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
243253
uses: maierj/[email protected]
244254
with:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Oct 08 13:21:42 EAT 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=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
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)