-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update dependencies and Gradle version
- Update compileSdk and targetSdk to 35 - Update Gradle plugin to 8.9.0-alpha03 - Update Kotlin plugin to 2.0.20 - Update gradle wrapper to 8.11.1- Update app dependencies: - core-ktx: 1.12.0 -> 1.15.0 - coroutines-core: 1.7.3 -> 1.8.0 - coroutines-android: 1.7.3 -> 1.8.0 - lifecycle-runtime-ktx: 2.6.2 -> 2.8.7 - appcompat: 1.6.1 -> 1.7.0 - material:1.9.0 -> 1.12.0 - constraintlayout: 2.1.4 -> 2.2.0 - Update treeview dependencies: - core-ktx: 1.12.0 -> 1.15.0 - appcompat: 1.6.1 -> 1.7.0 - material: 1.9.0 -> 1.12.0 - Remove unused dependencies from treeview
- Loading branch information
1 parent
1706aca
commit 397bfda
Showing
6 changed files
with
45 additions
and
17 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// Top-level build file where you can add configuration options common to all sub-projects/modules. | ||
plugins { | ||
id ("com.android.application") version "8.2.0-alpha15" apply false | ||
id ("com.android.library") version "8.2.0-alpha15" apply false | ||
id ("org.jetbrains.kotlin.android") version "1.9.0" apply false | ||
id ("com.android.application") version "8.9.0-alpha03" apply false | ||
id ("com.android.library") version "8.9.0-alpha03" apply false | ||
id ("org.jetbrains.kotlin.android") version "2.0.20" apply false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Thu Dec 08 11:09:42 HKT 2022 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters