Skip to content

Commit

Permalink
Upgrade kotlin and compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenil Balar committed Oct 5, 2022
1 parent 2b3095a commit 8167079
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
buildscript {
ext {
compose_version = '1.1.1'
compose_version = '1.2.0'
// compose_version = '1.1.0-beta01'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.2.2' apply false
id 'com.android.library' version '7.2.2' apply false
// id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
// id 'org.jetbrains.kotlin.android' version '1.5.31' apply false
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
// id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
}

task clean(type: Delete) {
Expand Down

0 comments on commit 8167079

Please sign in to comment.