File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed
Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ apply plugin: 'com.android.application'
2121
2222android {
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
4848dependencies {
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}
Original file line number Diff line number Diff line change 2222buildscript {
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 {
3438allprojects {
3539 repositories {
3640 jcenter()
41+ maven {
42+ url ' https://maven.google.com/'
43+ name ' Google'
44+ }
3745 }
3846}
Original file line number Diff line number Diff line change 1- # Tue Aug 23 14:17:23 PDT 2016
1+ # Tue Jun 19 19:45:47 PDT 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments