Skip to content

Commit 12e97d4

Browse files
committed
build: min sdk 29
1 parent bc10cbd commit 12e97d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/connected-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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
@@ -26,4 +26,5 @@ jobs:
2626
uses: reactivecircus/android-emulator-runner@v2
2727
with:
2828
api-level: ${{ matrix.api-level }}
29+
arch: x86_64
2930
script: ./gradlew connectedCheck

app/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ apply plugin: 'kotlin-kapt'
88

99
android {
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"

0 commit comments

Comments
 (0)