Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
hosizoraru committed Jan 25, 2024
1 parent 837b3e1 commit 08bc3d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ android {

defaultConfig {
applicationId = "star.sky.voyager"
minSdk = 33
minSdk = 31
targetSdk = 34
versionCode = 32
versionName = "3.7"
versionName = "3.71"
buildConfigField("String", "BUILD_TIME", "\"${System.currentTimeMillis()}\"")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/sweet-dependency/sweet-dependency-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories:
plugins:
com.android.application:
alias: android-application
version: 8.2.1
version: 8.2.2
auto-update: true
org.jetbrains.kotlin.android:
alias: kotlin-android
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Jan 09 16:06:16 CST 2024
#Thu Jan 25 11:50:12 CST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-rc-3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 08bc3d7

Please sign in to comment.