diff --git a/app/build.gradle b/app/build.gradle index 3997670..037701c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "net.xcreen.restsms" minSdkVersion 23 targetSdkVersion 28 - versionCode 1 - versionName "1.0.0" + versionCode 2 + versionName "1.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {