OSDN Git Service

CanonのカメラのIPアドレスを自動特定できるようにした。
[gokigen/PKRemote.git] / app / build.gradle
index c11cdd1..12e669a 100644 (file)
@@ -2,13 +2,12 @@ apply plugin: 'com.android.application'
 apply plugin: 'kotlin-android'
 
 android {
-    compileSdkVersion 34
     defaultConfig {
         applicationId "net.osdn.gokigen.pkremote"
         minSdkVersion 14
         targetSdkVersion 34
-        versionCode 10806
-        versionName "1.8.6"
+        versionCode 10807
+        versionName "1.8.7"
         multiDexEnabled true
     }
     buildTypes {