Fixed the writer thread. (#42)

* Fixed the writer thread.
* Version increment.
* Added todo and info.
This commit is contained in:
Revertron 2022-12-29 19:59:19 +01:00 committed by GitHub
parent 05de180066
commit ce50b01781
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View file

@ -11,8 +11,8 @@ android {
applicationId "eu.neilalexander.yggdrasil"
minSdkVersion 21
targetSdkVersion 29
versionCode 12
versionName "0.1-012"
versionCode 13
versionName "0.1-013"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}