diff --git a/app/build.gradle b/app/build.gradle
index b35a7be656bae103fa56b6729fefdd71bcfc8d53..50c7be86eb6649a092c24f98cf18359068dbca3a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -10,8 +10,8 @@ android {
         applicationId "org.videolan.vlcbenchmark"
         minSdkVersion 21
         targetSdkVersion 28
-        versionCode 6
-        versionName "0.1.6"
+        versionCode 7
+        versionName "0.1.7"
         buildConfigField("String", "VLC_VERSION", "\"3.1.0\"")
         vectorDrawables.useSupportLibrary = true
         resValue "string", "build_time", buildTime()