Oops, these changes didn't get merged into the last commit -- added the

ability to disable ssl cert validation (useful on a local network).
This commit is contained in:
casey langen 2017-05-02 10:15:58 -07:00
parent c155cfcf03
commit 5596b4ca5a

View File

@ -9,8 +9,8 @@ android {
applicationId "io.casey.musikcube.remote"
minSdkVersion 16
targetSdkVersion 25
versionCode 4
versionName "0.5.0"
versionCode 5
versionName "0.5.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}