Skip to content

Commit

Permalink
Merge pull request #73 from InsanusMokrassar/1.3.3
Browse files Browse the repository at this point in the history
1.3.3
  • Loading branch information
InsanusMokrassar authored Mar 15, 2024
2 parents 24adeef + a1784dc commit f5e50d0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.3

* `Kotlin`: `1.9.23`

## 1.3.2

* `Kotlin`: `1.9.22`
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
# Project data

group=dev.inmo
version=1.3.2
android_code_version=29
version=1.3.3
android_code_version=30
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]

kotlin = "1.9.22"
kotlin-gradle-plugin = "8.2.1"
kotlin = "1.9.23"
kotlin-gradle-plugin = "8.3.0"

versions = "0.50.0"
versions = "0.51.0"

dokka = "1.9.10"
dokka = "1.9.20"

dexcount = "4.0.0"
junit_version = "4.12"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit f5e50d0

Please sign in to comment.