This commit is contained in:
tateisu 2019-04-14 12:47:23 +09:00
parent ed4daf950f
commit 3f6f709e8a
2 changed files with 6 additions and 6 deletions

View File

@ -13,8 +13,8 @@ android {
targetSdkVersion target_sdk_version
minSdkVersion min_sdk_version
versionCode 346
versionName "3.4.6"
versionCode 347
versionName "3.4.7"
applicationId "jp.juggler.subwaytooter"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@ -99,10 +99,10 @@ class PostHelper(
val in_reply_to_id = this.in_reply_to_id
val attachment_list = this.attachment_list
val enquete_items = this.enquete_items
var poll_type = this.poll_type
var poll_expire_seconds = this.poll_expire_seconds
var poll_hide_totals = this.poll_hide_totals
var poll_multiple_choice = this.poll_multiple_choice
val poll_type = this.poll_type
val poll_expire_seconds = this.poll_expire_seconds
val poll_hide_totals = this.poll_hide_totals
val poll_multiple_choice = this.poll_multiple_choice
val visibility = this.visibility
val scheduledAt = this.scheduledAt