File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1010 test :
1111 strategy :
1212 matrix :
13- api-level : [28, 29 ]
13+ api-level : [29, 30, 31 ]
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : checkout
2626 uses : reactivecircus/android-emulator-runner@v2
2727 with :
2828 api-level : ${{ matrix.api-level }}
29+ arch : x86_64
2930 script : ./gradlew connectedCheck
Original file line number Diff line number Diff line change @@ -15,3 +15,5 @@ gradle-app.setting
1515
1616.DS_Store
1717.run
18+
19+ .kotlin
Original file line number Diff line number Diff line change @@ -7,13 +7,12 @@ apply plugin: 'org.jetbrains.kotlin.android'
77apply plugin : ' kotlin-kapt'
88
99android {
10- compileSdk 35
1110 namespace " ai.elimu.calculator"
11+ compileSdk 36
1212
1313 defaultConfig {
14- applicationId " ai.elimu.calculator"
15- minSdkVersion 26
16- targetSdkVersion 35
14+ minSdkVersion 29
15+ targetSdkVersion 36
1716 versionCode 2001023
1817 versionName " 2.1.23-SNAPSHOT"
1918 }
Original file line number Diff line number Diff line change 11[versions ]
2- elimuContentProvider = " 1.4.29 "
2+ elimuContentProvider = " 1.4.64 "
33
44appCompat = " 1.7.0"
55recyclerView = " 1.4.0"
You can’t perform that action at this time.
0 commit comments