Skip to content

Commit

Permalink
Merge pull request android#144 from alexvanyo/av/tiles-update-deps
Browse files Browse the repository at this point in the history
[Tiles] Update dependencies
  • Loading branch information
alexvanyo authored Aug 19, 2021
2 parents 19a9fd4 + a5fe9fd commit 09d25eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WearTilesKotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 30
compileSdkVersion 31

defaultConfig {
applicationId "com.example.android.wearable.tiles"
Expand Down Expand Up @@ -55,8 +55,8 @@ dependencies {
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.wear:wear:1.1.0'
// Use to implement support for wear tiles
implementation "androidx.wear.tiles:tiles:1.0.0-alpha09"
implementation "androidx.wear.tiles:tiles:1.0.0-alpha10"

// Use to preview wear tiles in your own app
debugImplementation "androidx.wear.tiles:tiles-renderer:1.0.0-alpha09"
debugImplementation "androidx.wear.tiles:tiles-renderer:1.0.0-alpha10"
}

0 comments on commit 09d25eb

Please sign in to comment.