Skip to content

Commit e236aa7

Browse files
Initial Commit
1 parent 6f0397f commit e236aa7

File tree

6 files changed

+11
-14
lines changed

6 files changed

+11
-14
lines changed

app/.gitignore

-1
This file was deleted.

app/build.gradle

+2-2
Original file line numberDiff line numberDiff 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 {

build.gradle

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
31
buildscript {
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

1712
allprojects {
1813
repositories {
1914
google()
2015
jcenter()
16+
mavenCentral()
17+
maven {
18+
url 'https://jitpack.io'
19+
}
2120
}
2221
}
2322

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Dec 05 08:26:21 CET 2014
1+
#Mon Nov 13 17:16:27 CET 2017
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-4.10.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

library/.gitignore

-1
This file was deleted.

library/build.gradle

+2-2
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)