File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ android {
30
30
defaultConfig {
31
31
applicationId " com.trentpiercy.trace"
32
32
minSdkVersion 21
33
- targetSdkVersion 27
34
- versionCode 8
35
- versionName " 1.0.7 "
33
+ targetSdkVersion 28
34
+ versionCode 9
35
+ versionName " 1.0.8 "
36
36
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
37
37
}
38
38
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.0 .1'
8
+ classpath ' com.android.tools.build:gradle:3.2 .1'
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -all.zip
You can’t perform that action at this time.
0 commit comments