Skip to content

Commit cec82bb

Browse files
authored
Merge pull request #156 from elimu-ai/content-provider-1.4.75
Content provider 1.4.75
2 parents 35948f3 + e4a8b5d commit cec82bb

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ captures/
4040
*.jks
4141

4242
/projectFilesBackup/
43-
app/src/main/java/ai/elimu/chat/dao/DaoMaster.java
43+
app/src/main/java/ai/elimu/chat/dao/DaoMaster.java
44+
45+
# Kotlin
46+
.kotlin

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-
elimuContentProvider = "1.4.74"
2+
elimuContentProvider = "1.4.75"
33
agp = "8.9.1"
44
junit = "4.13.2"
55
greenDao = "3.3.0"
@@ -9,7 +9,7 @@ circleImageView = "3.1.0"
99
androidXJunit = "1.2.1"
1010
androidXEspresso = "3.7.0"
1111
coreKtx = "1.16.0"
12-
kotlin = "2.3.0"
12+
kotlin = "2.2.0"
1313

1414
[libraries]
1515
elimu-content-provider = { group = "ai.elimu", name = "content-provider", version.ref = "elimuContentProvider" }
@@ -24,4 +24,4 @@ junit = { group = "junit", name = "junit", version.ref = "junit" }
2424
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
2525

2626
[plugins]
27-
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
27+
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }

0 commit comments

Comments
 (0)