Prepare 1.9.2

This commit is contained in:
Thomas 2020-05-06 18:32:58 +02:00
parent b21373d580
commit 4f2f64b239
2 changed files with 10 additions and 2 deletions

View File

@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 29
versionCode 17
versionName "1.9.1"
versionCode 18
versionName "1.9.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
lintOptions {

View File

@ -0,0 +1,8 @@
Added
- Allow to catch Google redirects
Changed
- App picker double tap to open
Fixed
- Some minor issues