Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da8a90ad authored by tibbi's avatar tibbi
Browse files

updating gson and reprint

parent a162638e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ buildscript {
        propMinSdkVersion = 21
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '5.5.17'
        propVersionName = '5.5.18'
        kotlin_version = '1.3.11'
    }

+2 −2
Original line number Diff line number Diff line
@@ -29,12 +29,12 @@ android {

dependencies {
    api 'androidx.appcompat:appcompat:1.0.2'
    api 'com.github.ajalt.reprint:core:3.2.1@aar'
    api 'com.github.ajalt.reprint:core:3.3.0@aar'
    implementation 'com.google.android.material:material:1.0.0'
    implementation 'com.github.bumptech.glide:glide:4.8.0'
    implementation 'com.andrognito.patternlockview:patternlockview:1.0.0'
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
    implementation 'com.google.code.gson:gson:2.8.2'
    implementation 'com.google.code.gson:gson:2.8.5'
    implementation 'com.duolingo.open:rtl-viewpager:1.0.3'

    kapt 'com.github.bumptech.glide:compiler:4.8.0'