Merge master
This commit is contained in:
commit
45f9a189b7
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
apply plugin: 'com.android.library'
|
||||
apply plugin: 'maven'
|
||||
apply plugin: 'com.github.dcendents.android-maven'
|
||||
//apply plugin: 'realm-android'
|
||||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
|
|
|
@ -7,6 +7,7 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
//classpath "io.realm:realm-gradle-plugin:1.0.0"
|
||||
classpath 'com.android.tools.build:gradle:2.1.2'
|
||||
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue