Skip to content

Commit

Permalink
Merge pull request #138 from bvlion/dependabot/gradle/com.android.too…
Browse files Browse the repository at this point in the history
…ls.build-gradle-8.4.1

Bump com.android.tools.build:gradle from 8.3.1 to 8.4.1
  • Loading branch information
bvlion authored May 26, 2024
2 parents ce4d0cd + f34fa54 commit 7acf052
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion androidApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="${admob_key}"/>
<property
android:name="android.adservices.AD_SERVICES_CONFIG"
android:resource="@xml/gma_ad_services_config"
tools:replace="android:resource" />
</application>
</manifest>
</manifest>
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath("com.android.tools.build:gradle:8.3.1")
classpath("com.android.tools.build:gradle:8.4.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20")
classpath("com.codingfeline.buildkonfig:buildkonfig-gradle-plugin:0.11.0")

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Aug 27 11:49:02 JST 2023
#Sun May 25 18:28:33 JST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 7acf052

Please sign in to comment.