updated version
This commit is contained in:
parent
85c8aa931d
commit
1b4e664d21
|
@ -53,7 +53,7 @@ script: ./gradlew build --no-daemon --stacktrace
|
|||
|
||||
deploy:
|
||||
provider: releases
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
api_key:
|
||||
secure: WKtKwda3hegqO9QVujdonNoL2ESJUR80WHNq/13wDsbCABo/GNnuqHNYZmml3wAifEKKeCEYfNZRUuHQ8eHs54Lj5BlGRX5i+1LrGhhgnVFQgmrhIv4RJuVQ663kDEh+Jwo4vowJ2mxNDvLvOhfZwxjULPDiknqy6u5PyW3id5M=
|
||||
file_glob: true
|
||||
|
|
|
@ -27,7 +27,7 @@ android {
|
|||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
versionName "0.9"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
|
@ -25,8 +25,8 @@ android {
|
|||
applicationId "org.mariotaku.extension.twitlonger"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
versionCode 6
|
||||
versionName "1.5"
|
||||
versionCode 7
|
||||
versionName "1.6"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
|
|
@ -21,8 +21,8 @@ android {
|
|||
applicationId "org.mariotaku.twidere"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
versionCode 147
|
||||
versionName "3.0.5 (snapshot)"
|
||||
versionCode 148
|
||||
versionName "3.0.5"
|
||||
multiDexEnabled true
|
||||
|
||||
buildConfigField 'boolean', 'LEAK_CANARY_ENABLED', 'Boolean.parseBoolean("false")'
|
||||
|
|
|
@ -62,7 +62,6 @@ public class ParcelableActivitiesAdapter extends AbsActivitiesAdapter<List<Parce
|
|||
final long timestamp = cursor.getLong(indices.timestamp);
|
||||
final long max_position = cursor.getLong(indices.max_position);
|
||||
final long min_position = cursor.getLong(indices.min_position);
|
||||
final long id = cursor.getLong(indices.timestamp);
|
||||
return ParcelableActivity.calculateHashCode(account_id, timestamp, max_position,
|
||||
min_position);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue