Skip to content

Commit

Permalink
Updated gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jecsan committed Jul 17, 2022
1 parent 2310a35 commit 483cdcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class MainActivity : ComponentActivity() {
.verticalScroll(rememberScrollState())
.fillMaxWidth()
) {



CompositionLocalProvider(
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.0-alpha08' apply false
id 'com.android.library' version '7.4.0-alpha08' apply false
id 'com.android.application' version '7.2.1' apply false
id 'com.android.library' version '7.2.1' apply false
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
}

0 comments on commit 483cdcf

Please sign in to comment.