Skip to content

Commit 05b7f77

Browse files
authored
Merge pull request #84 from elimu-ai/content-provider-1.4.64
chore(deps): content-provider 1.4.64
2 parents 8cb8d0f + 208bf64 commit 05b7f77

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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+
targetSdkVersion 36
1716
versionCode 2000045
1817
versionName "2.0.45-SNAPSHOT"
1918
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
elimuContentProvider = "1.4.59"
2+
elimuContentProvider = "1.4.64"
33
junit = "4.13.2"
44
appCompat = "1.7.1"
55
cardview = "1.0.0"

0 commit comments

Comments
 (0)