added option to create shortcut, bump version to 0.4.7

This commit is contained in:
2021-03-24 18:25:46 +01:00
parent 457c4abd46
commit 3fcf7bd3ed
6 changed files with 91 additions and 4 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ android {
applicationId "de.joel.zoomhelper"
minSdkVersion 21
targetSdkVersion 30
versionCode 10
versionName '0.4.6'
versionCode 11
versionName '0.4.7'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}