File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ android {
3737 compose true
3838 }
3939 composeOptions {
40- kotlinCompilerExtensionVersion ' 1.1.1 '
40+ kotlinCompilerExtensionVersion ' 1.2.0 '
4141 }
4242 packagingOptions {
4343 resources {
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ buildscript {
66plugins {
77 id ' com.android.application' version ' 7.3.1' apply false
88 id ' com.android.library' version ' 7.3.1' apply false
9- id ' org.jetbrains.kotlin.android' version ' 1.6.10 ' apply false
9+ id ' org.jetbrains.kotlin.android' version ' 1.7.0 ' apply false
1010}
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
3333 compose true
3434 }
3535 composeOptions {
36- kotlinCompilerExtensionVersion ' 1.1.1 '
36+ kotlinCompilerExtensionVersion ' 1.2.0 '
3737 }
3838 packagingOptions {
3939 resources {
@@ -56,7 +56,7 @@ afterEvaluate {
5656
5757 groupId = ' com.github.Breens-Mbaka'
5858 artifactId = ' searchable-dropdown'
59- version = ' 0.3.1 '
59+ version = ' 0.3.5 '
6060 }
6161 }
6262 }
You can’t perform that action at this time.
0 commit comments