Skip to content

Commit

Permalink
Version 63
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed May 17, 2015
1 parent 61df652 commit 10f07bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gpslogger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 19
versionCode 62
versionName "62"
versionCode 63
versionName "63"
}

//Adding API keys to BuildConfig
Expand Down Expand Up @@ -113,7 +113,6 @@ dependencies {

compile 'com.android.support:support-v4:22.1.1'
compile 'com.google.android.gms:play-services:7.0.0'
compile fileTree(dir:'./src/main/libs', include: '*.jar')

compile('commons-net:commons-net:2.0')

Expand Down Expand Up @@ -171,7 +170,6 @@ dependencies {
compile 'com.mendhak.gpsloggersupport:additionnal:0.0.1'
compile 'com.mendhak.gpsloggersupport:mail:0.0.1'
compile 'com.mendhak.gpsloggersupport:dropbox-android-sdk:1.6.3'

}

tasks.whenTaskAdded { task ->
Expand Down

0 comments on commit 10f07bb

Please sign in to comment.