diff --git a/app/build.gradle b/app/build.gradle index fc7b77a..0978965 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "me.abolfazl.nmock" minSdk 21 targetSdk 31 - versionCode 9 - versionName "2.0.1" + versionCode 10 + versionName "2.1.0" vectorDrawables.useSupportLibrary true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }