1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-25 02:37:11 -07:00

Added jitpack group to gradle build

This commit is contained in:
Alex Dibrivnyi 2017-02-05 20:55:59 +02:00
parent 6ff27e1170
commit 9c81834771
2 changed files with 4 additions and 1 deletions

2
.idea/misc.xml generated
View file

@ -37,5 +37,5 @@
<ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK" />
</project>

View file

@ -1,5 +1,8 @@
apply plugin: 'com.android.library'
apply from: "quality.gradle"
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.eggheadgames'
android {
compileSdkVersion 24