Skip to content

Commit

Permalink
Updated new
Browse files Browse the repository at this point in the history
  • Loading branch information
KapilYadav-dev committed Nov 14, 2020
1 parent 96dbd64 commit 427a550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 3 additions & 4 deletions Censory/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'com.android.library'
}

apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.KapilYadav-dev'
android {
compileSdkVersion 30
buildToolsVersion "30.0.2"
Expand Down
4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.android.application'

group='com.github.KapilYadav-dev'

android {
compileSdkVersion 30
Expand Down

0 comments on commit 427a550

Please sign in to comment.