File tree 5 files changed +23
-19
lines changed
5 files changed +23
-19
lines changed Original file line number Diff line number Diff line change 1
- subprojects {
2
- buildscript {
3
- repositories {
4
- google()
5
- mavenCentral()
6
- jcenter()
7
- }
8
- dependencies {
9
- classpath ' com.android.tools.build:gradle:3.6.0-rc03'
10
- classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
11
- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
12
- classpath ' org.jfrog.buildinfo:build-info-extractor-gradle:4.7.5'
13
- }
1
+ buildscript {
2
+ repositories {
3
+ google()
4
+ mavenCentral()
5
+ jcenter()
6
+ }
7
+ dependencies {
8
+ classpath ' com.android.tools.build:gradle:4.1.1'
9
+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
10
+ classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
11
+ classpath ' org.jfrog.buildinfo:build-info-extractor-gradle:4.7.5'
14
12
}
13
+ }
15
14
15
+ allprojects {
16
16
repositories {
17
17
google()
18
18
mavenCentral()
@@ -22,6 +22,6 @@ subprojects {
22
22
23
23
ext {
24
24
minSdkVersion = 9
25
- compileSdkVersion = 29
25
+ compileSdkVersion = 30
26
26
sourceCompatibility = JavaVersion . VERSION_1_8
27
27
}
Original file line number Diff line number Diff line change
1
+ android.enableJetifier =false
2
+ android.useAndroidX =true
3
+ org.gradle.jvmargs =-Xmx2048m
4
+
1
5
GROUP =io.reactivex.rxjava3
2
6
VERSION_NAME =3.0.1
3
7
POM_NAME =RxAndroid
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.1 .1-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 .1-bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ android {
36
36
}
37
37
38
38
dependencies {
39
- api ' io.reactivex.rxjava3:rxjava:3.0.3 '
39
+ api ' io.reactivex.rxjava3:rxjava:3.0.8 '
40
40
41
- testImplementation ' junit:junit:4.13'
42
- testImplementation ' org.robolectric:robolectric:3.8 '
41
+ testImplementation ' junit:junit:4.13.1 '
42
+ testImplementation ' org.robolectric:robolectric:4.2.1 '
43
43
}
44
44
45
45
// Create source/javadoc artifacts for publishing
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ android {
5
5
6
6
defaultConfig {
7
7
minSdkVersion 15
8
- targetSdkVersion 28
8
+ targetSdkVersion 30
9
9
versionCode 1
10
10
versionName ' 1.0'
11
11
}
You can’t perform that action at this time.
0 commit comments