Skip to content

Commit b30bf88

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-java-5
2 parents 93862ad + 94c5941 commit b30bf88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
defaultConfig {
1515
minSdk= 26
1616
targetSdk = 35
17-
versionCode 2000034
18-
versionName "2.0.34-SNAPSHOT"
17+
versionCode 2000038
18+
versionName "2.0.38-SNAPSHOT"
1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2020
}
2121

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
elimuContentProvider = "1.4.50"
2+
elimuContentProvider = "1.4.53"
33
junit = "4.13.2"
44
appCompat = "1.7.1"
55
cardview = "1.0.0"
@@ -9,7 +9,7 @@ androidXJunit = "1.3.0"
99
androidXEspresso = "3.7.0"
1010
agp = "8.6.1"
1111
kotlin = "2.2.0"
12-
hiltAndroid = "2.57"
12+
hiltAndroid = "2.57.1"
1313

1414
[libraries]
1515
elimu-content-provider = { group = "ai.elimu", name = "content-provider", version.ref = "elimuContentProvider" }

0 commit comments

Comments
 (0)