diff --git a/app/build.gradle b/app/build.gradle index f114a34f..183c9d5f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId "com.vishal2376.gitcoach" minSdk 24 targetSdk 34 - versionCode 9 - versionName "3.5" + versionCode 10 + versionName "4.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }