Correctly showing the debug label on the launcher. Updated gradle plugin.

This commit is contained in:
Karim Abou Zeid 2016-01-30 16:15:39 +01:00
commit a1896bc86d
3 changed files with 4 additions and 5 deletions

View file

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