Skip to content

Commit

Permalink
Notepad 3.0.4 (release 2)
Browse files Browse the repository at this point in the history
* Update richtext dependency so that app can be approved for F-Droid
  • Loading branch information
farmerbb committed Jun 16, 2023
1 parent 66b300b commit c3c14b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
}
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]

# Notepad
notepad-versionCode = "118"
notepad-versionCode = "119"
notepad-versionName = "3.0.4"

# Android SDK
Expand Down Expand Up @@ -30,7 +30,7 @@ koin-compose = "3.4.1"
kotlin = "1.8.21"
linkifyText = "0a45dbcf9b"
okio = "3.2.0"
richtext = "0.14.1"
richtext = "0.15.0"
sqldelight = "1.5.4"
versionsPlugin = "0.42.0"

Expand Down

0 comments on commit c3c14b4

Please sign in to comment.