Skip to content

Commit

Permalink
Merge pull request #301 from andreban/location-delegation-api30
Browse files Browse the repository at this point in the history
Updates the location delegation demo to target sdk 30
  • Loading branch information
andreban authored Jun 8, 2021
2 parents 58f1a60 + 27ccf30 commit 0253710
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demos/twa-location-delegation/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
compileSdkVersion 30
buildToolsVersion "29.0.3"

defaultConfig {
applicationId "com.google.browser.examples.twa_location_delegation"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit 0253710

Please sign in to comment.