Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7f4438

Browse files
committed
Attempt to fix git hub bug
1 parent 0d2f464 commit d7f4438

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ buildscript {
99
classpath 'com.android.tools.build:gradle:2.0.0'
1010
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
1111
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
12+
1213
// NOTE: Do not place your application dependencies here; they belong
1314
// in the individual module build.gradle files
1415
}

magic/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ install {
5858
}
5959
}
6060

61+
6162
task sourcesJar(type: Jar) {
6263
from android.sourceSets.main.java.srcDirs
6364
classifier = 'sources'

0 commit comments

Comments
 (0)