From 599be316a257a27dc425374c12c7ead59eb39663 Mon Sep 17 00:00:00 2001 From: Sascha Huth Date: Tue, 24 Oct 2023 12:09:27 +0100 Subject: [PATCH] update agp and set namespace --- build.gradle | 2 +- library/build.gradle | 1 + sample/build.gradle | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f1dc155..653b383 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenCentral() } dependencies { - classpath('com.android.tools.build:gradle:7.4.2') + classpath('com.android.tools.build:gradle:8.1.2') classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10") classpath("com.github.dcendents:android-maven-gradle-plugin:2.1") } diff --git a/library/build.gradle b/library/build.gradle index fa50149..ca079f3 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -6,6 +6,7 @@ plugins { } android { + namespace "com.transferwise.sequencelayout" compileSdk = 34 defaultConfig { diff --git a/sample/build.gradle b/sample/build.gradle index 09e8fb2..0286c8a 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -4,6 +4,7 @@ plugins { } android { + namespace "com.transferwise.sequencelayout.sample" compileSdk = 34 defaultConfig { minSdkVersion(16)