File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ plugins {
55
66android {
77 namespace ' com.breens.searchableexposeddropdownmenujetpackcompose'
8- compileSdk 33
8+ compileSdk 34
99
1010 defaultConfig {
1111 applicationId " com.breens.searchableexposeddropdownmenujetpackcompose"
1212 minSdk 21
13- targetSdk 33
13+ targetSdk 34
1414 versionCode 1
1515 versionName " 1.0"
1616
@@ -37,7 +37,7 @@ android {
3737 compose true
3838 }
3939 composeOptions {
40- kotlinCompilerExtensionVersion ' 1.2.0 '
40+ kotlinCompilerExtensionVersion ' 1.5.1 '
4141 }
4242 packagingOptions {
4343 resources {
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- compose_ui_version = ' 1.1.1'
3+ compose_ui_version = ' 1.5.1'
4+ agp_version = ' 8.1.0-beta02'
45 }
56}// Top-level build file where you can add configuration options common to all sub-projects/modules.
67plugins {
7- id ' com.android.application' version ' 7.3.1 ' apply false
8- id ' com.android.library' version ' 7.3.1 ' apply false
9- id ' org.jetbrains.kotlin.android' version ' 1.7 .0' apply false
8+ id ' com.android.application' version ' 8.1.0-beta02 ' apply false
9+ id ' com.android.library' version ' 8.1.0-beta02 ' apply false
10+ id ' org.jetbrains.kotlin.android' version ' 1.9 .0' apply false
1011}
Original file line number Diff line number Diff line change 1- # Sun Nov 13 15:18:59 EAT 2022
1+ # Sat Oct 21 16:05:09 EAT 2023
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4-bin.zip
43distributionPath =wrapper/dists
5- zipStorePath = wrapper/dists
4+ distributionUrl = https\://services.gradle.org/distributions/gradle-8.2-bin.zip
65zipStoreBase =GRADLE_USER_HOME
6+ zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ android {
3333 compose true
3434 }
3535 composeOptions {
36- kotlinCompilerExtensionVersion ' 1.2.0 '
36+ kotlinCompilerExtensionVersion ' 1.5.1 '
3737 }
3838 packagingOptions {
3939 resources {
You can’t perform that action at this time.
0 commit comments