Skip to content

Commit

Permalink
Update dependenecies
Browse files Browse the repository at this point in the history
  • Loading branch information
cristan committed Feb 19, 2023
1 parent e7fdb1a commit ed7d42a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
kotlin {
jvm {
compilations.all {
kotlinOptions.jvmTarget = "11"
kotlinOptions.jvmTarget = "17"
}
withJava()
}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin.code.style=official
kotlin.version=1.7.10
agp.version=7.3.0
compose.version=1.2.0
kotlin.version=1.8.0
agp.version=7.4.1
compose.version=1.3.0

0 comments on commit ed7d42a

Please sign in to comment.