OSDN Git Service

ライブラリバージョンを更新。 master
authorMRSa <mrsa@myad.jp>
Thu, 15 Jun 2023 14:33:07 +0000 (23:33 +0900)
committerMRSa <mrsa@myad.jp>
Thu, 15 Jun 2023 14:33:07 +0000 (23:33 +0900)
app/build.gradle
build.gradle

index 501ee41..42f1e16 100644 (file)
@@ -5,15 +5,15 @@ plugins {
 
 //  ----- for Jetpack Compose
 //def compose_version = '1.5.0-alpha02'
-def compose_version = '1.4.2'
-def navigation_version = '2.5.3'
+def compose_version = '1.4.3'
+def navigation_version = '2.6.0'
 
 //  ----- for cameraX
-def camerax_version = "1.3.0-alpha06"
-def camerax_view_version = "1.3.0-alpha06"
+def camerax_version = "1.3.0-alpha07"
+def camerax_view_version = "1.3.0-alpha07"
 
 //  ----- for activity
-def activity_version = "1.7.1"
+def activity_version = "1.7.2"
 //def activity_version = "1.8.0-alpha03"
 
 android {
@@ -62,13 +62,13 @@ android {
 
 dependencies {
 
-    implementation 'androidx.core:core-ktx:1.10.0'
+    implementation 'androidx.core:core-ktx:1.10.1'
     implementation 'androidx.appcompat:appcompat:1.6.1'
     implementation "androidx.activity:activity-ktx:$activity_version"
     //implementation "androidx.activity:activity:$activity_version"
     implementation "androidx.core:core-splashscreen:1.0.1"
 
-    implementation 'com.google.android.material:material:1.8.0'
+    implementation 'com.google.android.material:material:1.9.0'
     implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
 
     implementation 'androidx.preference:preference-ktx:1.2.0'
index c3d5d05..7360b8a 100644 (file)
@@ -1,7 +1,7 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 plugins {
-    id 'com.android.application' version '8.0.0' apply false
-    id 'com.android.library' version '8.0.0' apply false
+    id 'com.android.application' version '8.0.2' apply false
+    id 'com.android.library' version '8.0.2' apply false
     id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
 }