Skip to content

Commit

Permalink
add jitpack plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyuwei.jeason committed Jun 10, 2022
1 parent a6133f0 commit 22b6b87
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ UETool [![GitHub release](https://img.shields.io/github/release/eleme/UETool.svg

## INTRODUCTION

[中文版1](https://github.com/eleme/UETool/blob/master/README_zh.md)
[中文版](https://github.com/eleme/UETool/blob/master/README_zh.md)

UETool is a debug tool for anyone who needs show/edit one or more views' attributions. It works on Activity/Fragment/Dialog/PopupWindow or any other view.

Expand Down
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ buildscript {
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
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" }
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}

allprojects {
Expand Down
1 change: 1 addition & 0 deletions uetool-base/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion versions.compileSdk
Expand Down
1 change: 1 addition & 0 deletions uetool-fresco/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion versions.compileSdk
Expand Down
1 change: 1 addition & 0 deletions uetool-no-op/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion versions.compileSdk
Expand Down
1 change: 1 addition & 0 deletions uetool/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion versions.compileSdk
Expand Down

0 comments on commit 22b6b87

Please sign in to comment.