We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb49304 commit c6719d6Copy full SHA for c6719d6
3 files changed
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId 'me.zhanghai.android.textselectionwebsearch'
11
minSdk 23
12
targetSdk 34
13
- versionCode 5
14
- versionName '1.1.1'
+ versionCode 6
+ versionName '1.1.2'
15
}
16
buildTypes {
17
release {
fastlane/metadata/android/en-US/changelogs/6.txt
@@ -0,0 +1 @@
1
+- Updated app to target Android 14.
fastlane/metadata/android/zh-CN/changelogs/6.txt
+- 更新了应用以将目标 SDK 设为 34。
0 commit comments