@@ -6,12 +6,12 @@ plugins {
66}
77
88android {
9- compileSdk 32
9+ compileSdk 33
1010
1111 defaultConfig {
1212 applicationId " com.example.simpleandroidlibrary"
1313 minSdk 21
14- targetSdk 32
14+ targetSdk 33
1515 versionCode 1
1616 versionName " 1.0"
1717
@@ -33,33 +33,32 @@ android {
3333 }
3434 kotlinOptions {
3535 jvmTarget = ' 1.8'
36- useIR = true
3736 }
3837 buildFeatures {
3938 compose true
4039 }
4140 composeOptions {
4241 kotlinCompilerExtensionVersion compose_version
43- kotlinCompilerVersion ' 1.5.21'
4442 }
4543 packagingOptions {
4644 resources {
4745 excludes + = ' /META-INF/{AL2.0,LGPL2.1}'
4846 }
4947 }
48+ namespace ' com.example.simpleandroidlibrary'
5049}
5150
5251dependencies {
5352
54- implementation ' androidx.core:core-ktx:1.7 .0'
55- implementation ' androidx.appcompat:appcompat:1.4.0 '
56- implementation ' com.google.android.material:material:1.4 .0'
53+ implementation ' androidx.core:core-ktx:1.9 .0'
54+ implementation ' androidx.appcompat:appcompat:1.5.1 '
55+ implementation ' com.google.android.material:material:1.7 .0'
5756 implementation " androidx.compose.ui:ui:$compose_version "
5857 implementation " androidx.compose.material:material:$compose_version "
5958 implementation " androidx.compose.ui:ui-tooling-preview:$compose_version "
60- implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.4.0 '
61- implementation ' androidx.activity:activity-compose:1.4.0 '
59+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.5.1 '
60+ implementation ' androidx.activity:activity-compose:1.6.1 '
6261
63- // implementation project(':SydneySuburbs')
64- implementation ' com.github.vinchamp77:demo-simple-android-lib:0.0.0'
62+ implementation project(' :SydneySuburbs' )
63+ // implementation 'com.github.vinchamp77:demo-simple-android-lib:0.0.0'
6564}
0 commit comments