mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-24 20:25:14 +00:00
Update support lib
This commit is contained in:
parent
1c1782ff6b
commit
0dedff9746
2 changed files with 5 additions and 3 deletions
|
@ -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" }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue