File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 28
4
+ compileSdkVersion 27
5
5
defaultConfig {
6
6
applicationId " top.defaults.view"
7
7
minSdkVersion 14
8
- targetSdkVersion 28
8
+ targetSdkVersion 27
9
9
versionCode 1
10
10
versionName " 1.0"
11
11
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -20,10 +20,11 @@ android {
20
20
21
21
dependencies {
22
22
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
23
- implementation ' com.android.support:appcompat-v7:28.0.0-alpha3 '
23
+ implementation ' com.android.support:appcompat-v7:27.1.1 '
24
24
implementation ' com.android.support.constraint:constraint-layout:1.1.2'
25
+ implementation ' com.github.duanhong169:checkerboarddrawable:1.0.1'
26
+ implementation project(' :checkerboarddrawable' )
25
27
testImplementation ' junit:junit:4.12'
26
28
androidTestImplementation ' com.android.support.test:runner:1.0.2'
27
29
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
28
- implementation project(' :checkerboarddrawable' )
29
30
}
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ allprojects {
19
19
repositories {
20
20
google()
21
21
jcenter()
22
+ maven {
23
+ url " https://dl.bintray.com/duanhong169/Hong"
24
+ }
22
25
}
23
26
}
24
27
Original file line number Diff line number Diff line change 8
8
artifact = ' checkerboarddrawable'
9
9
10
10
libraryDescription = ' A custom Drawable to use as background which embody "transparent", AKA checkerboard grid.'
11
- libraryVersion = ' 1.0.0 '
11
+ libraryVersion = ' 1.0.1 '
12
12
13
13
gitUrl = ' https://github.com/duanhong169/CheckerboardDrawable.git'
14
14
siteUrl = ' https://github.com/duanhong169/CheckerboardDrawable'
You can’t perform that action at this time.
0 commit comments