Release 1.2.0

This commit is contained in:
Thomas 2020-02-17 18:04:43 +01:00
parent 9f444ad4b8
commit b7c2c6d777
2 changed files with 5 additions and 3 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId "app.fedilab.nitterizeme"
minSdkVersion 15
targetSdkVersion 29
versionCode 2
versionName "1.1.0"
versionCode 3
versionName "1.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
@ -27,7 +27,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.google.android.material:material:1.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

View File

@ -3,6 +3,8 @@ Added:
- Handle shares containing Twitter, YouTube, GMaps URLs for transforming them
- GMaps URL can be transformed in geo URI
- Clicking on unknown applications for opening links will allow to quickly set NitterizeMe as the default one
- Shortcut to configure
- Add how-to link
Fixed: