misc: Updated deps

This commit is contained in:
Florian Bouillon 2023-01-10 14:55:57 +01:00
parent ef361a4eaa
commit 6f63a4072f
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { 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 // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files
@ -12,8 +12,8 @@ buildscript {
} }
plugins { plugins {
id("com.android.application") version "7.2.2" apply false id("com.android.application") version "7.3.1" apply false
id("com.android.library") version "7.2.2" apply false id("com.android.library") version "7.3.1" apply false
id("org.jetbrains.kotlin.android") version "1.7.0" apply false id("org.jetbrains.kotlin.android") version "1.7.0" apply false
} }

View File

@ -24,7 +24,7 @@ publishing {
} }
android { android {
namespace = "com.dzeio.crashhandler" namespace = "${group}.${artifact}"
compileSdk = 33 compileSdk = 33
buildToolsVersion = "33.0.0" buildToolsVersion = "33.0.0"