• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révisionf33848bbd732857a3e606a54eebda6eae03f631b (tree)
l'heure2018-05-20 02:43:20
AuteurHMML <hmml3939@gmai...>
CommiterHMML

Message de Log

Bump version.

Change Summary

Modification

--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
1818
1919 # release apk
2020 /app/app-release.apk
21+/app/release/
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,8 +7,8 @@ android {
77 applicationId "cloud.hmml.mmw"
88 minSdkVersion 17
99 targetSdkVersion 25
10- versionCode 4
11- versionName '0.4.0'
10+ versionCode 5
11+ versionName '0.4.1'
1212 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
1414 }