File tree Expand file tree Collapse file tree 4 files changed +69
-0
lines changed Expand file tree Collapse file tree 4 files changed +69
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <module type =" JAVA_MODULE" version =" 4" >
3
+ <component name =" FacetManager" >
4
+ <facet type =" android" name =" Android" >
5
+ <configuration />
6
+ </facet >
7
+ </component >
8
+ <component name =" NewModuleRootManager" LANGUAGE_LEVEL =" JDK_1_6" inherit-compiler-output =" true" >
9
+ <exclude-output />
10
+ <content url =" file://$MODULE_DIR$" >
11
+ <sourceFolder url =" file://$MODULE_DIR$/gen" isTestSource =" false" />
12
+ <sourceFolder url =" file://$MODULE_DIR$/src" isTestSource =" false" />
13
+ <sourceFolder url =" file://$MODULE_DIR$/res" isTestSource =" false" />
14
+ </content >
15
+ <orderEntry type =" inheritedJdk" />
16
+ <orderEntry type =" sourceFolder" forTests =" false" />
17
+ <orderEntry type =" library" exported =" " name =" android-support-v4" level =" project" />
18
+ <orderEntry type =" library" exported =" " name =" pushservice-2.2.1" level =" project" />
19
+ <orderEntry type =" library" exported =" " name =" weiboSDK2.1_130712" level =" project" />
20
+ </component >
21
+ </module >
22
+
Original file line number Diff line number Diff line change
1
+ # This file is used to override default values used by the Ant build system.
2
+ #
3
+ # This file must be checked into Version Control Systems, as it is
4
+ # integral to the build system of your project.
5
+
6
+ # This file is only used by the Ant script.
7
+
8
+ # You can use this to override default values such as
9
+ # 'source.dir' for the location of your java source folder and
10
+ # 'out.dir' for the location of your output folder.
11
+
12
+ # You can also use it define how the release builds are signed by declaring
13
+ # the following properties:
14
+ # 'key.store' for the location of your keystore and
15
+ # 'key.alias' for the name of the key to use.
16
+ # The password will be asked during the build when you use the 'release' target.
17
+
Original file line number Diff line number Diff line change
1
+ # This file is automatically generated by Android Tools.
2
+ # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3
+ #
4
+ # This file must *NOT* be checked into Version Control Systems,
5
+ # as it contains information specific to your local configuration.
6
+
7
+ # location of the SDK. This is only used by Ant
8
+ # For customization when using a Version Control System, please read the
9
+ # header note.
10
+ sdk.dir =/Users/mc374/adt-bundle-mac-x86_64/sdk
Original file line number Diff line number Diff line change
1
+ # To enable ProGuard in your project, edit project.properties
2
+ # to define the proguard.config property as described in that file.
3
+ #
4
+ # Add project specific ProGuard rules here.
5
+ # By default, the flags in this file are appended to flags specified
6
+ # in ${sdk.dir}/tools/proguard/proguard-android.txt
7
+ # You can edit the include path and order by changing the ProGuard
8
+ # include property in project.properties.
9
+ #
10
+ # For more details, see
11
+ # http://developer.android.com/guide/developing/tools/proguard.html
12
+
13
+ # Add any project specific keep options here:
14
+
15
+ # If your project uses WebView with JS, uncomment the following
16
+ # and specify the fully qualified class name to the JavaScript interface
17
+ # class:
18
+ #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
19
+ # public *;
20
+ #}
You can’t perform that action at this time.
0 commit comments