Update Android Studio

This commit is contained in:
topjohnwu
2022-05-09 20:53:47 -07:00
parent 4eb9240806
commit 24603b3cef
10 changed files with 16 additions and 12 deletions

View File

@@ -19,6 +19,8 @@ kapt {
}
android {
namespace = "com.topjohnwu.magisk"
defaultConfig {
applicationId = "com.topjohnwu.magisk"
vectorDrawables.useSupportLibrary = true
@@ -123,5 +125,5 @@ dependencies {
implementation("androidx.transition:transition:1.4.1")
implementation("androidx.core:core-ktx:1.7.0")
implementation("androidx.core:core-splashscreen:1.0.0-beta02")
implementation("com.google.android.material:material:1.5.0")
implementation("com.google.android.material:material:1.6.0")
}