Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Aug 8, 2018
1 parent 2e43277 commit 93a5179
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 @@ -38,8 +38,8 @@ android {
applicationId "net.yslibrary.monotweety"
minSdkVersion 19
targetSdkVersion 28
versionCode 46
versionName "1.7.0-beta1"
versionCode 47
versionName "1.7.0"

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="Aug, XXth, 2018"
changeDate="Aug, 8th, 2018"
versionName="1.7.0"
>
<changelogtext>Android P</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="Aug, XXth, 2018"
changeDate="Aug, 8th, 2018"
versionName="1.7.0"
>
<changelogtext>Android P</changelogtext>
Expand Down

0 comments on commit 93a5179

Please sign in to comment.