[go: nahoru, domu]

Skip to content

Commit

Permalink
chore(deps)!: bump play-services-maps from 17.0.1 to 18.1.0 (#1108)
Browse files Browse the repository at this point in the history
* chore(deps): bump play-services-maps from 17.0.1 to 18.1.0

Bumps play-services-maps from 17.0.1 to 18.1.0.

---
updated-dependencies:
- dependency-name: com.google.android.gms:play-services-maps
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore!: updated minSdk version

* chore!: updated minSdk version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Enrique López-Manas <eenriquelopez@gmail.com>
Co-authored-by: Angela Yu <5506675+wangela@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 28, 2023
1 parent 70bd346 commit 2bcabfb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Written guides for using the utilities are published in

## Requirements

* Android API level 15+
* Android API level 19+
* [Maps SDK for Android](https://developers.google.com/maps/documentation/android-sdk/config) via Google Play Services

## Installation
Expand Down
4 changes: 2 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {

defaultConfig {
applicationId "com.google.maps.android.utils.demo"
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 33
versionCode 1
versionName "1.0"
Expand All @@ -54,7 +54,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'

// GMS
implementation 'com.google.android.gms:play-services-maps:17.0.1'
implementation 'com.google.android.gms:play-services-maps:18.1.0'
implementation project(':library')

implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
compileSdkVersion 33

defaultConfig {
minSdkVersion 15
minSdkVersion 19
targetSdkVersion 33
versionCode 1
versionName "1.0"
Expand Down Expand Up @@ -55,7 +55,7 @@ android {
}

dependencies {
implementation 'com.google.android.gms:play-services-maps:17.0.1'
implementation 'com.google.android.gms:play-services-maps:18.1.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
lintPublish project(':lint-checks')
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 2bcabfb

Please sign in to comment.