Skip to content

Commit 72f2382

Browse files
authored
Merge branch 'main' into dependabot/gradle/ai.elimu-appstore-2.5.85
2 parents 0d73724 + 89218c3 commit 72f2382

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId "ai.elimu.content_provider"
1616
minSdkVersion 26
1717
targetSdkVersion 35
18-
versionCode 1004058
19-
versionName "1.4.58-SNAPSHOT"
18+
versionCode 1004059
19+
versionName "1.4.59-SNAPSHOT"
2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121
javaCompileOptions {
2222
annotationProcessorOptions {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ constraintLayout = "2.2.1"
1111
appCompat = "1.7.1"
1212
navigation = "2.9.3"
1313
lifecycleExtensions = "2.2.0"
14-
room = "2.8.0"
14+
room = "2.8.1"
1515
androidXJunit = "1.3.0"
1616
androidXEspresso = "3.7.0"
1717
lifecycleViewmodelKtx = "2.9.4"

utils/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
defaultConfig {
1515
minSdkVersion 26
1616
targetSdkVersion 35
17-
versionCode 1004058
18-
versionName "1.4.58-SNAPSHOT"
17+
versionCode 1004059
18+
versionName "1.4.59-SNAPSHOT"
1919
}
2020

2121
buildTypes {

0 commit comments

Comments
 (0)