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

Verified Commit 0dedff97 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Update support lib

parent 1c1782ff
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ buildscript {
allprojects {
    apply plugin: 'idea'
    ext.androidBuildVersionTools = "27.0.3"
    ext.supportLibraryVersion = "27.0.2"
}

def androidCompileSdk() { return 27 }
@@ -39,5 +40,6 @@ def androidMinSdk() { return 7 }
subprojects {
    repositories {
        jcenter()
        maven { url "https://maven.google.com" }
    }
}
+3 −3
Original line number Diff line number Diff line
@@ -47,8 +47,8 @@ android {
}

dependencies {
    api 'com.android.support:support-v4:25.3.1'
    api 'com.android.support:appcompat-v7:25.3.1'
    api 'com.takisoft.fix:preference-v7:25.3.1.0'
    implementation "com.android.support:support-v4:$supportLibraryVersion"
    implementation "com.android.support:appcompat-v7:$supportLibraryVersion"
    implementation "com.takisoft.fix:preference-v7:$supportLibraryVersion.0"
}