Skip to content

Commit dd52060

Browse files
committed
Updated build to use latest build tools
1 parent 9d0ee7c commit dd52060

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ apply plugin: 'com.android.application'
2121

2222
android {
2323
compileSdkVersion 24
24-
buildToolsVersion '23.0.3'
24+
buildToolsVersion '28.0.0'
2525
defaultConfig {
2626
applicationId 'tk.elevenk.proxysetter'
2727
minSdkVersion 15
2828
targetSdkVersion 24
29-
versionCode 5
30-
versionName "0.2"
29+
versionCode 6
30+
versionName "0.2.1"
3131
}
3232
signingConfigs {
3333
emulatorSystemKeystore {
@@ -47,6 +47,6 @@ android {
4747

4848
dependencies {
4949
compile fileTree(include: ['*.jar'], dir: 'libs')
50-
compile 'com.android.support:appcompat-v7:24.2.0'
50+
compile 'com.android.support:appcompat-v7:24.2.1'
5151
compile 'be.shouldit:android-proxy-library:4.2.6'
5252
}

build.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@
2222
buildscript {
2323
repositories {
2424
jcenter()
25+
maven {
26+
url 'https://maven.google.com/'
27+
name 'Google'
28+
}
2529
}
2630
dependencies {
27-
classpath 'com.android.tools.build:gradle:2.2.2'
31+
classpath 'com.android.tools.build:gradle:3.1.3'
2832

2933
// NOTE: Do not place your application dependencies here; they belong
3034
// in the individual module build.gradle files
@@ -34,5 +38,9 @@ buildscript {
3438
allprojects {
3539
repositories {
3640
jcenter()
41+
maven {
42+
url 'https://maven.google.com/'
43+
name 'Google'
44+
}
3745
}
3846
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Aug 23 14:17:23 PDT 2016
1+
#Tue Jun 19 19:45:47 PDT 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 commit comments

Comments
 (0)