OSDN Git Service

SONY系ステータス表示実装(途中)、ライブビュー表示がうまく出なかった機種に対応。
[gokigen/mangle.git] / app / build.gradle
index 6847f49..f142c30 100644 (file)
@@ -9,10 +9,9 @@ android {
         applicationId "jp.osdn.gokigen.mangle"
         minSdkVersion 21
         targetSdkVersion 30
-        versionCode 1000000
-        versionName "1.0.0"
-
-        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
+        versionCode 1002001
+        versionName "1.2.1"
+        //testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }
 
     buildTypes {
@@ -21,6 +20,9 @@ android {
             proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
         }
     }
+    //buildFeatures {
+    //    viewBinding true
+    //}
 
     compileOptions {
         sourceCompatibility JavaVersion.VERSION_1_8
@@ -30,21 +32,21 @@ android {
 
 dependencies {
     implementation fileTree(dir: "libs", include: ["*.jar"])
-    implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
-    implementation 'androidx.core:core-ktx:1.3.2'
-    implementation 'androidx.appcompat:appcompat:1.2.0'
-    implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
+    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.2.1'
-
-    testImplementation 'junit:junit:4.12'
-    androidTestImplementation 'androidx.test.ext:junit:1.1.2'
-    androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
+    implementation 'com.google.android.material:material:1.4.0'
 
-    def camerax_version = "1.0.0-rc01"
+    def camerax_version = "1.1.0-alpha07"
+    implementation "androidx.camera:camera-core:$camerax_version"
     implementation "androidx.camera:camera-camera2:$camerax_version"
     implementation "androidx.camera:camera-lifecycle:$camerax_version"
 
-    implementation "androidx.camera:camera-view:1.0.0-alpha20"
-    implementation "androidx.datastore:datastore-preferences:1.0.0-alpha05"
+    def camerax_view_version = "1.0.0-alpha27"
+    implementation "androidx.camera:camera-extensions:$camerax_view_version"
+    implementation "androidx.camera:camera-view:$camerax_view_version"
+
+    implementation "androidx.datastore:datastore-preferences:1.0.0"
 }