Merge master

This commit is contained in:
Philipp Jahoda 2016-06-07 23:46:09 +02:00
commit 45f9a189b7
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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'
}