diff --git a/app/build.gradle b/app/build.gradle index eb55610..3cb16ea 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.fmontalvoo.converter" minSdkVersion 17 targetSdkVersion 30 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }