Skip to content

Commit

Permalink
リリース準備
Browse files Browse the repository at this point in the history
  • Loading branch information
pakutoma committed Apr 14, 2019
1 parent 53da4de commit ce24876
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
applicationId "pakutoma.iijmiocouponwidget"
minSdkVersion 21
versionCode 5
versionName "2.1 Hotfix 2"
versionCode 6
versionName "2.2"
targetSdkVersion 28
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/assets/about.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head><style> body { font-family: sans-serif; }</style></head>
<body>
<h3>mioWidget 2.1</h3>
<p>Copyright (c) 2018 @pakutoma</p>
<h3>mioWidget 2.2</h3>
<p>Copyright (c) 2019 @pakutoma</p>
</body>
</html>

0 comments on commit ce24876

Please sign in to comment.