Skip to content

Commit 66b18e5

Browse files
committed
release 3.0.47
1 parent a580997 commit 66b18e5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ org.gradle.jvmargs=-Xmx4g
22
kotlin.code.style=official
33
kotlin.jvm.target.validation.mode=error
44
jvmToolchainVersion=17
5-
warlock.version=3.0.46
5+
warlock.version=3.0.47
66
android.useAndroidX=true

gradle/libs.versions.toml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ androidx-activity = "1.10.0"
2121
androidx-core-splashscreen = "1.0.1"
2222
androidxLifecycleViewmodel = "2.8.4"
2323
androidxSqlite = "2.5.0-alpha12" # 2.5.0-alpha13 has an issue finding the SqliteDriver
24+
## ⬆ = "2.5.0-alpha13"
2425
antlr = "4.13.2"
2526
apache-commons-text = "1.13.0"
2627
appdirs = "1.2.0"
@@ -39,6 +40,7 @@ ksp = "2.1.10-1.0.29"
3940
okio = "3.10.2"
4041
rhino = "1.8.0"
4142
room = "2.7.0-alpha12"
43+
##⬆ = "2.7.0-alpha13"
4244
sentryKotlin = "0.10.0"
4345
slf4j = "2.0.16"
4446
slf4jAndroid = "3.0.0"

0 commit comments

Comments
 (0)