diff --git a/app/build.gradle b/app/build.gradle index 20e8765..e564a34 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.nareshkumarrao.eiweblog" minSdkVersion 16 targetSdkVersion 30 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "0.9.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }