Skip to content

Commit 757a745

Browse files
chore: Upgrade AGP 8.3 -> 8.4 (#309)
* chore: upgrade AGP 8.3 -> 8.4 * build: update unit_tests.yml to run testProdDebugUnitTest
1 parent d2718ce commit 757a745

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Generate mock files
4040
run: ./gradlew generateMockedRawFile
4141
- name: Run unit tests
42-
run: ./gradlew testProdReleaseUnitTest $CI_GRADLE_ARG_PROPERTIES
42+
run: ./gradlew testProdDebugUnitTest $CI_GRADLE_ARG_PROPERTIES
4343

4444
- name: Upload reports
4545
uses: actions/upload-artifact@v3

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ buildscript {
1313
}
1414

1515
plugins {
16-
id 'com.android.application' version '8.3.0' apply false
17-
id 'com.android.library' version '8.3.0' apply false
16+
id 'com.android.application' version '8.4.0' apply false
17+
id 'com.android.library' version '8.4.0' apply false
1818
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
1919
id 'com.google.gms.google-services' version '4.3.15' apply false
2020
id "com.google.firebase.crashlytics" version "2.9.6" apply false
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Sep 12 17:38:01 EEST 2022
1+
#Fri May 03 13:24:00 EEST 2024
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
43
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
65
zipStoreBase=GRADLE_USER_HOME
6+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)