File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
google()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.2.1 '
9
+ classpath ' com.android.tools.build:gradle:3.5.3 '
10
10
classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
11
11
}
12
12
}
Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ apply plugin: 'com.github.dcendents.android-maven'
4
4
group= ' com.github.KalebKE'
5
5
6
6
android {
7
- compileSdkVersion 28
8
- buildToolsVersion ' 28 .0.3'
7
+ compileSdkVersion 29
8
+ buildToolsVersion " 29 .0.3"
9
9
10
10
lintOptions {
11
11
abortOnError false
12
12
}
13
13
14
14
defaultConfig {
15
15
minSdkVersion 14
16
- targetSdkVersion 28
17
- versionCode 6
18
- versionName " 1.2.1 "
16
+ targetSdkVersion 29
17
+ versionCode 8
18
+ versionName " 1.2.3 "
19
19
20
20
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
21
21
@@ -40,5 +40,5 @@ dependencies {
40
40
api files(' libs/commons-math3-3.6.1.jar' )
41
41
42
42
api ' io.reactivex.rxjava2:rxandroid:2.1.0'
43
- api ' io.reactivex.rxjava2:rxjava:2.x.x '
43
+ api ' io.reactivex.rxjava2:rxjava:2.2.2 '
44
44
}
Original file line number Diff line number Diff line change 1
- # Sun Oct 28 11:42:27 MDT 2018
1
+ # Sun Mar 29 10:44:22 MDT 2020
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.6 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.4.1 -all.zip
You can’t perform that action at this time.
0 commit comments