File tree 6 files changed +11
-14
lines changed
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 {
7
7
applicationId " com.kinda.progressx.sample"
8
8
minSdkVersion 15
9
9
targetSdkVersion 28
10
- versionCode 2
11
- versionName " 2.0 "
10
+ versionCode 3
11
+ versionName " 1.0.19 "
12
12
}
13
13
buildTypes {
14
14
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
-
3
1
buildscript {
4
2
repositories {
5
3
google()
6
4
jcenter()
7
5
}
8
6
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.3.2 '
7
+ classpath ' com.android.tools.build:gradle:3.4.1 '
10
8
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
14
9
}
15
10
}
16
11
17
12
allprojects {
18
13
repositories {
19
14
google()
20
15
jcenter()
16
+ mavenCentral()
17
+ maven {
18
+ url ' https://jitpack.io'
19
+ }
21
20
}
22
21
}
23
22
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
2
2
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.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 {
9
9
defaultConfig {
10
10
minSdkVersion 15
11
11
targetSdkVersion 28
12
- versionCode 2
13
- versionName " 2.0 "
12
+ versionCode 3
13
+ versionName " 1.0.19 "
14
14
}
15
15
buildTypes {
16
16
release {
You can’t perform that action at this time.
0 commit comments