update twidere to 2.0.1
This commit is contained in:
parent
abcdbf3eb8
commit
596884ed0e
|
@ -7,9 +7,6 @@ Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mariotaku.l
|
|||
|
||||
Summary:Twitter & Identi.ca client
|
||||
Description:
|
||||
v0.2.0 has problems updating Twitter feeds. An update could be a couple of weeks away
|
||||
so if you experience problems, downgrade to 0.1.9.
|
||||
|
||||
Features include:
|
||||
* Built in image viewer and map viewer
|
||||
* Direct messages with conversation style
|
||||
|
@ -43,7 +40,6 @@ Build Version:0.1.5,33,b3409715af,target=Google Inc.:Google APIs:16
|
|||
Build Version:0.1.6,35,b87d64e197,target=Google Inc.:Google APIs:16
|
||||
Build Version:0.1.8,39,4946938d3,target=Google Inc.:Google APIs:16
|
||||
Build Version:0.1.9,42,ff62cd1fb,target=Google Inc.:Google APIs:16
|
||||
#Flaky and not going to be updated for another two weeks
|
||||
Build Version:0.2.0,47,0.2.0,prebuild=\
|
||||
sed -i 's/PrivateConstants.GOOGLE_MAPS_API_KEY_RELEASE/"0kjPwJOe_zwYjzGc9uYak7vhm_Sf3eob-2L3Xzw"/g' \
|
||||
src/org/mariotaku/twidere/Constants.java && \
|
||||
|
@ -54,9 +50,19 @@ src/org/mariotaku/twidere/Constants.java && \
|
|||
sed -i 's/PrivateConstants.TWITTER_CONSUMER_KEY/"uAFVpMhBntJutfVj6abfA"/g' \
|
||||
src/org/mariotaku/twidere/Constants.java
|
||||
Build Version:0.2.0.5,48,!no source
|
||||
Build Version:0.2.1,49,0.2.1,prebuild=rm -rf dist/ && \
|
||||
sed -i 's/PrivateConstants.GOOGLE_MAPS_API_KEY_RELEASE/"0kjPwJOe_zwYjzGc9uYak7vhm_Sf3eob-2L3Xzw"/g' \
|
||||
src/org/mariotaku/twidere/Constants.java && \
|
||||
sed -i 's/PrivateConstants.GOOGLE_MAPS_API_KEY_DEBUG/"1LhWN5eWaqRrP0ZgO3h7vevsAwtJJs80C-G9o7RA"/g' \
|
||||
src/org/mariotaku/twidere/Constants.java && \
|
||||
sed -i 's/PrivateConstants.TWITTER_CONSUMER_SECRET/"JARXkJTfxo0F8MyctYy9bUmrLISjo8vXAHsZHYuk2E"/g' \
|
||||
src/org/mariotaku/twidere/Constants.java && \
|
||||
sed -i 's/PrivateConstants.TWITTER_CONSUMER_KEY/"uAFVpMhBntJutfVj6abfA"/g' \
|
||||
src/org/mariotaku/twidere/Constants.java
|
||||
|
||||
Auto Update Mode:None
|
||||
#May as well do manual
|
||||
Update Check Mode:None
|
||||
Current Version:0.1.9
|
||||
Current Version Code:42
|
||||
Current Version:0.2.1
|
||||
Current Version Code:49
|
||||
|
||||
|
|
Loading…
Reference in a new issue