Updated app's build gradle to fix deprecation.

This commit is contained in:
PhotonQyv 2017-12-13 14:21:15 +00:00
parent b0af73dfd1
commit 3474711bab
1 changed files with 1 additions and 1 deletions

View File

@ -43,5 +43,5 @@ dependencies {
implementation 'com.github.stom79:country-picker-android:1.2.0'
implementation 'com.github.stom79:mytransl:1.2'
playstoreImplementation 'io.github.kobakei:ratethisapp:1.2.0'
compile 'org.conscrypt:conscrypt-android:1.0.0.RC14'
implementation 'org.conscrypt:conscrypt-android:1.0.0.RC14'
}