diff --git a/app/build.gradle b/app/build.gradle index 0fe54b1..ea70d69 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.nathaniel.motus.umlclasseditor" minSdkVersion 19 targetSdkVersion 29 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -32,4 +32,4 @@ dependencies { implementation 'com.google.android.material:material:1.2.1' -} \ No newline at end of file +}