mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-01-30 16:35:00 +01:00
3.0.3 version
This commit is contained in:
parent
39b94afc66
commit
509e37bd86
@ -56,7 +56,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
|
||||
|
@ -23,8 +23,8 @@ android {
|
||||
applicationId "org.mariotaku.twidere"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 23
|
||||
versionCode 139
|
||||
versionName "3.0.3-SNAPSHOT"
|
||||
versionCode 140
|
||||
versionName "3.0.3"
|
||||
multiDexEnabled true
|
||||
|
||||
buildConfigField 'boolean', 'ENABLE_MEDIA_VIEWER', 'Boolean.parseBoolean("true")'
|
||||
|
@ -3,7 +3,6 @@ package org.mariotaku.twidere.fragment;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.net.ConnectivityManager;
|
||||
import android.net.Network;
|
||||
import android.net.Uri;
|
||||
import android.os.AsyncTask;
|
||||
import android.os.Bundle;
|
||||
|
Loading…
x
Reference in New Issue
Block a user