diff --git a/app/build.gradle b/app/build.gradle index ec486f07..a092ec19 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,10 +5,10 @@ plugins { } android { + namespace "com.google.maps.android.compose" compileSdk 32 defaultConfig { - applicationId "com.google.maps.android.compose" minSdk 21 targetSdk 32 versionCode 1 diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7532eb52..b274e1e5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -15,8 +15,7 @@ limitations under the License. --> - + diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bb2492c4..3941333c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] activitycompose = "1.4.0" -agp = "7.2.0" +agp = "7.3.1" androidxtest = "1.4.0" compose = "1.2.1" composecompiler = "1.3.0" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 7b345b21..ca147a95 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Dec 03 15:01:34 PST 2021 +#Thu Nov 17 17:56:49 EST 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/maps-compose-widgets/build.gradle b/maps-compose-widgets/build.gradle index 5ff17930..13f74539 100644 --- a/maps-compose-widgets/build.gradle +++ b/maps-compose-widgets/build.gradle @@ -4,6 +4,7 @@ plugins { } android { + namespace "com.google.maps.android.compose.widgets" compileSdk 32 defaultConfig { diff --git a/maps-compose-widgets/src/main/AndroidManifest.xml b/maps-compose-widgets/src/main/AndroidManifest.xml index 7931c287..e67f88c1 100644 --- a/maps-compose-widgets/src/main/AndroidManifest.xml +++ b/maps-compose-widgets/src/main/AndroidManifest.xml @@ -15,6 +15,4 @@ limitations under the License. --> - - - \ No newline at end of file + diff --git a/maps-compose/build.gradle b/maps-compose/build.gradle index b1a4201d..4740dd05 100644 --- a/maps-compose/build.gradle +++ b/maps-compose/build.gradle @@ -4,6 +4,7 @@ plugins { } android { + namespace "com.google.maps.android.compose" compileSdk 32 defaultConfig { diff --git a/maps-compose/src/main/AndroidManifest.xml b/maps-compose/src/main/AndroidManifest.xml index 79f4c7fc..e67f88c1 100644 --- a/maps-compose/src/main/AndroidManifest.xml +++ b/maps-compose/src/main/AndroidManifest.xml @@ -15,7 +15,4 @@ limitations under the License. --> - - - \ No newline at end of file +