diff --git a/SupportFiles/Public/PlayGamesPluginSupport/build.gradle b/SupportFiles/Public/PlayGamesPluginSupport/build.gradle index 88b7112e..58d77298 100644 --- a/SupportFiles/Public/PlayGamesPluginSupport/build.gradle +++ b/SupportFiles/Public/PlayGamesPluginSupport/build.gradle @@ -36,17 +36,19 @@ if (project.hasProperty("uploadDir")) { } android { + namespace 'com.google.games.bridge' + lintOptions { abortOnError true warningsAsErrors true // Don't fail when new versions of dependencies are available. Allows reproducible builds - disable("NewerVersionAvailable", "GradleDependency") + disable("AndroidGradlePluginVersion", "GradleDependency", "NewerVersionAvailable", "UnusedResources") } defaultConfig { versionName project.version archivesBaseName = project.ext.baseName - minSdkVersion 16 + minSdkVersion 19 } compileSdkVersion 28 diff --git a/SupportFiles/Public/PlayGamesPluginSupport/gradle/wrapper/gradle-wrapper.properties b/SupportFiles/Public/PlayGamesPluginSupport/gradle/wrapper/gradle-wrapper.properties index a4518e02..8c86a964 100644 --- a/SupportFiles/Public/PlayGamesPluginSupport/gradle/wrapper/gradle-wrapper.properties +++ b/SupportFiles/Public/PlayGamesPluginSupport/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip diff --git a/SupportFiles/Public/PlayGamesPluginSupport/src/main/AndroidManifest.xml b/SupportFiles/Public/PlayGamesPluginSupport/src/main/AndroidManifest.xml index b5db9dd4..d6e9ef26 100644 --- a/SupportFiles/Public/PlayGamesPluginSupport/src/main/AndroidManifest.xml +++ b/SupportFiles/Public/PlayGamesPluginSupport/src/main/AndroidManifest.xml @@ -1,6 +1,5 @@