diff --git a/app/build.gradle b/app/build.gradle index 63208f8..dc18464 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.rom1v.sndcpy" minSdkVersion 29 targetSdkVersion 31 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }