OSDN Git Service

環境を更新。
[gokigen/mangle.git] / app / build.gradle
index ef6d6df..9c60f8d 100644 (file)
@@ -1,16 +1,15 @@
 apply plugin: 'com.android.application'
 apply plugin: 'kotlin-android'
-apply plugin: 'kotlin-android-extensions'
+//apply plugin: 'kotlin-android-extensions'
 
 android {
-    compileSdkVersion 30
-
+    compileSdkVersion 32
     defaultConfig {
         applicationId "jp.osdn.gokigen.mangle"
         minSdkVersion 21
-        targetSdkVersion 30
-        versionCode 1004001
-        versionName "1.4.1"
+        targetSdkVersion 32
+        versionCode 1006003
+        versionName "1.6.3"
         //testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }
 
@@ -21,7 +20,8 @@ android {
         }
     }
     //buildFeatures {
-    //    viewBinding true
+    //    //viewBinding true
+    //    viewBinding false
     //}
 
     compileOptions {
@@ -33,18 +33,18 @@ android {
 dependencies {
     implementation fileTree(dir: "libs", include: ["*.jar"])
     implementation 'androidx.exifinterface:exifinterface:1.3.3'
-    implementation "androidx.core:core-ktx:1.6.0"
-    implementation 'androidx.appcompat:appcompat:1.3.1'
-    implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
-    implementation 'androidx.preference:preference-ktx:1.1.1'
-    implementation 'com.google.android.material:material:1.4.0'
+    implementation "androidx.core:core-ktx:1.7.0"
+    implementation 'androidx.appcompat:appcompat:1.4.1'
+    implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
+    implementation 'androidx.preference:preference-ktx:1.2.0'
+    implementation 'com.google.android.material:material:1.6.0'
 
-    def camerax_version = "1.1.0-alpha08"
+    def camerax_version = "1.1.0-beta03"
     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.0.0-alpha28"
+    def camerax_view_version = "1.1.0-beta03"
     implementation "androidx.camera:camera-extensions:$camerax_view_version"
     implementation "androidx.camera:camera-view:$camerax_view_version"