added ability to import meetings from text

bump version to 0.4.9
This commit is contained in:
2021-04-02 19:30:16 +02:00
parent 680ba1c331
commit 3809293afd
4 changed files with 153 additions and 40 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ android {
applicationId "de.joel.zoomhelper"
minSdkVersion 21
targetSdkVersion 30
versionCode 12
versionName '0.4.8'
versionCode 13
versionName '0.4.9'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}