Merge branch 'release8' into 'master'

Release 8

See merge request pixeldroid/PixelDroid!420
This commit is contained in:
Matthieu 2022-02-17 12:10:06 +00:00
commit ec2dc5f02d
2 changed files with 6 additions and 2 deletions

View File

@ -28,8 +28,8 @@ android {
applicationId "org.pixeldroid.app" applicationId "org.pixeldroid.app"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 31 targetSdkVersion 31
versionCode 7 versionCode 8
versionName "1.0.beta7" versionName "1.0.beta8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true' testInstrumentationRunnerArguments clearPackageData: 'true'

View File

@ -0,0 +1,4 @@
* Add support for video playback and upload
* Notification improvements
* Translation updates
* Update dependencies