Skip to content

Commit dffa07c

Browse files
committed
Update Gradle scripts
1 parent c82e2d6 commit dffa07c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ apply plugin: "androidx.navigation.safeargs"
2222
apply plugin: 'kotlin-android-extensions'
2323

2424
android {
25-
compileSdkVersion 28
25+
compileSdkVersion 30
2626
defaultConfig {
2727
applicationId "com.example.android.devbyteviewer"
2828
minSdkVersion 19
29-
targetSdkVersion 28
29+
targetSdkVersion 30
3030
versionCode 1
3131
versionName "1.0"
3232
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919

2020
buildscript {
2121
ext {
22-
version_core = "1.0.1"
23-
version_coroutine = "1.1.0"
22+
version_core = "1.3.1"
23+
version_coroutine = "1.3.7"
2424
version_retrofit_coroutines_adapter = "0.9.2"
2525
version_navigation = '1.0.0'
26-
version_constraint_layout = "2.0.0-alpha3"
27-
version_gradle = '3.3.2'
28-
version_kotlin = "1.3.21"
29-
version_lifecycle_extensions = "2.0.0"
30-
version_room = "2.0.0"
31-
version_appcompat = "1.0.2"
26+
version_constraint_layout = "2.0.0"
27+
version_gradle = '4.0.1'
28+
version_kotlin = "1.3.72"
29+
version_lifecycle_extensions = "2.2.0"
30+
version_room = "2.2.5"
31+
version_appcompat = "1.2.0"
3232
version_fragment = "1.0.0"
3333
version_retrofit = "2.5.0"
3434
version_kotlin_coroutines = "1.1.0"

0 commit comments

Comments
 (0)