Skip to content

Commit

Permalink
修改v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
15dd committed Feb 2, 2024
1 parent 2d1118c commit 9651d27
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 6 deletions.
26 changes: 26 additions & 0 deletions .idea/appInsightsSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ android {
defaultConfig {
applicationId "com.cyh128.wenku8reader"
minSdk 29
targetSdk 33
versionCode 231103
versionName "2.2.2"
targetSdk 34
versionCode 240202
versionName "2.3.0"
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 230828,
"versionName": "2.2.0",
"versionCode": 231103,
"versionName": "2.2.2",
"outputFile": "app-release.apk"
}
],
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.1.2' apply false
id 'com.android.application' version '8.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
}

0 comments on commit 9651d27

Please sign in to comment.