From 43e1c6e7534e00f95279ea9d885816a351251662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=B5=E5=BC=98?= Date: Tue, 11 Sep 2018 15:47:50 +0800 Subject: [PATCH] Release 1.0.7 --- app/build.gradle | 8 ++++---- drawabletoolbox/build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 27a02a2..5483a74 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/drawabletoolbox/build.gradle b/drawabletoolbox/build.gradle index 70e38a1..8c7ac0c 100644 --- a/drawabletoolbox/build.gradle +++ b/drawabletoolbox/build.gradle @@ -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'