hockeyapp integration

This commit is contained in:
2016-04-30 21:35:16 +02:00
parent a582a5b1bc
commit 79c42216fc
3 changed files with 29 additions and 3 deletions

View File

@@ -55,6 +55,7 @@ android {
versionCode System.getenv("BUILD_NUMBER") as Integer ?: 5
versionName "1.0.4-SNAPSHOT"
archivesBaseName = "LedD-" + versionName + "-" + versionCode
manifestPlaceholders = [HOCKEYAPP_APP_ID: "7febd1d2266a4f0c81667ca4e3d11fd3"]
}
buildTypes {
release {
@@ -77,6 +78,7 @@ dependencies {
compile 'com.google.code.gson:gson:2.6.2'
compile 'com.jakewharton:butterknife:8.0.1'
apt 'com.jakewharton:butterknife-compiler:8.0.1'
compile 'net.hockeyapp.android:HockeySDK:4.0.0'
compile 'com.koushikdutta.async:androidasync:2.1.7'
compile 'com.android.support:design:23.3.0'
compile 'com.larswerkman:HoloColorPicker:1.5@aar'