File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ plugins {
2121}
2222
2323android {
24- compileSdkVersion 31
24+ compileSdkVersion 33
2525
2626 defaultConfig {
2727 applicationId " com.example.sqlbasics"
2828 minSdkVersion 19
29- targetSdkVersion 31
29+ targetSdkVersion 33
3030 versionCode 1
3131 versionName " 1.0"
3232
@@ -49,19 +49,19 @@ android {
4949}
5050
5151dependencies {
52- def room_version = ' 2.3.0 '
52+ def room_version = ' 2.4.3 '
5353
5454 implementation " androidx.room:room-runtime:$room_version "
5555 kapt " androidx.room:room-compiler:$room_version "
5656
5757 // optional - Kotlin Extensions and Coroutines support for Room
5858 implementation " androidx.room:room-ktx:$room_version "
5959
60- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2 '
61- implementation ' androidx.core:core-ktx:1.7 .0'
62- implementation ' androidx.appcompat:appcompat:1.3 .1'
63- implementation ' com.google.android.material:material:1.4 .0'
64- implementation ' androidx.constraintlayout:constraintlayout:2.1.1 '
60+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 '
61+ implementation ' androidx.core:core-ktx:1.9 .0'
62+ implementation ' androidx.appcompat:appcompat:1.5 .1'
63+ implementation ' com.google.android.material:material:1.7 .0'
64+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
6565 testImplementation ' junit:junit:4.13.2'
6666 androidTestImplementation ' androidx.test.ext:junit:1.1.3'
6767 androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
Original file line number Diff line number Diff line change 1616
1717// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818buildscript {
19- ext. kotlin_version = " 1.5.31 "
19+ ext. kotlin_version = " 1.7.10 "
2020 repositories {
2121 google()
2222 mavenCentral()
2323 }
2424 dependencies {
25- classpath ' com.android.tools.build:gradle:7.0.3 '
25+ classpath ' com.android.tools.build:gradle:7.3.1 '
2626 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2727
2828 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
You can’t perform that action at this time.
0 commit comments