Skip to content

Commit

Permalink
Merge pull request #25 from vadiole/dev
Browse files Browse the repository at this point in the history
Release 1.4.3
  • Loading branch information
vadiole committed Mar 25, 2024
2 parents 8b4984d + 6cc68f8 commit 6741b5c
Show file tree
Hide file tree
Showing 8 changed files with 27,147 additions and 25,099 deletions.
2 changes: 1 addition & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/build
/release
/debug
!/build/outputs/mapping/release/*
!/build/outputs/mapping/release/mapping.txt
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "vadiole.unicode"
minSdk = 26
targetSdk = 34
versionCode = 142
versionName = "1.4.2"
versionCode = 143
versionName = "1.4.3"
resourceConfigurations.addAll(listOf("en"))
setProperty("archivesBaseName", "unicode-v$versionName")
}
Expand Down
199 changes: 0 additions & 199 deletions app/build/outputs/mapping/release/configuration.txt

This file was deleted.

Loading

0 comments on commit 6741b5c

Please sign in to comment.