Skip to content

Commit 9820c11

Browse files
authored
Merge pull request #100 from elimu-ai/content-provider-1.4.64
Content provider 1.4.64
2 parents 299b735 + b516cd1 commit 9820c11

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ gradle-app.setting
1515

1616
.DS_Store
1717
.run
18+
19+
.kotlin

app/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ apply plugin: 'org.jetbrains.kotlin.android'
77
apply plugin: 'kotlin-kapt'
88

99
android {
10-
compileSdk 35
1110
namespace "ai.elimu.calculator"
11+
compileSdk 36
1212

1313
defaultConfig {
14-
applicationId "ai.elimu.calculator"
15-
minSdkVersion 26
16-
targetSdkVersion 35
14+
minSdkVersion 29
15+
targetSdkVersion 36
1716
versionCode 2001023
1817
versionName "2.1.23-SNAPSHOT"
1918
}

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.29"
2+
elimuContentProvider = "1.4.64"
33

44
appCompat = "1.7.0"
55
recyclerView = "1.4.0"

0 commit comments

Comments
 (0)