File tree Expand file tree Collapse file tree 6 files changed +11
-14
lines changed Expand file tree Collapse file tree 6 files changed +11
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
77 applicationId " com.kinda.progressx.sample"
88 minSdkVersion 15
99 targetSdkVersion 28
10- versionCode 2
11- versionName " 2.0 "
10+ versionCode 3
11+ versionName " 1.0.19 "
1212 }
1313 buildTypes {
1414 release {
Original file line number Diff line number Diff line change 1- // Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
31buildscript {
42 repositories {
53 google()
64 jcenter()
75 }
86 dependencies {
9- classpath ' com.android.tools.build:gradle:3.3.2 '
7+ classpath ' com.android.tools.build:gradle:3.4.1 '
108 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
11-
12- // NOTE: Do not place your application dependencies here; they belong
13- // in the individual module build.gradle files
149 }
1510}
1611
1712allprojects {
1813 repositories {
1914 google()
2015 jcenter()
16+ mavenCentral()
17+ maven {
18+ url ' https://jitpack.io'
19+ }
2120 }
2221}
2322
Original file line number Diff line number Diff line change 1- # Fri Dec 05 08:26:21 CET 2014
1+ # Mon Nov 13 17:16:27 CET 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10 .1-all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.1 .1-all.zip
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
99 defaultConfig {
1010 minSdkVersion 15
1111 targetSdkVersion 28
12- versionCode 2
13- versionName " 2.0 "
12+ versionCode 3
13+ versionName " 1.0.19 "
1414 }
1515 buildTypes {
1616 release {
You can’t perform that action at this time.
0 commit comments