Skip to content

Commit

Permalink
chore: Upgrade Gradle to 7.5.1, AGP to 7.3.1 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Nov 18, 2022
1 parent 020dd4e commit 54e36ce
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Expand Up @@ -15,8 +15,7 @@
limitations under the License.
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.maps.android.compose">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.INTERNET" />

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
4 changes: 2 additions & 2 deletions 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
1 change: 1 addition & 0 deletions maps-compose-widgets/build.gradle
Expand Up @@ -4,6 +4,7 @@ plugins {
}

android {
namespace "com.google.maps.android.compose.widgets"
compileSdk 32

defaultConfig {
Expand Down
4 changes: 1 addition & 3 deletions maps-compose-widgets/src/main/AndroidManifest.xml
Expand Up @@ -15,6 +15,4 @@
limitations under the License.
-->

<manifest package="com.google.maps.android.compose.widgets">

</manifest>
<manifest />
1 change: 1 addition & 0 deletions maps-compose/build.gradle
Expand Up @@ -4,6 +4,7 @@ plugins {
}

android {
namespace "com.google.maps.android.compose"
compileSdk 32

defaultConfig {
Expand Down
5 changes: 1 addition & 4 deletions maps-compose/src/main/AndroidManifest.xml
Expand Up @@ -15,7 +15,4 @@
limitations under the License.
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.maps.android.compose">

</manifest>
<manifest />

0 comments on commit 54e36ce

Please sign in to comment.