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