File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -74,15 +74,15 @@ dependencies {
74
74
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
75
75
76
76
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
77
- implementation ' androidx.lifecycle:lifecycle-extensions:2.0 .0'
78
- implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.0 .0'
77
+ implementation ' androidx.lifecycle:lifecycle-extensions:2.1 .0'
78
+ implementation ' androidx.lifecycle:lifecycle-viewmodel-ktx:2.1 .0'
79
79
annotationProcessor " com.github.Raizlabs.DBFlow:dbflow-processor:$rootProject . dbflowVersion "
80
80
implementation " com.github.Raizlabs.DBFlow:dbflow-core:$rootProject . dbflowVersion "
81
81
implementation " com.github.Raizlabs.DBFlow:dbflow:$rootProject . dbflowVersion "
82
82
83
83
implementation " androidx.appcompat:appcompat:$rootProject . supportLibraryVersion "
84
- implementation " com.google.android.material:material:$rootProject . supportLibraryVersion "
85
- implementation " androidx.cardview:cardview:$rootProject . supportLibraryVersion "
84
+ implementation " com.google.android.material:material:$rootProject . designLibraryVersion "
85
+ implementation " androidx.cardview:cardview:$rootProject . designLibraryVersion "
86
86
implementation " androidx.preference:preference:$rootProject . supportLibraryVersion "
87
87
implementation " com.google.android.gms:play-services-maps:$rootProject . playServicesVersion "
88
88
implementation " com.google.firebase:firebase-messaging:$rootProject . firebaseMessagingVersion "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
dependencies {
10
10
classpath ' com.android.tools.build:gradle:3.3.2'
11
- classpath ' io.fabric.tools:gradle:1.+ '
11
+ classpath ' io.fabric.tools:gradle:1.31.2 '
12
12
classpath ' com.google.gms:oss-licenses:0.9.2'
13
13
classpath ' com.google.gms:google-services:4.2.0'
14
14
classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.11'
@@ -32,21 +32,22 @@ task clean(type: Delete) {
32
32
33
33
ext {
34
34
// Sdk and tools
35
- minSdkVersion = 15
35
+ minSdkVersion = 16
36
36
targetSdkVersion = 28
37
37
compileSdkVersion = 28
38
38
buildToolsVersion = ' 28.0.3'
39
39
40
40
// App dependencies
41
- supportLibraryVersion = ' 1.0.0'
41
+ supportLibraryVersion = ' 1.1.0'
42
+ designLibraryVersion = ' 1.0.0'
42
43
daggerVersion = ' 2.5'
43
44
retrofitVersion = ' 2.2.0'
44
45
okHttp3Version = ' 3.6.0'
45
46
butterKnifeVersion = ' 8.0.1'
46
47
dbflowVersion = ' 4.1.2'
47
- playServicesVersion = ' 16.1 .0'
48
- firebaseMessagingVersion = ' 17.6 .0'
49
- oss_licenses = ' 16 .0.2 '
48
+ playServicesVersion = ' 17.0 .0'
49
+ firebaseMessagingVersion = ' 18.0 .0'
50
+ oss_licenses = ' 17 .0.0 '
50
51
kotlinVersion = ' 1.3.11'
51
52
tableViewVersion = ' 0.8.8'
52
53
You can’t perform that action at this time.
0 commit comments