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

Commit 0e8fdba

Browse files
committed
bump version
1 parent a09703a commit 0e8fdba

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 55
42-
versionName "1.8.3-beta01"
41+
versionCode 56
42+
versionName "1.8.3"
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="Jan 9th, 2019"
4+
changeDate="Jan 15th, 2019"
55
versionName="1.8.3"
66
>
77
<changelogtext>Happy New Year!</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="Jan 9th, 2019"
4+
changeDate="Jan 15th, 2019"
55
versionName="1.8.3"
66
>
77
<changelogtext>Happy New Year!</changelogtext>

0 commit comments

Comments
 (0)