Skip to content

Commit

Permalink
Update Android Gradle Plugin and Gradle to 7.5.1.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 684808476
Change-Id: I3eff6a4a748d0b49eb15c1551b37ed199585830f
  • Loading branch information
Play Games Services Team authored and copybara-github committed Oct 11, 2024
1 parent b12f73f commit be7b315
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
6 changes: 4 additions & 2 deletions SupportFiles/Public/PlayGamesPluginSupport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.games.bridge"
android:versionCode="1" >
<application>
<activity
Expand Down
2 changes: 1 addition & 1 deletion SupportFiles/Public/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:7.4.2'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ 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

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:7.4.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,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

0 comments on commit be7b315

Please sign in to comment.