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 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 @@ -8,12 +8,11 @@ apply plugin: 'kotlin-kapt'
88
99android {
1010 namespace ' ai.elimu.maneno'
11-
12- compileSdk = 35
11+ compileSdk 36
1312
1413 defaultConfig {
15- minSdk = 26
16- targetSdk = 35
14+ minSdkVersion 29
15+ targetSdkVersion 36
1716 versionCode 2000045
1817 versionName " 2.0.45-SNAPSHOT"
1918 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 11[versions ]
2- elimuContentProvider = " 1.4.59 "
2+ elimuContentProvider = " 1.4.64 "
33junit = " 4.13.2"
44appCompat = " 1.7.1"
55cardview = " 1.0.0"
You can’t perform that action at this time.
0 commit comments