diff --git a/androbd/build.gradle b/androbd/build.gradle index 59e5c8a6..19dc966f 100644 --- a/androbd/build.gradle +++ b/androbd/build.gradle @@ -8,8 +8,8 @@ android { minSdkVersion 17 // SDK 25 to allow background service mechanism for plugins targetSdkVersion 25 - versionCode 20400 - versionName 'V2.4.0' + versionCode 20401 + versionName 'V2.4.1' testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"