Merge pull request #97 from PhotonQyv/UpdateAndroidLibraries
Updated Android Library versions.
This commit is contained in:
commit
e56944aaa7
|
@ -32,10 +32,10 @@ allprojects {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.android.support:appcompat-v7:27.0.1'
|
implementation 'com.android.support:appcompat-v7:27.0.2'
|
||||||
implementation 'com.android.support:design:27.0.1'
|
implementation 'com.android.support:design:27.0.2'
|
||||||
implementation 'com.android.support:support-v4:27.0.1'
|
implementation 'com.android.support:support-v4:27.0.2'
|
||||||
implementation 'com.android.support:recyclerview-v7:27.0.1'
|
implementation 'com.android.support:recyclerview-v7:27.0.2'
|
||||||
implementation 'com.github.bumptech.glide:glide:4.3.1'
|
implementation 'com.github.bumptech.glide:glide:4.3.1'
|
||||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.3.1'
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.3.1'
|
||||||
implementation 'com.evernote:android-job:1.2.1'
|
implementation 'com.evernote:android-job:1.2.1'
|
||||||
|
@ -44,6 +44,6 @@ dependencies {
|
||||||
implementation 'org.jsoup:jsoup:1.10.3'
|
implementation 'org.jsoup:jsoup:1.10.3'
|
||||||
implementation 'com.github.stom79:country-picker-android:1.2.0'
|
implementation 'com.github.stom79:country-picker-android:1.2.0'
|
||||||
implementation 'com.github.stom79:mytransl:1.2'
|
implementation 'com.github.stom79:mytransl:1.2'
|
||||||
safetynetImplementation 'com.google.android.gms:play-services-safetynet:11.6.0'
|
safetynetImplementation 'com.google.android.gms:play-services-safetynet:11.6.2'
|
||||||
safetynetImplementation 'io.github.kobakei:ratethisapp:1.2.0'
|
safetynetImplementation 'io.github.kobakei:ratethisapp:1.2.0'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue