Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyuwei.jeason committed Nov 10, 2021
1 parent fac39d1 commit 284e5c3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 41 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ buildscript {
'release' : '1.3.0',]
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.novoda:bintray-release:0.9'
classpath 'me.ele:lancet-plugin:1.0.6'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -28,6 +28,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}
Expand Down
10 changes: 0 additions & 10 deletions uetool-base/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'

android {
compileSdkVersion versions.compileSdk
Expand All @@ -17,13 +16,4 @@ android {
lintOptions {
abortOnError false
}
}

publish {
userOrg = 'jackcho'
groupId = 'me.ele'
artifactId = 'uetool-base'
publishVersion = versions.release
desc = 'show/edit any view\'s attributions on the screen.'
website = 'www.ele.me'
}
10 changes: 0 additions & 10 deletions uetool-fresco/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'

android {
compileSdkVersion versions.compileSdk
Expand All @@ -17,13 +16,4 @@ dependencies {
compileOnly project(':uetool-base')
// implementation "me.ele:uetool-base:${versions.release}"
compileOnly "com.facebook.fresco:fresco:${versions.fresco}"
}

publish {
userOrg = 'jackcho'
groupId = 'me.ele'
artifactId = 'uetool-fresco'
publishVersion = versions.release
desc = 'show/edit any view\'s attributions on the screen.'
website = 'www.ele.me'
}
10 changes: 0 additions & 10 deletions uetool-no-op/build.gradle
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'

android {
compileSdkVersion versions.compileSdk

defaultConfig {
minSdkVersion versions.minSdk
}
}

publish {
userOrg = 'jackcho'
groupId = 'me.ele'
artifactId = 'uetool-no-op'
publishVersion = versions.release
desc = 'show/edit any view\'s attributions on the screen.'
website = 'www.ele.me'
}
10 changes: 0 additions & 10 deletions uetool/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'

android {
compileSdkVersion versions.compileSdk
Expand All @@ -18,13 +17,4 @@ dependencies {
// api "me.ele:uetool-base:${versions.release}"
implementation 'com.jakewharton.scalpel:scalpel:1.1.2'
implementation 'com.github.bmelnychuk:atv:1.2.9'
}

publish {
userOrg = 'jackcho'
groupId = 'me.ele'
artifactId = 'uetool'
publishVersion = versions.release
desc = 'show/edit any view\'s attributions on the screen.'
website = 'www.ele.me'
}

0 comments on commit 284e5c3

Please sign in to comment.