test release

This commit is contained in:
Thomas 2020-04-18 18:37:21 +02:00
parent 6722230515
commit 0f22ba8905
2 changed files with 8 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId "app.fedilab.nitterizeme"
minSdkVersion 15
targetSdkVersion 29
versionCode 13
versionName "1.8.0"
versionCode 15
versionName "1.9.0-beta-1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {

View File

@ -0,0 +1,6 @@
Changed:
- Catch all URLs to remove tracking params
Fixed:
- NewPipe not suggested
- Scroll to top each time an app was selected.