Skip to content

Commit

Permalink
[Feature] Bump version to 1.1.2 and add changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Aug 28, 2023
1 parent bb49304 commit c6719d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId 'me.zhanghai.android.textselectionwebsearch'
minSdk 23
targetSdk 34
versionCode 5
versionName '1.1.1'
versionCode 6
versionName '1.1.2'
}
buildTypes {
release {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Updated app to target Android 14.
1 change: 1 addition & 0 deletions fastlane/metadata/android/zh-CN/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- 更新了应用以将目标 SDK 设为 34。

0 comments on commit c6719d6

Please sign in to comment.