
模版
javalive09
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android Studio 中 proguard-rules.pro 的模版
# To enable ProGuard in your project, edit project.properties# to define the proguard.config property as described in that file.## Add project specific ProGuard rules here.# By default, the flags转载 2016-02-22 10:52:54 · 4690 阅读 · 2 评论 -
Android Studio 中 .gitignore的模版
#built application files*.apk*.ap_# files for the dex VM*.dex# Java class files*.class# generated filesbin/gen/out/build/# Local configuration file (sdk path, etc)local.properties#转载 2016-02-17 16:29:12 · 1240 阅读 · 0 评论