Skip to content

Commit

Permalink
remove unneeded library and update app Id and vesion
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianq committed Apr 24, 2016
1 parent 52690b4 commit 2630ce9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ android {
compileSdkVersion 21
buildToolsVersion "22.0.1"
defaultConfig {
applicationId 'org.eyeseetea.pictureapp'
applicationId 'org.eyeseetea.surveillance_kh'
minSdkVersion 15
targetSdkVersion 21
versionCode 7
versionName "4.0"
versionCode 1
versionName "1.0"
multiDexEnabled true

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -68,7 +68,6 @@ dependencies {
compile 'com.android.support:support-annotations:21.1.0'

// App dependencies
compile 'com.github.satyan:sugar:1.3'
compile 'com.opencsv:opencsv:3.3'
compile 'com.google.android.gms:play-services:8.1.0'
compile 'com.google.guava:guava:18.0'
Expand Down

0 comments on commit 2630ce9

Please sign in to comment.