1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-13 09:46:17 +00:00

#63: Android: Null check for description in edit activity

This commit is contained in:
jendib
2016-02-06 18:04:33 +01:00
parent a0f309c957
commit e23ca4b8c1
4 changed files with 10 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-alpha7'
classpath 'com.android.tools.build:gradle:2.0.0-beta2'
}
}
apply plugin: 'com.android.application'