Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit c0c9948

Browse files
committed
bump version
1 parent 90a94c2 commit c0c9948

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ android {
3838
applicationId "net.yslibrary.monotweety"
3939
minSdkVersion 19
4040
targetSdkVersion 28
41-
versionCode 48
42-
versionName "1.8.0-beta1"
41+
versionCode 49
42+
versionName "1.8.0"
4343

4444
buildConfigField 'String', 'TWITTER_API_KEY', TWITTER_API_KEY
4545
buildConfigField 'String', 'TWITTER_API_SECRET', TWITTER_API_SECRET

app/src/main/res/raw-ja/changelog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
33
<changelogversion
4-
changeDate="Sep, XXth, 2018"
4+
changeDate="Sep, 20th, 2018"
55
versionName="1.8.0"
66
>
77
<changelogtext>連ツイ機能を削除。この機能はTwitterのガイドラインに抵触した可能性があるため削除することにしました。

app/src/main/res/raw/changelog.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog>
33
<changelogversion
4-
changeDate="Sep, XXth, 2018"
4+
changeDate="Sep, 20th, 2018"
55
versionName="1.8.0"
66
>
77
<changelogtext>Remove "tweet as a thread". This is needed to comply with Twitter's guideline. Thanks for your
8-
understanding.
8+
understanding
99
</changelogtext>
10+
<changelogtext>Twitter Lite can now be selected as a timeline app</changelogtext>
1011
<changelogtext>Stability improvement</changelogtext>
1112
</changelogversion>
1213
<changelogversion

0 commit comments

Comments
 (0)