hockeyapp integration
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user