Skip to content

Commit

Permalink
Update Kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Oct 24, 2023
1 parent 9e89e6c commit 2815314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.7.22'
ext.kotlin_version = '1.9.10'
repositories {
google()
mavenCentral()
Expand All @@ -22,11 +22,9 @@ allprojects {
rootProject.buildDir = '../build'
subprojects {
project.buildDir = "${rootProject.buildDir}/${project.name}"
}
subprojects {
project.evaluationDependsOn(':app')
}

tasks.register("clean", Delete) {
task clean(type: Delete) {
delete rootProject.buildDir
}
2 changes: 1 addition & 1 deletion android/build.gradle.foss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.7.22'
ext.kotlin_version = '1.9.10'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 2815314

Please sign in to comment.