Skip to content

Commit

Permalink
v44
Browse files Browse the repository at this point in the history
  • Loading branch information
pachi81 committed May 30, 2024
1 parent 8e962e7 commit 0943f8f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions auto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ android {

dependencies {
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.joaomgcd:taskerpluginlibrary:0.4.4'
implementation project(path: ':common')
implementation "androidx.car.app:app:1.2.0"
implementation "androidx.car.app:app:1.4.0"
implementation "androidx.preference:preference:1.2.1"
implementation "com.jaredrummler:colorpicker:1.1.0"
implementation "androidx.media:media:1.7.0"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
}

project.ext.set("versionCode", 43)
project.ext.set("versionCode", 44)
project.ext.set("versionName", "1.0")
project.ext.set("compileSdk", 34)
project.ext.set("targetSdk", 33)
Expand Down
4 changes: 2 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ android {
dependencies {

implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'com.google.android.gms:play-services-wearable:18.1.0'
implementation 'com.google.android.gms:play-services-wearable:18.2.0'
implementation 'androidx.work:work-runtime:2.9.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down
8 changes: 4 additions & 4 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ android {

dependencies {
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.joaomgcd:taskerpluginlibrary:0.4.4'
implementation project(path: ':common')
implementation 'com.google.android.gms:play-services-tasks:18.1.0'
implementation 'com.google.android.gms:play-services-wearable:18.1.0'
implementation "androidx.car.app:app:1.2.0"
implementation 'com.google.android.gms:play-services-tasks:18.2.0'
implementation 'com.google.android.gms:play-services-wearable:18.2.0'
implementation "androidx.car.app:app:1.4.0"
implementation "androidx.preference:preference:1.2.1"
implementation "com.jaredrummler:colorpicker:1.1.0"
implementation "androidx.media:media:1.7.0"
Expand Down
6 changes: 3 additions & 3 deletions wear/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies {
debugImplementation 'androidx.compose.ui:ui-tooling'
*/
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'com.google.android.gms:play-services-wearable:18.1.0'
implementation 'com.google.android.gms:play-services-wearable:18.2.0'
implementation 'androidx.percentlayout:percentlayout:1.0.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
Expand All @@ -99,9 +99,9 @@ dependencies {
implementation project(path: ':common')
implementation 'androidx.wear.watchface:watchface-complications-data-source-ktx:1.2.1'
implementation 'androidx.wear.watchface:watchface-complications-rendering:1.2.1'
implementation 'androidx.appcompat:appcompat-resources:1.6.1'
implementation 'androidx.appcompat:appcompat-resources:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.work:work-runtime:2.9.0'
implementation "androidx.core:core-splashscreen:1.1.0-rc01"
}
Expand Down

0 comments on commit 0943f8f

Please sign in to comment.