Skip to content

Commit

Permalink
测试
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinSmartBoy committed Mar 12, 2016
1 parent a90ea65 commit c2e5ac7
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
29 changes: 28 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 22 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/java/edwin/example/com/edwin/Test.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package edwin.example.com.edwin;

/**
* Created by 长旋 on 2016/3/12.
*
* 测试类
*/
public class Test {
}

0 comments on commit c2e5ac7

Please sign in to comment.