Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
added maven gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
omarihamza committed Oct 27, 2019
1 parent 944afe0 commit 50a862b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'

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
}
Expand Down
4 changes: 3 additions & 1 deletion storyview/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
apply plugin: 'com.android.library'

apply plugin: 'com.github.dcendents.android-maven'
group='com.github.omarihamza'

android {
compileSdkVersion 28

Expand Down Expand Up @@ -37,5 +40,4 @@ dependencies {
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.palette:palette:1.0.0'

}

0 comments on commit 50a862b

Please sign in to comment.