File tree 8 files changed +16
-17
lines changed
src/main/java/com/dice/doris/example
8 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
plugins {
3
- id ' com.android.application' version ' 7.2.0 ' apply false
4
- id ' com.android.library' version ' 7.2.0 ' apply false
3
+ id ' com.android.application' version ' 7.4.2 ' apply false
4
+ id ' com.android.library' version ' 7.4.2 ' apply false
5
5
id ' org.jetbrains.kotlin.android' version ' 1.9.22' apply false
6
6
}
7
7
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
android {
6
6
namespace ' com.dice.chromecast'
7
- compileSdk 33
7
+ compileSdk 34
8
8
9
9
defaultConfig {
10
10
applicationId " com.dice.chromecast"
@@ -34,6 +34,5 @@ dependencies {
34
34
implementation " com.google.android.material:material:$androidxMaterialVersion "
35
35
implementation " androidx.constraintlayout:constraintlayout:$androidxConstraintLayoutVersion "
36
36
37
- implementation ' com.google.android.gms:play-services-cast-framework:21.2.0'
38
- implementation ' com.google.android.material:material:1.7.0'
37
+ implementation ' com.google.android.gms:play-services-cast-framework:21.3.0'
39
38
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
6
6
android {
7
7
namespace ' com.dice.doris.csai'
8
- compileSdk 33
8
+ compileSdk 34
9
9
10
10
defaultConfig {
11
11
applicationId " com.dice.doris.csai"
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ plugins {
3
3
}
4
4
5
5
android {
6
- compileSdk 33
6
+ compileSdk 34
7
7
8
8
defaultConfig {
9
9
applicationId " com.dice.doris.d2g"
10
10
minSdk 23
11
- targetSdk 32
11
+ targetSdk 33
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
@@ -41,6 +41,6 @@ dependencies {
41
41
}
42
42
43
43
// RxJava
44
- implementation ' io.reactivex.rxjava2:rxandroid:2 .1.1 '
45
- implementation ' io.reactivex.rxjava2:rxjava:2.2.21 '
44
+ implementation ' io.reactivex.rxjava3:rxjava:3 .1.8 '
45
+ implementation ' io.reactivex.rxjava3:rxandroid:3.0.2 '
46
46
}
Original file line number Diff line number Diff line change 30
30
import java .util .List ;
31
31
import java .util .Locale ;
32
32
33
- import io .reactivex .Observable ;
34
- import io .reactivex .android . schedulers . AndroidSchedulers ;
35
- import io .reactivex .disposables .CompositeDisposable ;
36
- import io .reactivex .schedulers .Schedulers ;
33
+ import io .reactivex .rxjava3 . android . schedulers . AndroidSchedulers ;
34
+ import io .reactivex .rxjava3 . core . Observable ;
35
+ import io .reactivex .rxjava3 . disposables .CompositeDisposable ;
36
+ import io .reactivex .rxjava3 . schedulers .Schedulers ;
37
37
38
38
public class MainActivity extends FragmentActivity {
39
39
Original file line number Diff line number Diff line change 1
1
ext {
2
- dorisVersion = ' 3.6.10 '
2
+ dorisVersion = ' 3.9.2 '
3
3
4
4
androidxAppCompatVersion = ' 1.6.1'
5
5
androidxMaterialVersion = ' 1.9.0'
Original file line number Diff line number Diff line change 1
1
# Tue Mar 07 15:50:17 CET 2023
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
5
5
android {
6
6
namespace ' com.dice.doris.video'
7
- compileSdk 33
7
+ compileSdk 34
8
8
9
9
defaultConfig {
10
10
applicationId " com.dice.doris.video"
You can’t perform that action at this time.
0 commit comments