File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ buildscript {
1313}
1414
1515plugins {
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
Original file line number Diff line number Diff line change 1- # Mon Sep 12 17:38:01 EEST 2022
1+ # Fri May 03 13:24:00 EEST 2024
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.4-bin.zip
43distributionPath =wrapper/dists
5- zipStorePath = wrapper/dists
4+ distributionUrl = https\://services.gradle.org/distributions/gradle-8.6-bin.zip
65zipStoreBase =GRADLE_USER_HOME
6+ zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments