Skip to content

Commit cd7248f

Browse files
Bumping paging to alpha08 and other small deps changes (android#125)
1 parent a808500 commit cd7248f

File tree

3 files changed

+12
-22
lines changed

3 files changed

+12
-22
lines changed

app/build.gradle

+1-6
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,12 @@ dependencies {
6969
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycleVersion"
7070
implementation "androidx.room:room-runtime:$roomVersion"
7171
implementation "androidx.room:room-ktx:$roomVersion"
72-
implementation "androidx.paging:paging-runtime:$pagingVersion"
72+
implementation "androidx.paging:paging-runtime-ktx:$pagingVersion"
7373
kapt "androidx.room:room-compiler:$roomVersion"
7474

7575
// retrofit
7676
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
7777
implementation "com.squareup.retrofit2:converter-gson:$retrofitVersion"
7878
implementation "com.squareup.retrofit2:retrofit-mock:$retrofitVersion"
7979
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"
8580
}

build.gradle

+8-13
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
jcenter()
2424
}
2525
dependencies {
26-
classpath 'com.android.tools.build:gradle:4.0.1'
26+
classpath 'com.android.tools.build:gradle:4.1.0'
2727
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2828
}
2929
}
@@ -43,20 +43,15 @@ ext {
4343
compileSdkVersion = 28
4444
minSdkVersion = 15
4545
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'
5151
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'
5454
retrofitVersion = '2.7.2'
5555
okhttpLoggingInterceptorVersion = '4.0.0'
5656
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'
6257
}
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon May 04 09:17:05 BST 2020
1+
#Mon Nov 02 16:17:32 GMT 2020
22
distributionBase=GRADLE_USER_HOME
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
34
distributionPath=wrapper/dists
4-
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
6+
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)