File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828- [ ] I tested my changes on Android 12 (API 31)
2929- [ ] I tested my changes on Android 11 (API 30)
3030- [ ] I tested my changes on Android 10 (API 29)
31- - [ ] I tested my changes on Android 9 (API 28)
32- - [ ] I tested my changes on Android 8.1 (API 27)
33- - [ ] I tested my changes on Android 8.0 (API 26)
3431
3532#### UI Tests
3633<!-- Did you verify that your changes didn't break existing functionalities on other screen sizes? -->
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 @@ -23,7 +23,7 @@ android {
2323
2424 defaultConfig {
2525 applicationId " ai.elimu.chat"
26- minSdkVersion 26
26+ minSdkVersion 29
2727 targetSdkVersion 36
2828 versionCode 2001064
2929 versionName " 2.1.64-SNAPSHOT"
You can’t perform that action at this time.
0 commit comments