Skip to content

Commit

Permalink
Fix for crash when opening color picker on some devices
Browse files Browse the repository at this point in the history
  • Loading branch information
francoiscampbell committed Apr 27, 2016
1 parent 2ce0be1 commit e0963eb
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 13
versionName "1.31"
versionCode 14
versionName "1.32"
}
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.3.0'
compile 'com.thebluealliance:spectrum:0.4.1'

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

0 comments on commit e0963eb

Please sign in to comment.