>>forgot commit info in Level
This commit is contained in:
parent
198a9b1f22
commit
8f13921e33
|
@ -26,7 +26,7 @@ Build Version:1.8.0,27,75,update=force
|
|||
Build Version:1.9.0,29,79,update=force,target=android-11
|
||||
Build Version:1.9.2,31,81,target=android-11
|
||||
Build Version:1.9.3,32,84,target=android-11
|
||||
Build Version:1.9.4,33,subdir=Level,rm=Level/proguard.cfg
|
||||
Build Version:1.9.4,33,a5e4dd671e,subdir=Level
|
||||
Build Version:1.9.5,34,!no source code
|
||||
|
||||
Auto Update Mode:None
|
||||
|
|
22
metadata/org.mariotaku.twidere/constants1.patch
Normal file
22
metadata/org.mariotaku.twidere/constants1.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
diff --git a/src/org/mariotaku/twidere/Constants.java b/src/org/mariotaku/twidere/Constants.java
|
||||
index 8110a86..caa1df5 100644
|
||||
--- a/src/org/mariotaku/twidere/Constants.java
|
||||
+++ b/src/org/mariotaku/twidere/Constants.java
|
||||
@@ -51,12 +51,11 @@ public interface Constants extends TwitterConstants {
|
||||
public static final String DATABASES_NAME = "twidere.sqlite";
|
||||
public static final int DATABASES_VERSION = 34;
|
||||
|
||||
- // The following 4 constants are not included in source code, you'd better
|
||||
- // use your own.
|
||||
- public static final String TWITTER_CONSUMER_KEY = PrivateConstants.TWITTER_CONSUMER_KEY;
|
||||
- public static final String TWITTER_CONSUMER_SECRET = PrivateConstants.TWITTER_CONSUMER_SECRET;
|
||||
- public static final String GOOGLE_MAPS_API_KEY_RELEASE = PrivateConstants.GOOGLE_MAPS_API_KEY_RELEASE;
|
||||
- public static final String GOOGLE_MAPS_API_KEY_DEBUG = PrivateConstants.GOOGLE_MAPS_API_KEY_DEBUG;
|
||||
+ // these keys are mariotaku's; please get your own
|
||||
+ public static final String TWITTER_CONSUMER_KEY = "uAFVpMhBntJutfVj6abfA";
|
||||
+ public static final String TWITTER_CONSUMER_SECRET = "JARXkJTfxo0F8MyctYy9bUmrLISjo8vXAHsZHYuk2E";
|
||||
+ public static final String GOOGLE_MAPS_API_KEY_RELEASE = "0kjPwJOe_zwYjzGc9uYak7vhm_Sf3eob-2L3Xzw";
|
||||
+ public static final String GOOGLE_MAPS_API_KEY_DEBUG = "1LhWN5eWaqRrP0ZgO3h7vevsAwtJJs80C-G9o7RA";
|
||||
|
||||
public static final String GOOGLE_MAPS_API_KEY = DEBUG ? GOOGLE_MAPS_API_KEY_DEBUG : GOOGLE_MAPS_API_KEY_RELEASE;
|
||||
|
Loading…
Reference in a new issue