Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating CAL version to 1.3.0-rc01 #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions car_app_library/helloworld/automotive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
apply plugin: 'com.android.application'

android {
compileSdk 32
compileSdk 33

defaultConfig {
applicationId "androidx.car.app.sample.helloworld"
minSdkVersion 29
targetSdkVersion 32
targetSdkVersion 33
versionCode 1
versionName "1.0"
}
Expand All @@ -45,6 +45,6 @@ android {
}

dependencies {
implementation "androidx.car.app:app-automotive:1.2.0-rc01"
implementation "androidx.car.app:app-automotive:1.3.0-rc01"
implementation project(":helloworld:common")
}
6 changes: 3 additions & 3 deletions car_app_library/helloworld/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
apply plugin: 'com.android.library'

android {
compileSdk 32
compileSdk 33

defaultConfig {
minSdkVersion 23
targetSdkVersion 32
targetSdkVersion 33
versionCode 1
versionName "1.0"
}
Expand All @@ -44,7 +44,7 @@ android {
}

dependencies {
implementation "androidx.car.app:app:1.2.0-rc01"
implementation "androidx.car.app:app:1.3.0-rc01"
}


6 changes: 3 additions & 3 deletions car_app_library/helloworld/mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
apply plugin: 'com.android.application'

android {
compileSdk 32
compileSdk 33

defaultConfig {
applicationId "androidx.car.app.sample.helloworld"
minSdkVersion 23
targetSdkVersion 32
targetSdkVersion 33
versionCode 1
versionName "1.0"
}
Expand All @@ -45,7 +45,7 @@ android {
}

dependencies {
implementation "androidx.car.app:app-projected:1.2.0-rc01"
implementation "androidx.car.app:app-projected:1.3.0-rc01"
implementation project(":helloworld:common")
}

Expand Down
2 changes: 1 addition & 1 deletion car_app_library/navigation/automotive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ android {
}

dependencies {
implementation "androidx.car.app:app-automotive:1.3.0-beta01"
implementation "androidx.car.app:app-automotive:1.3.0-rc01"
implementation project(":navigation:common")
}
2 changes: 1 addition & 1 deletion car_app_library/navigation/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ dependencies {
implementation "androidx.constraintlayout:constraintlayout:1.1.3"
implementation "androidx.core:core:1.5.0-alpha01"

implementation "androidx.car.app:app:1.3.0-beta01"
implementation "androidx.car.app:app:1.3.0-rc01"
implementation "androidx.annotation:annotation-experimental:1.0.0"
}
2 changes: 1 addition & 1 deletion car_app_library/navigation/mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ android {
}

dependencies {
implementation "androidx.car.app:app-projected:1.3.0-beta01"
implementation "androidx.car.app:app-projected:1.3.0-rc01"
implementation project(":navigation:common")
}
8 changes: 4 additions & 4 deletions car_app_library/places/automotive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
apply plugin: 'com.android.application'

android {
compileSdk 32
compileSdk 33
defaultConfig {
applicationId "androidx.car.app.sample.places"
minSdkVersion 29
targetSdkVersion 32
targetSdkVersion 33
versionCode 1
versionName "1.0"
}
Expand All @@ -44,6 +44,6 @@ android {
}

dependencies {
implementation "androidx.car.app:app-automotive:1.2.0-rc01"
implementation "androidx.car.app:app-automotive:1.3.0-rc01"
implementation project(":places:common")
}
}
8 changes: 4 additions & 4 deletions car_app_library/places/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
apply plugin: 'com.android.library'

android {
compileSdk 32
compileSdk 33
defaultConfig {
minSdkVersion 23
targetSdkVersion 32
targetSdkVersion 33
versionCode 1
versionName "1.0"
}
Expand All @@ -32,7 +32,7 @@ android {
}

dependencies {
implementation "androidx.car.app:app:1.2.0-rc01"
implementation "androidx.car.app:app:1.3.0-rc01"
implementation "androidx.core:core:1.5.0-alpha01"
implementation 'com.google.guava:guava:28.1-jre'
}
}
8 changes: 4 additions & 4 deletions car_app_library/places/mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
apply plugin: 'com.android.application'

android {
compileSdk 32
compileSdk 33
defaultConfig {
applicationId "androidx.car.app.sample.places"
minSdkVersion 23
targetSdkVersion 32
targetSdkVersion 33
versionCode 1
versionName "1.0"
}
Expand All @@ -44,6 +44,6 @@ android {
}

dependencies {
implementation "androidx.car.app:app-projected:1.2.0-rc01"
implementation "androidx.car.app:app-projected:1.3.0-rc01"
implementation project(":places:common")
}
}
2 changes: 1 addition & 1 deletion car_app_library/showcase/automotive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ android {
}

dependencies {
implementation "androidx.car.app:app-automotive:1.3.0-beta01"
implementation "androidx.car.app:app-automotive:1.3.0-rc01"
implementation project(":showcase:common")
}
2 changes: 1 addition & 1 deletion car_app_library/showcase/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ android {

dependencies {
implementation "androidx.core:core:1.6.0-alpha01"
implementation "androidx.car.app:app:1.3.0-beta01"
implementation "androidx.car.app:app:1.3.0-rc01"
implementation "androidx.annotation:annotation-experimental:1.0.0"
}
2 changes: 1 addition & 1 deletion car_app_library/showcase/mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ android {
}

dependencies {
implementation "androidx.car.app:app-projected:1.3.0-beta01"
implementation "androidx.car.app:app-projected:1.3.0-rc01"
implementation project(":showcase:common")
}