This commit is contained in:
LubuWest 2019-12-10 21:12:32 +01:00
commit 7119d5bdf4
292 changed files with 790 additions and 16347 deletions

View file

@ -11,6 +11,9 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url "https://maven.google.com"
}
}
}
@ -23,11 +26,11 @@ dependencies {
//apply plugin: 'android-library'
dependencies {
compile 'com.android.support:support-v4:25.3.1'
compile 'com.android.support:support-v4:25.4.0'
}
dependencies {
compile 'com.android.support:support-compat:25.3.1'
compile 'com.android.support:support-compat:25.4.0'
}
android {