diff --git a/app/build.gradle b/app/build.gradle index 434e4c7..54eaa61 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,8 +42,8 @@ android { applicationId "com.pluscubed.velociraptor" minSdkVersion 16 targetSdkVersion 27 - versionCode 41 - versionName "1.6.4" + versionCode 42 + versionName "1.6.5" vectorDrawables.useSupportLibrary = true manifestPlaceholders = [appName: "@string/app_name"] multiDexEnabled true