Skip to content

Commit 1a5ed7a

Browse files
committed
Release 1.0.1
1 parent dd3e5e3 commit 1a5ed7a

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

app/build.gradle

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 27
55
defaultConfig {
66
applicationId "top.defaults.view"
77
minSdkVersion 14
8-
targetSdkVersion 28
8+
targetSdkVersion 27
99
versionCode 1
1010
versionName "1.0"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -20,10 +20,11 @@ android {
2020

2121
dependencies {
2222
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'
2424
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
25+
implementation 'com.github.duanhong169:checkerboarddrawable:1.0.1'
26+
implementation project(':checkerboarddrawable')
2527
testImplementation 'junit:junit:4.12'
2628
androidTestImplementation 'com.android.support.test:runner:1.0.2'
2729
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
28-
implementation project(':checkerboarddrawable')
2930
}

build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ allprojects {
1919
repositories {
2020
google()
2121
jcenter()
22+
maven {
23+
url "https://dl.bintray.com/duanhong169/Hong"
24+
}
2225
}
2326
}
2427

checkerboarddrawable/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ext {
88
artifact = 'checkerboarddrawable'
99

1010
libraryDescription = 'A custom Drawable to use as background which embody "transparent", AKA checkerboard grid.'
11-
libraryVersion = '1.0.0'
11+
libraryVersion = '1.0.1'
1212

1313
gitUrl = 'https://github.com/duanhong169/CheckerboardDrawable.git'
1414
siteUrl = 'https://github.com/duanhong169/CheckerboardDrawable'

0 commit comments

Comments
 (0)