Release 1.2.2
This commit is contained in:
parent
767cd1aa67
commit
b7619644c3
2 changed files with 3 additions and 2 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue