diff --git a/app/build.gradle b/app/build.gradle index 0fbdfad8..e4cc82b9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.vishal2376.gitcoach" minSdk 24 targetSdk 33 - versionCode 4 - versionName "3.1" + versionCode 5 + versionName "3.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }