Skip to content
Snippets Groups Projects
Commit 13e016ea authored by Duncan McNamara's avatar Duncan McNamara
Browse files

Bump version to 0.1.8

parent d1c50a38
No related branches found
Tags v0.1.8
No related merge requests found
NEWS 0 → 100644
Changes between 0.1.7 and 0.1.8
-----------------
* Rework of the screenshot comparison algorithm
* Add screenshot upload for testing purposes
* Crash fix
Changes between 0.1.6 and 0.1.7
-----------------
* Fix freezes on some devices
* Layout tweeks
Changes between 0.1.5 and 0.1.6
-----------------
* Block rotation during file download
* Various text changes
* Fix crash on weak devices
* Add onboarding
* Add progress dialog when uploading results
* Add TV support
......@@ -10,8 +10,8 @@ android {
applicationId "org.videolan.vlcbenchmark"
minSdkVersion 21
targetSdkVersion 28
versionCode 7
versionName "0.1.7"
versionCode 8
versionName "0.1.8"
buildConfigField("String", "VLC_VERSION", "\"3.1.0\"")
vectorDrawables.useSupportLibrary = true
resValue "string", "build_time", buildTime()
......
gradlew 100644 → 100755
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment