Skip to content

Commit 9dc89b2

Browse files
author
Rafael Volpato
committed
updating CAL version to 1.3.0-rc01
1 parent 03440d5 commit 9dc89b2

File tree

12 files changed

+27
-27
lines changed

12 files changed

+27
-27
lines changed

car_app_library/helloworld/automotive/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
apply plugin: 'com.android.application'
1818

1919
android {
20-
compileSdk 32
20+
compileSdk 33
2121

2222
defaultConfig {
2323
applicationId "androidx.car.app.sample.helloworld"
2424
minSdkVersion 29
25-
targetSdkVersion 32
25+
targetSdkVersion 33
2626
versionCode 1
2727
versionName "1.0"
2828
}
@@ -45,6 +45,6 @@ android {
4545
}
4646

4747
dependencies {
48-
implementation "androidx.car.app:app-automotive:1.2.0-rc01"
48+
implementation "androidx.car.app:app-automotive:1.3.0-rc01"
4949
implementation project(":helloworld:common")
5050
}

car_app_library/helloworld/common/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
apply plugin: 'com.android.library'
1818

1919
android {
20-
compileSdk 32
20+
compileSdk 33
2121

2222
defaultConfig {
2323
minSdkVersion 23
24-
targetSdkVersion 32
24+
targetSdkVersion 33
2525
versionCode 1
2626
versionName "1.0"
2727
}
@@ -44,7 +44,7 @@ android {
4444
}
4545

4646
dependencies {
47-
implementation "androidx.car.app:app:1.2.0-rc01"
47+
implementation "androidx.car.app:app:1.3.0-rc01"
4848
}
4949

5050

car_app_library/helloworld/mobile/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
apply plugin: 'com.android.application'
1818

1919
android {
20-
compileSdk 32
20+
compileSdk 33
2121

2222
defaultConfig {
2323
applicationId "androidx.car.app.sample.helloworld"
2424
minSdkVersion 23
25-
targetSdkVersion 32
25+
targetSdkVersion 33
2626
versionCode 1
2727
versionName "1.0"
2828
}
@@ -45,7 +45,7 @@ android {
4545
}
4646

4747
dependencies {
48-
implementation "androidx.car.app:app-projected:1.2.0-rc01"
48+
implementation "androidx.car.app:app-projected:1.3.0-rc01"
4949
implementation project(":helloworld:common")
5050
}
5151

car_app_library/navigation/automotive/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ android {
4747
}
4848

4949
dependencies {
50-
implementation "androidx.car.app:app-automotive:1.3.0-beta01"
50+
implementation "androidx.car.app:app-automotive:1.3.0-rc01"
5151
implementation project(":navigation:common")
5252
}

car_app_library/navigation/common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ dependencies {
3636
implementation "androidx.constraintlayout:constraintlayout:1.1.3"
3737
implementation "androidx.core:core:1.5.0-alpha01"
3838

39-
implementation "androidx.car.app:app:1.3.0-beta01"
39+
implementation "androidx.car.app:app:1.3.0-rc01"
4040
implementation "androidx.annotation:annotation-experimental:1.0.0"
4141
}

car_app_library/navigation/mobile/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ android {
4747
}
4848

4949
dependencies {
50-
implementation "androidx.car.app:app-projected:1.3.0-beta01"
50+
implementation "androidx.car.app:app-projected:1.3.0-rc01"
5151
implementation project(":navigation:common")
5252
}

car_app_library/places/automotive/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
apply plugin: 'com.android.application'
1818

1919
android {
20-
compileSdk 32
20+
compileSdk 33
2121
defaultConfig {
2222
applicationId "androidx.car.app.sample.places"
2323
minSdkVersion 29
24-
targetSdkVersion 32
24+
targetSdkVersion 33
2525
versionCode 1
2626
versionName "1.0"
2727
}
@@ -44,6 +44,6 @@ android {
4444
}
4545

4646
dependencies {
47-
implementation "androidx.car.app:app-automotive:1.2.0-rc01"
47+
implementation "androidx.car.app:app-automotive:1.3.0-rc01"
4848
implementation project(":places:common")
49-
}
49+
}

car_app_library/places/common/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
apply plugin: 'com.android.library'
1818

1919
android {
20-
compileSdk 32
20+
compileSdk 33
2121
defaultConfig {
2222
minSdkVersion 23
23-
targetSdkVersion 32
23+
targetSdkVersion 33
2424
versionCode 1
2525
versionName "1.0"
2626
}
@@ -32,7 +32,7 @@ android {
3232
}
3333

3434
dependencies {
35-
implementation "androidx.car.app:app:1.2.0-rc01"
35+
implementation "androidx.car.app:app:1.3.0-rc01"
3636
implementation "androidx.core:core:1.5.0-alpha01"
3737
implementation 'com.google.guava:guava:28.1-jre'
38-
}
38+
}

car_app_library/places/mobile/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
apply plugin: 'com.android.application'
1818

1919
android {
20-
compileSdk 32
20+
compileSdk 33
2121
defaultConfig {
2222
applicationId "androidx.car.app.sample.places"
2323
minSdkVersion 23
24-
targetSdkVersion 32
24+
targetSdkVersion 33
2525
versionCode 1
2626
versionName "1.0"
2727
}
@@ -44,6 +44,6 @@ android {
4444
}
4545

4646
dependencies {
47-
implementation "androidx.car.app:app-projected:1.2.0-rc01"
47+
implementation "androidx.car.app:app-projected:1.3.0-rc01"
4848
implementation project(":places:common")
49-
}
49+
}

car_app_library/showcase/automotive/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ android {
4949
}
5050

5151
dependencies {
52-
implementation "androidx.car.app:app-automotive:1.3.0-beta01"
52+
implementation "androidx.car.app:app-automotive:1.3.0-rc01"
5353
implementation project(":showcase:common")
5454
}

0 commit comments

Comments
 (0)