File tree Expand file tree Collapse file tree 12 files changed +27
-27
lines changed Expand file tree Collapse file tree 12 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 17
17
apply plugin : ' com.android.application'
18
18
19
19
android {
20
- compileSdk 32
20
+ compileSdk 33
21
21
22
22
defaultConfig {
23
23
applicationId " androidx.car.app.sample.helloworld"
24
24
minSdkVersion 29
25
- targetSdkVersion 32
25
+ targetSdkVersion 33
26
26
versionCode 1
27
27
versionName " 1.0"
28
28
}
@@ -45,6 +45,6 @@ android {
45
45
}
46
46
47
47
dependencies {
48
- implementation " androidx.car.app:app-automotive:1.2 .0-rc01"
48
+ implementation " androidx.car.app:app-automotive:1.3 .0-rc01"
49
49
implementation project(" :helloworld:common" )
50
50
}
Original file line number Diff line number Diff line change 17
17
apply plugin : ' com.android.library'
18
18
19
19
android {
20
- compileSdk 32
20
+ compileSdk 33
21
21
22
22
defaultConfig {
23
23
minSdkVersion 23
24
- targetSdkVersion 32
24
+ targetSdkVersion 33
25
25
versionCode 1
26
26
versionName " 1.0"
27
27
}
@@ -44,7 +44,7 @@ android {
44
44
}
45
45
46
46
dependencies {
47
- implementation " androidx.car.app:app:1.2 .0-rc01"
47
+ implementation " androidx.car.app:app:1.3 .0-rc01"
48
48
}
49
49
50
50
Original file line number Diff line number Diff line change 17
17
apply plugin : ' com.android.application'
18
18
19
19
android {
20
- compileSdk 32
20
+ compileSdk 33
21
21
22
22
defaultConfig {
23
23
applicationId " androidx.car.app.sample.helloworld"
24
24
minSdkVersion 23
25
- targetSdkVersion 32
25
+ targetSdkVersion 33
26
26
versionCode 1
27
27
versionName " 1.0"
28
28
}
@@ -45,7 +45,7 @@ android {
45
45
}
46
46
47
47
dependencies {
48
- implementation " androidx.car.app:app-projected:1.2 .0-rc01"
48
+ implementation " androidx.car.app:app-projected:1.3 .0-rc01"
49
49
implementation project(" :helloworld:common" )
50
50
}
51
51
Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ android {
47
47
}
48
48
49
49
dependencies {
50
- implementation " androidx.car.app:app-automotive:1.3.0-beta01 "
50
+ implementation " androidx.car.app:app-automotive:1.3.0-rc01 "
51
51
implementation project(" :navigation:common" )
52
52
}
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ dependencies {
36
36
implementation " androidx.constraintlayout:constraintlayout:1.1.3"
37
37
implementation " androidx.core:core:1.5.0-alpha01"
38
38
39
- implementation " androidx.car.app:app:1.3.0-beta01 "
39
+ implementation " androidx.car.app:app:1.3.0-rc01 "
40
40
implementation " androidx.annotation:annotation-experimental:1.0.0"
41
41
}
Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ android {
47
47
}
48
48
49
49
dependencies {
50
- implementation " androidx.car.app:app-projected:1.3.0-beta01 "
50
+ implementation " androidx.car.app:app-projected:1.3.0-rc01 "
51
51
implementation project(" :navigation:common" )
52
52
}
Original file line number Diff line number Diff line change 17
17
apply plugin : ' com.android.application'
18
18
19
19
android {
20
- compileSdk 32
20
+ compileSdk 33
21
21
defaultConfig {
22
22
applicationId " androidx.car.app.sample.places"
23
23
minSdkVersion 29
24
- targetSdkVersion 32
24
+ targetSdkVersion 33
25
25
versionCode 1
26
26
versionName " 1.0"
27
27
}
@@ -44,6 +44,6 @@ android {
44
44
}
45
45
46
46
dependencies {
47
- implementation " androidx.car.app:app-automotive:1.2 .0-rc01"
47
+ implementation " androidx.car.app:app-automotive:1.3 .0-rc01"
48
48
implementation project(" :places:common" )
49
- }
49
+ }
Original file line number Diff line number Diff line change 17
17
apply plugin : ' com.android.library'
18
18
19
19
android {
20
- compileSdk 32
20
+ compileSdk 33
21
21
defaultConfig {
22
22
minSdkVersion 23
23
- targetSdkVersion 32
23
+ targetSdkVersion 33
24
24
versionCode 1
25
25
versionName " 1.0"
26
26
}
@@ -32,7 +32,7 @@ android {
32
32
}
33
33
34
34
dependencies {
35
- implementation " androidx.car.app:app:1.2 .0-rc01"
35
+ implementation " androidx.car.app:app:1.3 .0-rc01"
36
36
implementation " androidx.core:core:1.5.0-alpha01"
37
37
implementation ' com.google.guava:guava:28.1-jre'
38
- }
38
+ }
Original file line number Diff line number Diff line change 17
17
apply plugin : ' com.android.application'
18
18
19
19
android {
20
- compileSdk 32
20
+ compileSdk 33
21
21
defaultConfig {
22
22
applicationId " androidx.car.app.sample.places"
23
23
minSdkVersion 23
24
- targetSdkVersion 32
24
+ targetSdkVersion 33
25
25
versionCode 1
26
26
versionName " 1.0"
27
27
}
@@ -44,6 +44,6 @@ android {
44
44
}
45
45
46
46
dependencies {
47
- implementation " androidx.car.app:app-projected:1.2 .0-rc01"
47
+ implementation " androidx.car.app:app-projected:1.3 .0-rc01"
48
48
implementation project(" :places:common" )
49
- }
49
+ }
Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ android {
49
49
}
50
50
51
51
dependencies {
52
- implementation " androidx.car.app:app-automotive:1.3.0-beta01 "
52
+ implementation " androidx.car.app:app-automotive:1.3.0-rc01 "
53
53
implementation project(" :showcase:common" )
54
54
}
You can’t perform that action at this time.
0 commit comments