OSDN Git Service

ちょっとバージョンを上げる。
authorMRSa <mrsa@myad.jp>
Sat, 13 Feb 2021 12:43:49 +0000 (21:43 +0900)
committerMRSa <mrsa@myad.jp>
Sat, 13 Feb 2021 12:43:49 +0000 (21:43 +0900)
app/build.gradle
build.gradle

index f31f8c4..dd79940 100644 (file)
@@ -34,7 +34,7 @@ dependencies {
     implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
     implementation 'androidx.core:core-ktx:1.3.2'
     implementation 'androidx.appcompat:appcompat:1.2.0'
-    implementation 'com.google.android.material:material:1.2.1'
+    implementation 'com.google.android.material:material:1.3.0'
     implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
     implementation 'androidx.preference:preference-ktx:1.1.1'
 
index 1525875..cecd068 100644 (file)
@@ -1,6 +1,6 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 buildscript {
-    ext.kotlin_version = "1.4.21"
+    ext.kotlin_version = "1.4.30"
     repositories {
         google()
         jcenter()