Skip to content

Commit

Permalink
Merge pull request #91 from InsanusMokrassar/2.2.5
Browse files Browse the repository at this point in the history
2.2.5
  • Loading branch information
InsanusMokrassar authored Dec 28, 2023
2 parents 5ff02a2 + 09d811e commit b41bf0e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.2.5

* `Versions`
* `Kotlin`: `1.9.22`
* `Serialization`: `1.6.2`

## 2.2.4

* `Versions`
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ android.useAndroidX=true
android.enableJetifier=false


kotlin_version=1.9.21
kotlin_version=1.9.22
kotlin_coroutines_version=1.7.3
kotlin_serialization_version=1.6.1
kotlin_serialization_version=1.6.2

dokka_version=1.9.10

Expand All @@ -23,7 +23,7 @@ github_release_plugin_version=2.4.1

## Android

android_gradle_version=8.1.2
android_gradle_version=8.1.4
android_minSdkVersion=21
android_compileSdkVersion=34
android_buildToolsVersion=34.0.0
Expand All @@ -36,5 +36,5 @@ androidx_work_version=2.8.1

## Common

version=2.2.4
android_code_version=34
version=2.2.5
android_code_version=35
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip

0 comments on commit b41bf0e

Please sign in to comment.