From ff37534e2f911b049f1e60168c5b7d77e93779f6 Mon Sep 17 00:00:00 2001 From: roschin-vy Date: Fri, 5 Jan 2024 13:01:45 +0300 Subject: [PATCH] up gradle to 8.5 and up other libs in libs.versions.toml --- CONTRIBUTING.md | 4 ++-- gradle/libs.versions.toml | 12 ++++++------ gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dc3893cdc..7e56a9100 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,10 +18,10 @@ General Workflow The steps below describe how to get a patch into a master branch. -1. Find an open issue or create a new issue on [issue tracker](https://github.com/agoda-com/kakao/issues) for the work you want to +1. Find an open issue or create a new issue on [issue tracker](https://github.com/KakaoCup/Kakao/issues) for the work you want to contribute. In case you wish to work on an existing issue make sure no one else is working on it. Comment on the issue declaring you are willing to take it up to avoid possible conflicts and reworks. Also avoid picking up issues tagged as Invalid. -2. [Fork the project](https://github.com/agoda-com/kakao#fork-destination-box) on GitHub. You'll need to create a feature-branch for your +2. [Fork the project](https://github.com/KakaoCup/Kakao/issues#fork-destination-box) on GitHub. You'll need to create a feature-branch for your work on your fork, as this way you'll be able to submit a pull request against Kakao. 3. Continue working on the feature branch until you are satisfied. Add tests for new features and modify existing tests if required. 4. Run all unit tests from sbt and make sure all of them pass. diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4dd58b9ad..03b358d74 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,20 +1,20 @@ [versions] -gradle = "8.1" +gradle = "8.5" jvmVersion = "17" targetSdk = "34" compileSdk = "34" minSdk = "14" -agpVersion = "8.1.4" -kotlinVersion = "1.9.20" +agpVersion = "8.2.1" +kotlinVersion = "1.9.21" dokkaVersion = "1.9.10" appcompatVersion = "1.6.1" recyclerviewVersion = "1.3.2" viewPager2Version = "1.0.0" swiperefreshlayoutVersion = "1.1.0" -annotationVersion = "1.2.0" +annotationVersion = "1.3.0" testRunnerVersion = "1.5.2" testRulesVersion = "1.5.0" @@ -23,11 +23,11 @@ espressoVersion = "3.5.1" junitVersion = "4.13.2" junitExtVersion = "1.1.5" multidexVersion = "2.0.1" -materialVersion = "1.10.0" +materialVersion = "1.11.0" detekt = "1.17.1" -githubApiVersion = "1.129" +githubApiVersion = "1.318" [libraries] com-android-tools-build-gradle = { group = "com.android.tools.build", name = "gradle", version.ref = "agpVersion" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a21c6ebe2..829e1a5a9 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists