diff --git a/app/build.gradle b/app/build.gradle index 53e7190..186f8ba 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "de.joel.zoomhelper" minSdkVersion 21 targetSdkVersion 30 - versionCode 9 - versionName '0.4.5' + versionCode 10 + versionName '0.4.6' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }