@@ -7,14 +7,14 @@ plugins {
77}
88
99android {
10- compileSdkVersion 30
10+ compileSdkVersion 33
1111
1212 defaultConfig {
1313 applicationId " com.theapache64.topcorn2"
1414 minSdkVersion 21
15- targetSdkVersion 30
15+ targetSdkVersion 33
1616 versionCode 10003
17- versionName " 1.0.0-alpha03 "
17+ versionName " 1.0.0-alpha04 "
1818
1919 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2020 }
@@ -36,7 +36,6 @@ android {
3636 }
3737 kotlinOptions {
3838 jvmTarget = ' 1.8'
39- useIR = true
4039 // Disabling coroutine's ExperimentalCoroutinesApi warning
4140 freeCompilerArgs + = [
4241 " -Xuse-experimental=kotlinx.coroutines.ExperimentalCoroutinesApi" ,
@@ -46,16 +45,16 @@ android {
4645 }
4746
4847 composeOptions {
49- kotlinCompilerExtensionVersion compose_version
48+ kotlinCompilerExtensionVersion compose_compiler_version
5049 }
5150}
5251
5352dependencies {
5453
55- implementation ' androidx.core:core-ktx:1.6 .0'
56- implementation ' androidx.appcompat:appcompat:1.3 .1'
57- implementation ' com.google.android.material:material:1.4 .0'
58- implementation ' androidx.constraintlayout:constraintlayout:2.1.1 '
54+ implementation ' androidx.core:core-ktx:1.9 .0'
55+ implementation ' androidx.appcompat:appcompat:1.5 .1'
56+ implementation ' com.google.android.material:material:1.7 .0'
57+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
5958
6059 // Navigation
6160 implementation " androidx.navigation:navigation-fragment-ktx:$nav_version "
@@ -74,20 +73,20 @@ dependencies {
7473 implementation " androidx.hilt:hilt-navigation-fragment:1.0.0"
7574
7675 // Room
77- def room_version = " 2.3.0 "
76+ def room_version = " 2.4.3 "
7877 implementation " androidx.room:room-runtime:$room_version "
7978 implementation " androidx.room:room-ktx:$room_version "
8079 kapt " androidx.room:room-compiler:$room_version "
8180
8281 // Retrofit
8382 def retrofit_version = ' 2.9.0'
8483 implementation " com.squareup.retrofit2:retrofit:$retrofit_version "
85- implementation ' com.squareup.okhttp3:logging-interceptor:4.9.0 '
84+ implementation ' com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.2 '
8685 implementation " com.squareup.retrofit2:adapter-rxjava2:$retrofit_version "
8786
8887 // Moshi : Moshi
89- implementation ' com.squareup.moshi:moshi:1.12 .0'
90- kapt ' com.squareup.moshi:moshi-kotlin-codegen:1.12 .0'
88+ implementation ' com.squareup.moshi:moshi:1.13 .0'
89+ kapt ' com.squareup.moshi:moshi-kotlin-codegen:1.13 .0'
9190 implementation ' com.squareup.retrofit2:converter-moshi:2.9.0'
9291
9392 testImplementation ' junit:junit:4.13.2'
@@ -99,13 +98,13 @@ dependencies {
9998 implementation ' com.jakewharton.timber:timber:5.0.1'
10099
101100 // Kotlinx Coroutines Core : Coroutines support libraries for Kotlin
102- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 '
101+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 '
103102
104103 // Coil - Image loading library
105- implementation(" io.coil-kt:coil-compose:1.3.2 " )
104+ implementation(" io.coil-kt:coil-compose:2.1.0 " )
106105
107106 // Kotlin Lifecycle KTX
108- def lifecycle_version = " 2.3 .1"
107+ def lifecycle_version = " 2.5 .1"
109108 implementation " androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version "
110109 implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
111110 implementation " androidx.lifecycle:lifecycle-common-java8:$lifecycle_version "
0 commit comments