diff --git a/app/build.gradle b/app/build.gradle index 062e355..8dadcd4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,8 +28,8 @@ android { applicationId "com.shalchian.sarrafi" minSdkVersion 19 targetSdkVersion 30 - versionCode 6 - versionName "1.0.6" + versionCode 7 + versionName "1.0.7" multiDexEnabled true android.defaultConfig.vectorDrawables.useSupportLibrary = true }