updated version

This commit is contained in:
Mariotaku Lee 2017-02-02 18:40:38 +08:00
parent eb7434545e
commit 22a38fa64d
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
2 changed files with 3 additions and 3 deletions

View File

@ -34,8 +34,8 @@ android {
applicationId "org.mariotaku.twidere"
minSdkVersion 14
targetSdkVersion 25
versionCode 267
versionName '3.4.6'
versionCode 268
versionName '3.4.7'
multiDexEnabled true
buildConfigField 'boolean', 'LEAK_CANARY_ENABLED', 'Boolean.parseBoolean("true")'

View File

@ -31,7 +31,7 @@ import org.mariotaku.twidere.util.collection.CompactHashSet
class ReadStateManager(context: Context) {
private val preferences: SharedPreferencesWrapper = SharedPreferencesWrapper.getInstance(context,
private val preferences = SharedPreferencesWrapper.getInstance(context,
TIMELINE_POSITIONS_PREFERENCES_NAME, Context.MODE_PRIVATE)
fun getPosition(key: String): Long {