Skip to content

Commit

Permalink
update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamsiree committed Mar 6, 2020
1 parent 8de0fa4 commit 7272f73
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 13 deletions.
2 changes: 0 additions & 2 deletions RxArcGisKit/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.tamsiree'


android {
Expand Down
2 changes: 0 additions & 2 deletions RxCamera/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.tamsiree'

android {
compileSdkVersion 29
Expand Down
2 changes: 0 additions & 2 deletions RxFeature/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.tamsiree'

android {
compileSdkVersion 29
Expand Down
3 changes: 1 addition & 2 deletions RxKit/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'org.greenrobot.greendao'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.tamsiree'

//apply plugin: 'com.jfrog.bintray'

android {
Expand Down
2 changes: 0 additions & 2 deletions RxPay/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.tamsiree'

android {
compileSdkVersion 29
Expand Down
2 changes: 0 additions & 2 deletions RxUI/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.tamsiree'

android {
compileSdkVersion 29
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2'
classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
// classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.2'
Expand Down

0 comments on commit 7272f73

Please sign in to comment.