Beta release 2.26.0-beta-1

This commit is contained in:
tom79 2019-11-27 18:25:42 +01:00
parent 97e91d808c
commit bb622ed4e7
2 changed files with 13 additions and 4 deletions

View File

@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 338
versionName "2.25.2"
versionCode 339
versionName "2.26.0-beta-1"
multiDexEnabled true
renderscriptTargetApi 28 as int
renderscriptSupportModeEnabled true
@ -74,9 +74,9 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.browser:browser:1.0.0'
implementation 'androidx.exifinterface:exifinterface:1.0.0'
implementation 'androidx.exifinterface:exifinterface:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "com.github.bumptech.glide:glide:$glideLibraryVersion"
annotationProcessor "com.github.bumptech.glide:compiler:$glideLibraryVersion"

View File

@ -0,0 +1,9 @@
/!\ This is a beta release
Changed
- Don't reload tabs each time and make the app faster
Fixed
- Some crashes
Contact me on my mastodon account if you encounter bugs. Thanks!