-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from mustafaberkaymutlu/update-dependencies
Update dependencies (Gradle, Kotlin, Android Gradle Plugin etc.)
- Loading branch information
Showing
11 changed files
with
109 additions
and
61 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.12.0] - 2024-06-27 | ||
|
||
### Added | ||
|
||
- This changelog file | ||
|
||
### Changed | ||
|
||
- Increased minimum supported SDK from 15 to 21 | ||
- Increased compile and target SDK from 32 to 34 | ||
- Updated Kotlin from 1.7.20 to 2.0.0 | ||
- Updated Gradle from 7.6.1 to 8.8 | ||
- Updated Android Gradle Plugin from 7.4.1 to 8.5.0 | ||
- Updated Robolectric from 4.9.2 to 4.12.2 | ||
- Updated Truth from 1.1.3 to 1.4.2 | ||
- Updated Fragment testing from 1.5.5 to 1.8.0 | ||
- Updated arch. core testing from 2.1.0 to 2.2.0 | ||
- Updated Gradle Publish plugin from 1.1.0 to 2.0.0 | ||
- Updated GitHub Actions dependencies |
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
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,21 +1,21 @@ | ||
[libraries] | ||
androidGradlePlugin = "com.android.tools.build:gradle:7.4.1" | ||
androidGradlePlugin = "com.android.tools.build:gradle:8.5.0" | ||
androidXAppCompat = "androidx.appcompat:appcompat:1.1.0" | ||
androidXConstraintLayout = "androidx.constraintlayout:constraintlayout:1.1.3" | ||
androidXLifecycleCommon = "androidx.lifecycle:lifecycle-common:2.4.1" | ||
androidXVectorDrawable = "androidx.vectordrawable:vectordrawable:1.1.0" | ||
googleMaterial = "com.google.android.material:material:1.0.0" | ||
kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } | ||
kotlinStdLib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk7", version.ref = "kotlin" } | ||
nexusPublishPlugin = "io.github.gradle-nexus:publish-plugin:1.1.0" | ||
nexusPublishPlugin = "io.github.gradle-nexus:publish-plugin:2.0.0" | ||
|
||
androidXArchCoreTesting = "androidx.arch.core:core-testing:2.1.0" | ||
androidXFragmentTesting = "androidx.fragment:fragment-testing:1.5.5" | ||
androidXArchCoreTesting = "androidx.arch.core:core-testing:2.2.0" | ||
androidXFragmentTesting = "androidx.fragment:fragment-testing:1.8.0" | ||
androidXTestCoreKtx = "androidx.test:core-ktx:1.4.0" | ||
androidXTestExtJunit = "androidx.test.ext:junit:1.1.3" | ||
junit = "junit:junit:4.13.2" | ||
robolectric = "org.robolectric:robolectric:4.9.2" | ||
truth = "com.google.truth:truth:1.1.3" | ||
robolectric = "org.robolectric:robolectric:4.12.2" | ||
truth = "com.google.truth:truth:1.4.2" | ||
|
||
[versions] | ||
kotlin = "1.7.20" | ||
kotlin = "2.0.0" |
Binary file not shown.
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,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
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
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