Update core library and tag new version 0.1-016 (#53)

* Bump yggdrasil-go submodule to 0.5.4
* Version 0.1-016
This commit is contained in:
Vasyl Gello 2023-11-29 20:49:24 +00:00 committed by GitHub
parent f164e05e5c
commit d1ebc977fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "eu.neilalexander.yggdrasil"
minSdkVersion 21
targetSdkVersion 33
versionCode 15
versionName "0.1-015"
versionCode 16
versionName "0.1-016"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}