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 {
21
21
}
22
22
23
23
android {
24
- compileSdkVersion 31
24
+ compileSdkVersion 33
25
25
26
26
defaultConfig {
27
27
applicationId " com.example.sqlbasics"
28
28
minSdkVersion 19
29
- targetSdkVersion 31
29
+ targetSdkVersion 33
30
30
versionCode 1
31
31
versionName " 1.0"
32
32
@@ -49,19 +49,19 @@ android {
49
49
}
50
50
51
51
dependencies {
52
- def room_version = ' 2.3.0 '
52
+ def room_version = ' 2.4.3 '
53
53
54
54
implementation " androidx.room:room-runtime:$room_version "
55
55
kapt " androidx.room:room-compiler:$room_version "
56
56
57
57
// optional - Kotlin Extensions and Coroutines support for Room
58
58
implementation " androidx.room:room-ktx:$room_version "
59
59
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 '
65
65
testImplementation ' junit:junit:4.13.2'
66
66
androidTestImplementation ' androidx.test.ext:junit:1.1.3'
67
67
androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
Original file line number Diff line number Diff line change 16
16
17
17
// Top-level build file where you can add configuration options common to all sub-projects/modules.
18
18
buildscript {
19
- ext. kotlin_version = " 1.5.31 "
19
+ ext. kotlin_version = " 1.7.10 "
20
20
repositories {
21
21
google()
22
22
mavenCentral()
23
23
}
24
24
dependencies {
25
- classpath ' com.android.tools.build:gradle:7.0.3 '
25
+ classpath ' com.android.tools.build:gradle:7.3.1 '
26
26
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
27
27
28
28
// 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
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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