~hokiegeek/qwingo-roller

aa050a8782a13bf1cb07fef6a3edc2dad0338946 — HokieGeek 2 years ago 5c6cf8a
fuck off, jcenter
2 files changed, 6 insertions(+), 1 deletions(-)

A .idea/vcs.xml
M build.gradle
A .idea/vcs.xml => .idea/vcs.xml +6 -0
@@ 0,0 1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="VcsDirectoryMappings">
    <mapping directory="$PROJECT_DIR$" vcs="Git" />
  </component>
</project>
\ No newline at end of file

M build.gradle => build.gradle +0 -1
@@ 18,7 18,6 @@ allprojects {
    repositories {
        google()
        mavenCentral()
        jcenter() // Warning: this repository is going to shut down soon
    }
}