Skip to content

Commit 5b527c3

Browse files
authored
Merge pull request #37 from osuleymanova/Main-Versions-update
Bump versions update
2 parents 5d74e0a + 939757e commit 5b527c3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

app/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ plugins {
2121
}
2222

2323
android {
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

5151
dependencies {
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'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818
buildscript {
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

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)