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

Commit 93a5179

Browse files
committed
bump version
1 parent 2e43277 commit 93a5179

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 46
42-
versionName "1.7.0-beta1"
41+
versionCode 47
42+
versionName "1.7.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="Aug, XXth, 2018"
4+
changeDate="Aug, 8th, 2018"
55
versionName="1.7.0"
66
>
77
<changelogtext>Android P</changelogtext>

app/src/main/res/raw/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="Aug, XXth, 2018"
4+
changeDate="Aug, 8th, 2018"
55
versionName="1.7.0"
66
>
77
<changelogtext>Android P</changelogtext>

0 commit comments

Comments
 (0)