misc: update deps (#7)

This commit is contained in:
2023-03-14 16:03:17 +01:00
committed by GitHub
parent 09cb0abcb7
commit 7df7308b9d
6 changed files with 27 additions and 33 deletions

View File

@ -24,7 +24,7 @@ publishing {
}
android {
namespace = "${group}.${artifact}"
namespace = "$group.$artifact"
compileSdk = 33
buildToolsVersion = "33.0.0"
@ -35,7 +35,6 @@ android {
minCompileSdk = 21
}
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
}
@ -77,5 +76,5 @@ android {
dependencies {
// Necessary for the Activity (well to make it pretty :D)
implementation("com.google.android.material:material:1.6.1")
}
implementation("com.google.android.material:material:1.8.0")
}