OSDN Git Service

cameraxのバージョンを変更。
authorMRSa <mrsa@myad.jp>
Fri, 23 Jun 2023 15:17:35 +0000 (00:17 +0900)
committerMRSa <mrsa@myad.jp>
Fri, 23 Jun 2023 15:17:35 +0000 (00:17 +0900)
app/build.gradle
build.gradle

index 5ee73f4..d9141fd 100644 (file)
@@ -34,19 +34,19 @@ android {
 dependencies {
     implementation fileTree(dir: "libs", include: ["*.jar"])
     implementation 'androidx.exifinterface:exifinterface:1.3.6'
-    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.constraintlayout:constraintlayout:2.1.4'
     implementation 'androidx.preference:preference-ktx:1.2.0'
-    implementation 'com.google.android.material:material:1.8.0'
+    implementation 'com.google.android.material:material:1.9.0'
     implementation "androidx.core:core-splashscreen:1.0.1"
 
-    def camerax_version = "1.3.0-alpha06"
+    def camerax_version = "1.3.0-beta01"
     implementation "androidx.camera:camera-core:$camerax_version"
     implementation "androidx.camera:camera-camera2:$camerax_version"
     implementation "androidx.camera:camera-lifecycle:$camerax_version"
 
-    def camerax_view_version = "1.3.0-alpha06"
+    def camerax_view_version = "1.3.0-beta01"
     implementation "androidx.camera:camera-extensions:$camerax_view_version"
     implementation "androidx.camera:camera-view:$camerax_view_version"
 
index 261acc5..037621f 100644 (file)
@@ -6,7 +6,7 @@ buildscript {
         mavenCentral()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:8.0.0'
+        classpath 'com.android.tools.build:gradle:8.0.2'
         classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
 
         // NOTE: Do not place your application dependencies here; they belong