Release 1.2.2

This commit is contained in:
Gergely Hegedus 2025-09-04 14:09:37 +03:00
parent 767cd1aa67
commit b7619644c3
2 changed files with 3 additions and 2 deletions

View file

@ -20,8 +20,8 @@ android {
applicationId "org.fnives.tiktokdownloader"
minSdkVersion 23
targetSdkVersion 35
versionCode 2
versionName "1.3.1"
versionCode 3
versionName "1.3.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -71,6 +71,7 @@ android {
namespace 'org.fnives.tiktokdownloader'
lint {
abortOnError true
disable "NullSafeMutableLiveData"
}
}

Binary file not shown.