File tree 3 files changed +12
-22
lines changed
3 files changed +12
-22
lines changed Original file line number Diff line number Diff line change @@ -69,17 +69,12 @@ dependencies {
69
69
implementation " androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVersion "
70
70
implementation " androidx.room:room-runtime:$roomVersion "
71
71
implementation " androidx.room:room-ktx:$roomVersion "
72
- implementation " androidx.paging:paging-runtime:$pagingVersion "
72
+ implementation " androidx.paging:paging-runtime-ktx :$pagingVersion "
73
73
kapt " androidx.room:room-compiler:$roomVersion "
74
74
75
75
// retrofit
76
76
implementation " com.squareup.retrofit2:retrofit:$retrofitVersion "
77
77
implementation " com.squareup.retrofit2:converter-gson:$retrofitVersion "
78
78
implementation " com.squareup.retrofit2:retrofit-mock:$retrofitVersion "
79
79
implementation " com.squareup.okhttp3:logging-interceptor:$okhttpLoggingInterceptorVersion "
80
-
81
- // testing
82
- testImplementation " junit:junit:$junitVersion "
83
- androidTestImplementation " androidx.test:runner:$runnerVersion "
84
- androidTestImplementation " androidx.test.espresso:espresso-core:$espressoVersion "
85
80
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ buildscript {
23
23
jcenter()
24
24
}
25
25
dependencies {
26
- classpath ' com.android.tools.build:gradle:4.0.1 '
26
+ classpath ' com.android.tools.build:gradle:4.1.0 '
27
27
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
28
28
}
29
29
}
@@ -43,20 +43,15 @@ ext {
43
43
compileSdkVersion = 28
44
44
minSdkVersion = 15
45
45
targetSdkVersion = 28
46
- supportLibVersion = ' 1.1 .0'
47
- coreVersion = ' 1.3.0 '
48
- recyclerViewVersion = ' 1.2.0-alpha05 '
49
- constraintLayoutVersion = ' 1.1.3 '
50
- materialVersion = ' 1.1.0 '
46
+ supportLibVersion = ' 1.2 .0'
47
+ coreVersion = ' 1.3.2 '
48
+ recyclerViewVersion = ' 1.2.0-alpha06 '
49
+ constraintLayoutVersion = ' 2.0.4 '
50
+ materialVersion = ' 1.2.1 '
51
51
lifecycleVersion = ' 2.2.0'
52
- roomVersion = ' 2.3.0-alpha02 '
53
- pagingVersion = ' 3.0.0-alpha07 '
52
+ roomVersion = ' 2.3.0-alpha03 '
53
+ pagingVersion = ' 3.0.0-alpha08 '
54
54
retrofitVersion = ' 2.7.2'
55
55
okhttpLoggingInterceptorVersion = ' 4.0.0'
56
56
coroutines = ' 1.3.7'
57
-
58
- runnerVersion = ' 1.3.0-rc01'
59
- rulesVersion = ' 1.0.1'
60
- junitVersion = ' 4.13'
61
- espressoVersion = ' 3.3.0-rc01'
62
57
}
Original file line number Diff line number Diff line change 1
- # Mon May 04 09 :17:05 BST 2020
1
+ # Mon Nov 02 16 :17:32 GMT 2020
2
2
distributionBase =GRADLE_USER_HOME
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7-all.zip
3
4
distributionPath =wrapper/dists
4
- zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl = https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
6
+ zipStoreBase = GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments