Skip to content

Commit

Permalink
Release Version 1.4.1
Browse files Browse the repository at this point in the history
- Change the UI
- add Clipboard editing functionality
  • Loading branch information
hashemi-hossein committed Jul 22, 2024
1 parent 9787d61 commit e198163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 12
versionName = "1.4.0"
versionName = "1.4.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit e198163

Please sign in to comment.