From b8221238a7034420583bffc5482b42b0cb171bb2 Mon Sep 17 00:00:00 2001 From: llfbandit Date: Mon, 26 Aug 2024 16:47:24 +0200 Subject: [PATCH] chore: Upgrade to latest AGP --- record_android/android/build.gradle | 6 ++---- .../android/gradle/wrapper/gradle-wrapper.properties | 2 +- record_android/android/settings.gradle | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/record_android/android/build.gradle b/record_android/android/build.gradle index 40d3ace5..d63aca75 100644 --- a/record_android/android/build.gradle +++ b/record_android/android/build.gradle @@ -10,7 +10,7 @@ buildscript { dependencies { // https://developer.android.com/studio/releases/gradle-plugin - classpath 'com.android.tools.build:gradle:7.4.2' + classpath 'com.android.tools.build:gradle:8.5.2' // https://plugins.gradle.org/plugin/org.jetbrains.kotlin.android classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } @@ -28,9 +28,7 @@ apply plugin: 'kotlin-android' apply plugin: 'org.jetbrains.kotlin.android' android { - if (project.android.hasProperty('namespace')) { - namespace 'com.llfbandit.record' - } + namespace 'com.llfbandit.record' compileSdk 34 diff --git a/record_android/android/gradle/wrapper/gradle-wrapper.properties b/record_android/android/gradle/wrapper/gradle-wrapper.properties index b9fa41cb..c619e22e 100644 --- a/record_android/android/gradle/wrapper/gradle-wrapper.properties +++ b/record_android/android/gradle/wrapper/gradle-wrapper.properties @@ -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-7.6.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip diff --git a/record_android/android/settings.gradle b/record_android/android/settings.gradle index faa96f4b..06cb2a8a 100644 --- a/record_android/android/settings.gradle +++ b/record_android/android/settings.gradle @@ -1 +1 @@ -rootProject.name = 'record' +rootProject.name = 'record_android'