mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2024-12-26 07:01:48 +01:00
Merge branch 'dependencies_update' into 'master'
update dependencies See merge request pixeldroid/PixelDroid!245
This commit is contained in:
commit
ea42f9381a
@ -58,7 +58,7 @@ dependencies {
|
|||||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||||
implementation 'androidx.core:core-ktx:1.3.1'
|
implementation 'androidx.core:core-ktx:1.3.1'
|
||||||
implementation 'androidx.preference:preference:1.1.1'
|
implementation 'androidx.preference:preference:1.1.1'
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
|
||||||
implementation 'androidx.navigation:navigation-fragment:2.3.0'
|
implementation 'androidx.navigation:navigation-fragment:2.3.0'
|
||||||
implementation 'androidx.navigation:navigation-ui:2.3.0'
|
implementation 'androidx.navigation:navigation-ui:2.3.0'
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.8.0'
|
implementation 'com.squareup.okhttp3:okhttp:4.8.0'
|
||||||
@ -68,7 +68,7 @@ dependencies {
|
|||||||
implementation 'io.reactivex.rxjava2:rxjava:2.2.17'
|
implementation 'io.reactivex.rxjava2:rxjava:2.2.17'
|
||||||
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
|
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
|
||||||
implementation "androidx.browser:browser:1.2.0"
|
implementation "androidx.browser:browser:1.2.0"
|
||||||
implementation 'com.google.android.material:material:1.2.0'
|
implementation 'com.google.android.material:material:1.2.1'
|
||||||
implementation 'com.github.connyduck:sparkbutton:4.0.0'
|
implementation 'com.github.connyduck:sparkbutton:4.0.0'
|
||||||
|
|
||||||
def room_version = "2.2.5"
|
def room_version = "2.2.5"
|
||||||
@ -102,11 +102,11 @@ dependencies {
|
|||||||
testImplementation 'junit:junit:4.13'
|
testImplementation 'junit:junit:4.13'
|
||||||
|
|
||||||
androidTestImplementation('com.squareup.okhttp3:mockwebserver:4.8.0')
|
androidTestImplementation('com.squareup.okhttp3:mockwebserver:4.8.0')
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
|
||||||
androidTestImplementation 'androidx.test:runner:1.2.0'
|
androidTestImplementation 'androidx.test:runner:1.3.0'
|
||||||
androidTestImplementation 'androidx.test:rules:1.2.0'
|
androidTestImplementation 'androidx.test:rules:1.3.0'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.2.0'
|
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.3.0'
|
||||||
androidTestImplementation 'com.android.support.test.espresso:espresso-contrib:3.0.2'
|
androidTestImplementation 'com.android.support.test.espresso:espresso-contrib:3.0.2'
|
||||||
implementation 'androidx.paging:paging-runtime-ktx:2.1.2'
|
implementation 'androidx.paging:paging-runtime-ktx:2.1.2'
|
||||||
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
|
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
|
||||||
@ -133,8 +133,8 @@ dependencies {
|
|||||||
kapt 'com.google.dagger:dagger-android-processor:2.28.3'
|
kapt 'com.google.dagger:dagger-android-processor:2.28.3'
|
||||||
kapt 'com.google.dagger:dagger-compiler:2.28.3'
|
kapt 'com.google.dagger:dagger-compiler:2.28.3'
|
||||||
|
|
||||||
androidTestImplementation 'androidx.test:runner:1.2.0'
|
androidTestImplementation 'androidx.test:runner:1.3.0'
|
||||||
androidTestImplementation 'androidx.test:rules:1.2.0'
|
androidTestImplementation 'androidx.test:rules:1.3.0'
|
||||||
|
|
||||||
def fragment_version = '1.2.5'
|
def fragment_version = '1.2.5'
|
||||||
debugImplementation "androidx.fragment:fragment-testing:$fragment_version"
|
debugImplementation "androidx.fragment:fragment-testing:$fragment_version"
|
||||||
|
Loading…
Reference in New Issue
Block a user