We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b300b commit c3c14b4Copy full SHA for c3c14b4
2 files changed
build.gradle.kts
@@ -22,7 +22,6 @@ allprojects {
22
repositories {
23
google()
24
mavenCentral()
25
- maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
26
}
27
28
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
3
# Notepad
4
-notepad-versionCode = "118"
+notepad-versionCode = "119"
5
notepad-versionName = "3.0.4"
6
7
# Android SDK
@@ -30,7 +30,7 @@ koin-compose = "3.4.1"
30
kotlin = "1.8.21"
31
linkifyText = "0a45dbcf9b"
32
okio = "3.2.0"
33
-richtext = "0.14.1"
+richtext = "0.15.0"
34
sqldelight = "1.5.4"
35
versionsPlugin = "0.42.0"
36
0 commit comments