Commit ebaf4f5acc0087027a4cb18cb88cccfc6efbf254
1 parent
9a9c4f70
Exists in
master
atualizando o projeto
subindo imagens
Showing
38 changed files
with
43 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,4 @@ |
1 | +#Contains API Secret used to validate your application. Commit to internal source control; avoid making secret public. | |
2 | +#Fri Jun 26 20:40:37 BRT 2015 | |
3 | +apiSecret=9a26e684aff9a2a884182a3f817168ea9d1fe17577a7eb7ad7ccfaa7e5e49f53 | |
4 | +twitterPluginId=54f0c4fe6bfe670661000180 | ... | ... |
1.28 KB
731 Bytes
1.9 KB
3.48 KB
146 Bytes
188 Bytes
248 Bytes
160 Bytes
217 Bytes
410 Bytes
116 Bytes
102 Bytes
148 Bytes
180 Bytes
141 Bytes
146 Bytes
272 Bytes
99 Bytes
132 Bytes
247 Bytes
297 Bytes
225 Bytes
226 Bytes
488 Bytes
135 Bytes
177 Bytes
347 Bytes
426 Bytes
328 Bytes
310 Bytes
719 Bytes
183 Bytes
516 Bytes
235 Bytes
82.7 KB
... | ... | @@ -0,0 +1,19 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<module external.linked.project.id="monitoraLegislativo" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4"> | |
3 | + <component name="FacetManager"> | |
4 | + <facet type="java-gradle" name="Java-Gradle"> | |
5 | + <configuration> | |
6 | + <option name="BUILD_FOLDER_PATH" value="$MODULE_DIR$/build" /> | |
7 | + <option name="BUILDABLE" value="false" /> | |
8 | + </configuration> | |
9 | + </facet> | |
10 | + </component> | |
11 | + <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true"> | |
12 | + <exclude-output /> | |
13 | + <content url="file://$MODULE_DIR$"> | |
14 | + <excludeFolder url="file://$MODULE_DIR$/.gradle" /> | |
15 | + </content> | |
16 | + <orderEntry type="jdk" jdkName="1.8" jdkType="JavaSDK" /> | |
17 | + <orderEntry type="sourceFolder" forTests="false" /> | |
18 | + </component> | |
19 | +</module> | |
0 | 20 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,20 @@ |
1 | +# Twitter Core proguard configuration | |
2 | +# '-include' this file in your proguard config | |
3 | +# Autogenerated file -- Do not modify | |
4 | + | |
5 | +#Proguard Config for when AppCompat is not a dependency | |
6 | +-dontwarn com.digits.sdk.android.*ActionBarActivity | |
7 | + | |
8 | +# retrofit specific | |
9 | +-dontwarn com.squareup.okhttp.** | |
10 | +-dontwarn com.google.appengine.api.urlfetch.** | |
11 | +-dontwarn rx.** | |
12 | +-dontwarn retrofit.** | |
13 | +-keepattributes Signature | |
14 | +-keepattributes *Annotation* | |
15 | +-keep class com.squareup.okhttp.** { *; } | |
16 | +-keep interface com.squareup.okhttp.** { *; } | |
17 | +-keep class retrofit.** { *; } | |
18 | +-keepclasseswithmembers class * { | |
19 | + @retrofit.http.* <methods>; | |
20 | +} | ... | ... |