From 5596b4ca5ad76de498b2122f88a1bb008c2f3541 Mon Sep 17 00:00:00 2001 From: casey langen Date: Tue, 2 May 2017 10:15:58 -0700 Subject: [PATCH] Oops, these changes didn't get merged into the last commit -- added the ability to disable ssl cert validation (useful on a local network). --- src/musikdroid/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/musikdroid/app/build.gradle b/src/musikdroid/app/build.gradle index ac09edd97..db7e95004 100644 --- a/src/musikdroid/app/build.gradle +++ b/src/musikdroid/app/build.gradle @@ -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" }