diff --git a/app/build.gradle b/app/build.gradle index dcc22649d..48ea12fb5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,11 +12,11 @@ android { applicationId "com.biglybt.android.client" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionName "1.3.1.7" + versionName "1.3.2.0" // Mjr, Mnr, Patch, BuildNo // Even patch #: Release // Odd patch #: WIP - versionCode 1030107 + versionCode 1030200 multiDexEnabled true vectorDrawables.useSupportLibrary = true }