Remove external git submodule 'appcompat', closes #22

This commit is contained in:
Emux
2016-06-18 16:44:46 +03:00
parent 7e891c452a
commit 34c0cee0ca
6 changed files with 3 additions and 12 deletions

View File

@@ -1,7 +1,3 @@
if (!(new File("$rootDir/appcompat/build.gradle").exists())) {
throw new GradleException('Missing git sub modules!\nPLEASE RUN: "git submodule init && git submodule update"')
}
buildscript {
repositories {
mavenCentral()