diff --git a/app/build.gradle b/app/build.gradle index 370aef1..5df7b2c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,9 +5,9 @@ android { defaultConfig { applicationId "com.ggnome.viewer" minSdkVersion 21 - targetSdkVersion 26 - versionCode 110 - versionName "1.1.0" + targetSdkVersion 29 + versionCode 111 + versionName "1.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {