Skip to content

Commit

Permalink
Merge pull request #80 from marcellogalhardo/update-kotlin-to-1_8_0
Browse files Browse the repository at this point in the history
Update Kotlin to 1.8.0
  • Loading branch information
marcellogalhardo authored Feb 5, 2023
2 parents f2122ef + 82b04b4 commit 81104b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ buildscript {

plugins {
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
id "com.autonomousapps.dependency-analysis" version "1.1.0"
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.10.1'
id "com.autonomousapps.dependency-analysis" version "1.18.0"
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.12.1'
}

dependencyAnalysis {
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
androidx-compose-compiler = '1.3.2'
androidx-compose-ui = '1.3.2'
androidx-compose-compiler = '1.4.0'
androidx-compose-ui = '1.3.3'
androidx-fragment = "1.5.5"
androidx-lifecycle = "2.5.1"
androidx-test = "1.5.0"
kotlin = "1.7.20"
kotlin = "1.8.0"
navigation = "2.5.3"

[libraries]
Expand Down

0 comments on commit 81104b1

Please sign in to comment.