OSDN Git Service

次バージョンに向けてバージョン番号を更新する。
[gokigen/mangle.git] / app / build.gradle
index a05d4c8..1104cba 100644 (file)
@@ -3,14 +3,14 @@ apply plugin: 'kotlin-android'
 apply plugin: 'kotlin-android-extensions'
 
 android {
-    compileSdkVersion 30
+    compileSdkVersion 31
 
     defaultConfig {
         applicationId "jp.osdn.gokigen.mangle"
         minSdkVersion 21
-        targetSdkVersion 30
-        versionCode 1005000
-        versionName "1.5.0"
+        targetSdkVersion 31
+        versionCode 1005001
+        versionName "1.5.1"
         //testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }
 
@@ -39,12 +39,12 @@ dependencies {
     implementation 'androidx.preference:preference-ktx:1.1.1'
     implementation 'com.google.android.material:material:1.4.0'
 
-    def camerax_version = "1.1.0-alpha08"
+    def camerax_version = "1.1.0-alpha10"
     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.0.0-alpha30"
     implementation "androidx.camera:camera-extensions:$camerax_view_version"
     implementation "androidx.camera:camera-view:$camerax_view_version"