File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
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+ targetSdk 36
1716 versionCode 2000045
1817 versionName " 2.0.45-SNAPSHOT"
1918 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
You can’t perform that action at this time.
0 commit comments