1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-09-01 18:37:56 +00:00

Merge remote-tracking branch 'TeamNewPipe/master' into dev

This commit is contained in:
Tobias Groza
2019-04-28 03:34:38 +02:00
2 changed files with 4 additions and 2 deletions

View File

@@ -8,8 +8,8 @@ android {
applicationId "org.schabi.newpipe"
minSdkVersion 19
targetSdkVersion 28
versionCode 720
versionName "0.16.0"
versionCode 730
versionName "0.16.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@@ -0,0 +1,2 @@
# Fixed
- Hot fix decrypt function error again.