• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revision464a9a18bdf309d8dd4f360b2629d73107b1b970 (tree)
Time2018-05-20 04:06:08
AuthorHMML <hmml3939@gmai...>
CommiterHMML

Log Message

Change target SDK version to 27.

Change Summary

Incremental Difference

--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,7 +6,7 @@ android {
66 defaultConfig {
77 applicationId "cloud.hmml.mmw"
88 minSdkVersion 17
9- targetSdkVersion 25
9+ targetSdkVersion 27
1010 versionCode 5
1111 versionName '0.4.1'
1212 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"