Made the project compatible with Android Studios new "instant run" feature. Also using the native renderscript libraries instead of the support version now.

This commit is contained in:
Karim Abou Zeid 2015-11-23 22:52:59 +01:00
commit 418713df8a
4 changed files with 27 additions and 25 deletions

View file

@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.android.tools.build:gradle:2.0.0-alpha1'
classpath 'com.github.triplet.gradle:play-publisher:1.1.3'
}
}