Skip to content

Commit

Permalink
chore: Upgrade to latest AGP
Browse files Browse the repository at this point in the history
  • Loading branch information
llfbandit committed Aug 26, 2024
1 parent 7ff9112 commit b822123
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions record_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand All @@ -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

Expand Down
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-7.6.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
2 changes: 1 addition & 1 deletion record_android/android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = 'record'
rootProject.name = 'record_android'

0 comments on commit b822123

Please sign in to comment.