update gradle

This commit is contained in:
Oleg Kuznetcov 2018-06-25 16:55:35 +03:00
parent 368497fe36
commit 8e30013b77
1 changed files with 3 additions and 3 deletions

View File

@ -4,16 +4,16 @@ android {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
defaultConfig {
minSdkVersion 9
minSdkVersion 14
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION)
}
}
dependencies {
//noinspection GradleDependency,NewerVersionAvailable,GradleCompatible
compile 'com.android.support:recyclerview-v7:25.2.0'
implementation 'com.android.support:recyclerview-v7:25.2.0'
//noinspection GradleDependency,NewerVersionAvailable,GradleCompatible
compile 'com.android.support:support-v4:25.2.0'
implementation 'com.android.support:support-v4:25.2.0'
}
apply from: './gradle-mvn-push.gradle'