mirror of
https://github.com/dzeiocom/crashhandler.git
synced 2025-07-15 10:09:51 +00:00
misc: update deps (#7)
This commit is contained in:
@ -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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user