Release 1.3.3

Bugfix: add additional way to get the actual URL if first method fails
This commit is contained in:
Gergely Hegedus 2025-09-04 14:37:19 +03:00
parent b7619644c3
commit 96947b9fec
4 changed files with 28 additions and 17 deletions

View file

@ -20,8 +20,8 @@ android {
applicationId "org.fnives.tiktokdownloader"
minSdkVersion 23
targetSdkVersion 35
versionCode 3
versionName "1.3.2"
versionCode 4
versionName "1.3.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}