diff --git a/app/build.gradle b/app/build.gradle index f9cf21e..17e3861 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "xyz.ruin.droidref" minSdkVersion 23 targetSdkVersion 29 - versionCode 2 - versionName "1.0.1" + versionCode 3 + versionName "1.1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }