Skip to content

Commit 2c9d1e7

Browse files
committed
Upd gradle version
1 parent 25491a6 commit 2c9d1e7

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
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 {
2525
dependencies {
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
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

support/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.novoda.bintray-release'
33

44
android {
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 {
4545
dependencies {
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'

0 commit comments

Comments
 (0)