File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 27
4+ compileSdkVersion 28
55 defaultConfig {
66 applicationId " com.github.nikartm.stripedprocessbutton"
77 minSdkVersion 21
8- targetSdkVersion 27
8+ targetSdkVersion 28
99 versionCode 1
1010 versionName " 1.0"
1111 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -25,11 +25,11 @@ android {
2525dependencies {
2626 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
2727 testImplementation ' junit:junit:4.12'
28- androidTestImplementation ' com.android.support.test:runner:1.0.1 '
29- androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1 '
28+ androidTestImplementation ' com.android.support.test:runner:1.0.2 '
29+ androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2 '
3030
31- implementation ' com.android.support:appcompat-v7:27.1 .0'
32- implementation ' com.android.support.constraint:constraint-layout:1.0.2 '
31+ implementation ' com.android.support:appcompat-v7:28.0 .0'
32+ implementation ' com.android.support.constraint:constraint-layout:1.1.3 '
3333
3434 implementation project(' :support' )
3535}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 jcenter()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:3.1 .0'
10+ classpath ' com.android.tools.build:gradle:3.4 .0'
1111 classpath ' com.novoda:bintray-release:0.8.0'
1212
1313
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ apply plugin: 'com.android.library'
22apply plugin : ' com.novoda.bintray-release'
33
44android {
5- compileSdkVersion 27
5+ compileSdkVersion 28
66
77 defaultConfig {
88 minSdkVersion 21
9- targetSdkVersion 27
9+ targetSdkVersion 28
1010 versionCode 1
1111 versionName " 1.0"
1212 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -45,7 +45,7 @@ publish {
4545dependencies {
4646 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
4747
48- implementation ' com.android.support:appcompat-v7:27.1 .0'
48+ implementation ' com.android.support:appcompat-v7:28.0 .0'
4949 testImplementation ' junit:junit:4.12'
5050 androidTestImplementation ' com.android.support.test:runner:1.0.1'
5151 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
You can’t perform that action at this time.
0 commit comments