OSDN Git Service

次バージョンの準備。
authorMRSa <mrsa@myad.jp>
Sat, 30 May 2020 06:59:25 +0000 (15:59 +0900)
committerMRSa <mrsa@myad.jp>
Sat, 30 May 2020 06:59:25 +0000 (15:59 +0900)
app/build.gradle
build.gradle

index 3dbd275..af1cf18 100644 (file)
@@ -6,8 +6,8 @@ android {
         applicationId "net.osdn.gokigen.gr2control"
         minSdkVersion 14
         targetSdkVersion 29
-        versionCode 1003003
-        versionName "1.3.3"
+        versionCode 1003004
+        versionName "1.3.4"
     }
     buildTypes {
         release {
index 7a8b51e..adc6be0 100644 (file)
@@ -7,7 +7,7 @@ buildscript {
         jcenter()
     }
     dependencies {
-        classpath 'com.android.tools.build:gradle:3.6.3'
+        classpath 'com.android.tools.build:gradle:4.0.0'
         // NOTE: Do not place your application dependencies here; they belong
         // in the individual module build.gradle files
     }