added badges for profile

fixed icon not showing when just added a profile
suppressed some annoying warnings
This commit is contained in:
2016-05-01 00:58:24 +02:00
parent 79c42216fc
commit ab2c219dca
2 changed files with 14 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ android {
applicationId "com.idlegandalf.ledd"
minSdkVersion 18
targetSdkVersion 23
versionCode System.getenv("BUILD_NUMBER") as Integer ?: 5
versionCode System.getenv("BUILD_NUMBER") as Integer ?: 50
versionName "1.0.4-SNAPSHOT"
archivesBaseName = "LedD-" + versionName + "-" + versionCode
manifestPlaceholders = [HOCKEYAPP_APP_ID: "7febd1d2266a4f0c81667ca4e3d11fd3"]