OSDN Git Service

LAPボタンのチャタリング防止をハードボタンでも適用するようにした。
[gokigen/JoggingTimer.git] / mobile / build.gradle
index b6729b3..8fe3353 100644 (file)
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
 
 android {
     compileSdkVersion 27
-    buildToolsVersion "27.0.3"
+    buildToolsVersion "28.0.0"
     defaultConfig {
         applicationId "net.osdn.gokigen.joggingtimer"
         minSdkVersion 14  // 14
         targetSdkVersion 27
-        versionCode 100022
-        versionName "1.0.2"
+        versionCode 100032
+        versionName "1.0.3"
     }
     buildTypes {
         release {