[Android] Remove R.java and BuildConfig.java from the appcompat lib. These are generated files, so there's no need to keep them in the repo. They will be regenerated upon builds.

This commit is contained in:
Lioncash 2013-10-15 11:31:36 -04:00
parent e622fc9f4d
commit d3c96cfaed
2 changed files with 0 additions and 2818 deletions

View File

@ -1,6 +0,0 @@
/** Automatically generated file. DO NOT MODIFY */
package android.support.v7.appcompat;
public final class BuildConfig {
public final static boolean DEBUG = true;
}