Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Sep 14, 2017
1 parent 2d46d37 commit 770c936
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
Expand Up @@ -39,8 +39,8 @@ android {
applicationId "net.yslibrary.monotweety"
minSdkVersion 19
targetSdkVersion 26
versionCode 39
versionName "1.5.3-beta4"
versionCode 40
versionName "1.5.3"

buildConfigField 'String', 'TWITTER_API_KEY', TWITTER_API_KEY
buildConfigField 'String', 'TWITTER_API_SECRET', TWITTER_API_SECRET
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw-ja/changelog.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<changelogversion
changeDate="Sep Xth, 2017"
changeDate="Sep 14th, 2017"
versionName="1.5.3">
<changelogtext>Android Oreo</changelogtext>
<changelogtext>安定性の向上</changelogtext>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw/changelog.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<changelogversion
changeDate="Sep Xth, 2017"
changeDate="Sep 14th, 2017"
versionName="1.5.3">
<changelogtext>Android Oreo</changelogtext>
<changelogtext>Stability improvement</changelogtext>
Expand Down

0 comments on commit 770c936

Please sign in to comment.