Skip to content

Commit cbbf094

Browse files
authored
Merge pull request #199 from elimu-ai/dependabot/gradle/ai.elimu-appstore-2.5.93
build(deps): bump ai.elimu:appstore from 2.5.86 to 2.5.93
2 parents b52096a + e5b2d9d commit cbbf094

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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
@@ -7,12 +7,11 @@ apply plugin: 'maven-publish'
77

88
android {
99
namespace "ai.elimu.launcher"
10-
compileSdk 35
10+
compileSdk 36
1111

1212
defaultConfig {
13-
applicationId "ai.elimu.launcher"
14-
minSdkVersion 26
15-
targetSdkVersion 35
13+
minSdkVersion 29
14+
targetSdkVersion 36
1615
versionCode 2001095
1716
versionName "2.1.95-SNAPSHOT"
1817
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-
elimuAppstore = "2.5.86"
2+
elimuAppstore = "2.5.93"
33
timber = "5.0.1"
44
viewpager2 = "1.1.0"
55
dotsIndicator = "5.1.0"

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include ':app'
2-
rootProject.name = "elimu.ai Launcher"
2+
rootProject.name = "elimu.ai Launcher 🚀"

0 commit comments

Comments
 (0)