diff --git a/app/build.gradle b/app/build.gradle index e1917ece..dc38093d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -34,9 +34,10 @@ android { // 0.5.4.161112 (23) // 0.5.5.161220 (24) Image Picker // 0.6.0.170309 (25) Tag support + // 0.6.0.170315 (26) Bugfix for new Tag support - versionCode = 25 - versionName = '0.6.0.170309' + versionCode = 26 + versionName = '0.6.0.170315' } compileOptions { sourceCompatibility JavaVersion.VERSION_1_7