Skip to content

Commit

Permalink
Release 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
duanhong169 committed Sep 11, 2018
1 parent d03604b commit 43e1c6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.android.support:appcompat-v7:28.0.0-rc01'
implementation 'com.android.support:recyclerview-v7:28.0.0-rc01'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.android.support:appcompat-v7:28.0.0-rc02'
implementation 'com.android.support:recyclerview-v7:28.0.0-rc02'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'me.weishu:free_reflection:1.2.0'
implementation 'com.github.duanhong169:text-button:1.0.5'
implementation 'com.github.duanhong169:checkerboarddrawable:1.0.2'
// implementation 'com.github.duanhong169:drawabletoolbox:1.0.6'
// implementation 'com.github.duanhong169:drawabletoolbox:1.0.7'
implementation project(':drawabletoolbox')
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
Expand Down
2 changes: 1 addition & 1 deletion drawabletoolbox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {

libraryName = 'DrawableToolbox'
libraryDescription = 'The missing DrawableToolbox for Android'
libraryVersion = '1.0.6'
libraryVersion = '1.0.7'

gitUrl = 'https://github.com/duanhong169/DrawableToolbox.git'
siteUrl = 'https://github.com/duanhong169/DrawableToolbox'
Expand Down

0 comments on commit 43e1c6e

Please sign in to comment.