chore: bump version to 0.18.1

This commit is contained in:
Bnyro 2023-09-18 09:52:29 +02:00
parent 70689ea448
commit 7fa12737b7

View File

@ -13,8 +13,8 @@ android {
applicationId = "com.github.libretube"
minSdk = 21
targetSdk = 33
versionCode = 41
versionName = "0.18.0"
versionCode = 42
versionName = "0.18.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resValue("string", "app_name", "LibreTube")