Skip to content

Commit 6fe1dd8

Browse files
committed
Bugs fixed
1 parent 5103f0f commit 6fe1dd8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ArcMenuLibrary/build.gradle

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'maven'
3+
4+
group = 'com.github.BrotherV'
25

36
android {
47
compileSdkVersion rootProject.ext.compileSdkVersion
@@ -7,8 +10,8 @@ android {
710
defaultConfig {
811
minSdkVersion rootProject.ext.minSdkVersion
912
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 3
11-
versionName "1.0.4"
13+
versionCode 4
14+
versionName "1.0.6"
1215

1316
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1417

@@ -22,7 +25,7 @@ android {
2225
}
2326

2427
dependencies {
25-
compile fileTree(include: ['*.jar'], dir: 'libs')
28+
compile fileTree(include: ['*.jar'], dir: 'libs')
2629
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
2730
exclude group: 'com.android.support', module: 'support-annotations'
2831
})

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ buildscript {
1515
allprojects {
1616
repositories {
1717
jcenter()
18+
maven { url "https://jitpack.io" }
1819
}
1920
}
2021

0 commit comments

Comments
 (0)