Skip to content

Commit

Permalink
置換の失敗を修正、バージョンを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
pakutoma committed Mar 13, 2018
1 parent fd10824 commit 14189dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 2
versionName "2.0"
versionCode 3
versionName "2.1"
targetSdkVersion 27
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion 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.0</h3>
<h3>mioWidget 2.1</h3>
<p>Copyright (c) 2018 @pakutoma</p>
</body>
</html>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">iijmiocouponwidget</string>
<string name="app_name">mioWidget</string>
<string name="appwidget_text">未取得</string>
<string name="developerID">IilCI1xrAgqKrXV9Zt4</string>
<string name="authUri"><![CDATA[https://api.iijmio.jp/mobile/d/v1/authorization/?response_type=token&client_id=IilCI1xrAgqKrXV9Zt4&state=example_state&redirect_uri=pakutoma.iijmiocouponwidget://callback]]></string>
Expand Down

0 comments on commit 14189dc

Please sign in to comment.