diff --git a/BazaarPay/build.gradle b/BazaarPay/build.gradle index 74f271f1..d1961978 100644 --- a/BazaarPay/build.gradle +++ b/BazaarPay/build.gradle @@ -9,8 +9,8 @@ plugins { apply from: "$rootDir/configs/versions.gradle" -final VERSION_NAME = "1.2.0" -final VERSION_CODE = 10 +final VERSION_NAME = "2.0.0" +final VERSION_CODE = 11 android { compileSdk build.compileSdk