From 6f63a4072fbe2866166d5b8d2f0643dc89fe27dc Mon Sep 17 00:00:00 2001 From: Avior Date: Tue, 10 Jan 2023 14:55:57 +0100 Subject: [PATCH] misc: Updated deps --- build.gradle.kts | 6 +++--- library/build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index f196144..f4e6ca3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.android.tools.build:gradle:7.2.2") + classpath("com.android.tools.build:gradle:7.3.1") // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -12,8 +12,8 @@ buildscript { } plugins { - id("com.android.application") version "7.2.2" apply false - id("com.android.library") version "7.2.2" apply false + id("com.android.application") version "7.3.1" apply false + id("com.android.library") version "7.3.1" apply false id("org.jetbrains.kotlin.android") version "1.7.0" apply false } diff --git a/library/build.gradle.kts b/library/build.gradle.kts index 7d123e5..04606c9 100644 --- a/library/build.gradle.kts +++ b/library/build.gradle.kts @@ -24,7 +24,7 @@ publishing { } android { - namespace = "com.dzeio.crashhandler" + namespace = "${group}.${artifact}" compileSdk = 33 buildToolsVersion = "33.0.0"