Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hosizoraru committed Jul 25, 2024
1 parent ebb3e45 commit 53d65dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ val apkId = "StarVoyager"

android {
namespace = "star.sky.voyager"
compileSdk = 34
buildToolsVersion = "35.0.0-rc1"
ndkVersion = "26.2.11394342"
compileSdk = 35
buildToolsVersion = "35.0.0"
ndkVersion = "27.0.12077973"

flexiLocale {
isEnable = true
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.4.0
version: 8.5.1
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 Mar 05 10:12:57 CST 2024
#Thu Jul 25 22:42:11 CST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-rc-2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 53d65dd

Please sign in to comment.