File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2+ apply plugin : ' maven'
3+
4+ group = ' com.github.BrotherV'
25
36android {
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
2427dependencies {
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 })
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ buildscript {
1515allprojects {
1616 repositories {
1717 jcenter()
18+ maven { url " https://jitpack.io" }
1819 }
1920}
2021
You can’t perform that action at this time.
0 commit comments