Skip to content

Commit

Permalink
Bumped version to 1.3. Updated Spectrum version
Browse files Browse the repository at this point in the history
  • Loading branch information
francoiscampbell committed Apr 25, 2016
1 parent 8f7383c commit 5b0d4e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "io.github.francoiscampbell.xposeddatausage"
minSdkVersion 16
targetSdkVersion 23
versionCode 11
versionName "1.21"
versionCode 12
versionName "1.3"
}
buildTypes {
release {
Expand Down Expand Up @@ -44,7 +44,7 @@ dependencies {
kapt 'com.google.dagger:dagger-compiler:2.0.2'
provided 'org.glassfish:javax.annotation:10.0-b28'

compile 'com.thebluealliance:spectrum:0.2.0'
compile 'com.thebluealliance:spectrum:0.3.0'

//test
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 5b0d4e2

Please sign in to comment.