Skip to content

Commit

Permalink
Bump version to 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryosuke839 committed Jan 24, 2023
1 parent bd56983 commit f356243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 32
compileSdkVersion 33

defaultConfig {
applicationId "jp.ddo.hotmist.unicodepad"
minSdkVersion 16
targetSdkVersion 32
versionCode 53
versionName "2.12.0"
targetSdkVersion 33
versionCode 54
versionName "2.12.1"
}

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
Copyright © 1991-2022 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in
http://www.unicode.org/copyright.html.</string>
<string name="legal_app" translatable="false">UnicodePad 2.12.0</string>
<string name="legal_app" translatable="false">UnicodePad 2.12.1</string>
<string name="legal_app2" translatable="false">UnicodePad is licensed under the Apache License, Version2.0
https://github.com/Ryosuke839/UnicodePad</string>
</resources>

0 comments on commit f356243

Please sign in to comment.