Skip to content

Commit 5034349

Browse files
authored
Merge branch 'main' into dependabot/github_actions/softprops/action-gh-release-2.3.3
2 parents 2a95850 + 3b4df22 commit 5034349

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId "ai.elimu.analytics"
1414
minSdkVersion 26
1515
targetSdkVersion 35
16-
versionCode 4001015
17-
versionName "4.1.15-SNAPSHOT"
16+
versionCode 4001019
17+
versionName "4.1.19-SNAPSHOT"
1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
javaCompileOptions {
2020
annotationProcessorOptions {

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
elimuModel = "model-2.0.124"
2+
elimuModel = "model-2.0.130"
33
material = "1.12.0"
44
retrofit = "2.11.0"
55
junit = "4.13.2"
@@ -11,8 +11,8 @@ elimuCommonutils = "1.0.14"
1111
constraintLayout = "2.2.1"
1212
appCompat = "1.7.1"
1313
recyclerView = "1.4.0"
14-
room = "2.7.2"
15-
androidXJunit = "1.2.1"
14+
room = "2.8.1"
15+
androidXJunit = "1.3.0"
1616
androidXEspresso = "3.6.1"
1717
coreKtx = "1.16.0"
1818
workRuntime = "2.10.3"

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 4001015
18-
versionName "4.1.15-SNAPSHOT"
17+
versionCode 4001019
18+
versionName "4.1.19-SNAPSHOT"
1919
}
2020

2121
buildTypes {

0 commit comments

Comments
 (0)