Skip to content

Commit 67cf13e

Browse files
author
Melih Aksoy
committed
Versions bumped & minApi put to 21
1 parent 6a588e4 commit 67cf13e

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
ext.kotlin_version = '1.3.40'
4-
ext.nav_version = '2.1.0-alpha05'
4+
ext.nav_version = '2.1.0-alpha06'
55

66
repositories {
77
google()

core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dependencies {
2020
implementation libraries.fragment
2121
implementation libraries.paging
2222
implementation libraries.lifecycle
23+
implementation libraries.liveDataKTX
2324
implementation libraries.navigation
2425
implementation libraries.picasso
2526

repository/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies {
1818
implementation fileTree(dir: 'libs', include: ['*.jar'])
1919

2020
implementation libraries.coroutines
21+
implementation libraries.liveDataKTX
2122
implementation libraries.retrofit
2223
implementation libraries.room
2324
implementation libraries.moshiKotlin

scripts/dependencies.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
ext {
22

33
versions = [
4-
minSdkVersion : 16,
5-
minSdkVersionDev : 21,
4+
minSdkVersion : 21,
65
compileSdkVersion : 28,
76
targetSdkVersion : 28,
87
buildToolsVersion : "28.0.3",
98
supportLibraryVersion : "28.0.0",
109
appCompatVersion : "1.1.0-alpha04",
11-
lifecycleVersion : "2.2.0-alpha01",
10+
lifecycleVersion : "2.2.0-alpha02",
1211
fragmentVersion : "1.1.0-beta01",
1312
workManagerVersion : "2.1.0-alpha03",
1413
constraintLayoutVesion: "2.0.0-beta1",
@@ -19,14 +18,14 @@ ext {
1918
collectionVersion : "1.1.0",
2019
roomVersion : "2.1.0",
2120
daggerVersion : "2.22.1",
22-
okHttpVersion : "3.12.0",
21+
okHttpVersion : "4.0.0",
2322
retrofitVersion : "2.6.0",
2423
picassoVersion : "2.71828",
2524
moshiVersion : "1.8.0",
2625
coroutinesVersion : "1.3.0-M1",
2726
leakCanaryVersion : "2.0-alpha-2",
2827
timberVersion : "4.7.1",
29-
jUnitVersion : "5.4.2",
28+
jUnitVersion : "5.5.0",
3029
espressoVersion : "3.2.0",
3130
mockkVersion : "1.9.3",
3231
kluentVersion : "1.49",
@@ -57,7 +56,7 @@ ext {
5756
],
5857

5958
lifecycle : "androidx.lifecycle:lifecycle-extensions:${versions.lifecycleVersion}",
60-
liveData : "androidx.lifecycle:lifecycle-livedata-ktx:${versions.lifecycleVersion}",
59+
liveDataKTX : "androidx.lifecycle:lifecycle-livedata-ktx:${versions.lifecycleVersion}",
6160
workManager : "androidx.work:work-runtime-ktx:${versions.workManagerVersion}",
6261
paging : "androidx.paging:paging-runtime-ktx:${versions.pagingVersion}",
6362
viewPager : "androidx.viewpager2:viewpager2:${versions.viewPagerVersion}",

0 commit comments

Comments
 (0)