Skip to content

Commit

Permalink
Updated to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleasefool committed Aug 9, 2015
1 parent c547381 commit 10fcb3c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions BC-Free/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
def versionMajor = 1
def versionMinor = 2
def versionPatch = 1
def versionMajor = 2
def versionMinor = 0
def versionPatch = 0
def versionBuild = 0

android {
Expand All @@ -12,7 +12,6 @@ android {
applicationId "ca.josephroque.bowlingcompanion"
minSdkVersion 15
targetSdkVersion 22
//Current release - vc: 12, vn: 1.2.1
versionCode versionMajor * 10000 + versionMinor * 1000 + versionPatch * 100 + versionBuild
versionName "${versionMajor}.${versionMinor}.${versionPatch}"
}
Expand All @@ -31,8 +30,6 @@ dependencies {
compile 'com.android.support:design:22.2.0'
compile 'com.android.support:recyclerview-v7:22.2.0'
compile 'com.android.support:support-v4:22.2.1'

compile 'com.google.android.gms:play-services-ads:7.5.0'

compile 'com.github.PhilJay:MPAndroidChart:v2.1.2'
}

0 comments on commit 10fcb3c

Please sign in to comment.