Skip to content

Commit

Permalink
feat: Update Maps to 18.0.0 (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolac authored Dec 3, 2021
1 parent d61b880 commit 8f5b46d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ buildscript {
ext.versions = [
'android' : [
"buildTools": "29.0.3",
"compileSdk": 30,
"minSdk" : 15,
"targetSdk" : 30
"compileSdk": 31,
"minSdk" : 19,
"targetSdk" : 31
],
'androidMapsUtils' : '2.2.3',
'androidx' : [
Expand All @@ -36,7 +36,7 @@ buildscript {
'mapsBeta' : '3.1.0-beta',
'mockito' : '3.0.0',
'mockitoKotlin' : '2.2.0',
'playServices' : '17.0.1',
'playServices' : '18.0.0',
'volley' : '1.2.0',
]

Expand Down

0 comments on commit 8f5b46d

Please sign in to comment.