Skip to content

Commit

Permalink
prepare android library to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nfdz committed Jul 5, 2018
1 parent 9c74cf2 commit 7a43d7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath "io.realm:realm-gradle-plugin:5.3.1"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'


// NOTE: Do not place your application dependencies here; they belong
Expand Down
4 changes: 4 additions & 0 deletions findoor/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group 'com.github.nfdz'
version '1.0-SNAPSHOT'

android {
compileSdkVersion 27
Expand Down

0 comments on commit 7a43d7b

Please sign in to comment.