Skip to content

Commit

Permalink
Remove assets
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner committed Sep 23, 2017
1 parent 629d214 commit 8623e5a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

9 changes: 0 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,6 @@ dependencies {
annotationProcessor "com.jakewharton:butterknife-compiler:${version_lib.butterknife}"
}

preBuild.doFirst {
// gradle -Pmyargs=requirepopulatedassets
if (project.hasProperty('requirepopulatedassets')) {
if (!file("../assets/fonts").exists() || !file("../assets/memes").exists()) {
throw new GradleException('Error: assets directory not populated. Did you forget to init/update git submodules?')
}
}
}

final String RAW_DIR = "app/src/main/res/raw"
final String[] ROOT_TO_RAW_COPYFILES = ["README.md", "LICENSE.txt", "CHANGELOG.md", "CONTRIBUTORS.md"]

Expand Down
1 change: 0 additions & 1 deletion assets
Submodule assets deleted from 3f2412

0 comments on commit 8623e5a

Please sign in to comment.