File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed
kotlinyan-appcompat-support
kotlinyan-recyclerview-support Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 22
33buildscript {
44 ext. kotlin_version = ' 1.1.2'
5+ ext. android_support_lib_version = ' 26.0.0'
56 repositories {
67 jcenter()
78 }
@@ -15,6 +16,7 @@ allprojects {
1516 repositories {
1617 jcenter()
1718 maven { url ' https://jitpack.io' }
19+ maven { url ' https://maven.google.com' }
1820 }
1921}
2022
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ android {
2727
2828dependencies {
2929 compile fileTree(dir : ' libs' , include : [' *.jar' ])
30- compile ' com.android.support:appcompat-v7:25.3.1 '
31- compile ' com.android.support:support-v13:25.3.1 '
32- compile ' com.android.support:design:25.3.1 '
30+ compile " com.android.support:appcompat-v7:$a ndroid_support_lib_version "
31+ compile " com.android.support:support-v13:$a ndroid_support_lib_version "
32+ compile " com.android.support:design:$a ndroid_support_lib_version "
3333
3434 compile project(' :kotlinyan-common' )
3535 compile project(' :kotlinyan-appcompat-support' )
Original file line number Diff line number Diff line change 1- BUILD_TOOLS_VERSION =25 .0.3
1+ BUILD_TOOLS_VERSION =26 .0.0
22org.gradle.jvmargs =-Xmx1536m
3- VERSION_NAME =0.1.5.2
4- TARGET_SDK_VERSION =25
3+ VERSION_NAME =0.1.6
4+ TARGET_SDK_VERSION =26
55VERSION_CODE =5
66MIN_SDK_VERSION =19
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ android {
2727dependencies {
2828 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2929 compile " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
30- compile ' com.android.support:appcompat-v7:25.3.1 '
31- compile ' com.android.support:design:25.3.1 '
30+ compile " com.android.support:appcompat-v7:$a ndroid_support_lib_version "
31+ compile " com.android.support:design:$a ndroid_support_lib_version "
3232 compile project(' :kotlinyan-common' )
3333}
3434repositories {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ android {
2727dependencies {
2828 compile fileTree(dir : ' libs' , include : [' *.jar' ])
2929 compile " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version "
30- compile ' com.android.support:recyclerview-v7:25.3.1 '
30+ compile " com.android.support:recyclerview-v7:$a ndroid_support_lib_version "
3131}
3232repositories {
3333 mavenCentral()
You can’t perform that action at this time.
0 commit comments