diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 178a719bd6b47d5a606d010803d7fe124bc970c4..d6b6fc00cdf2cde3816edfd455f04ee1b4fc3d6e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,4 +39,3 @@ build:
   artifacts:
     paths:
     - app/build/outputs/
-    - build/logs/
diff --git a/app/build.gradle b/app/build.gradle
index bcd0fdb4fc31605a9f1ad7c900f4d7cf6807c818..2478d0f48afea09109111c5bb21999ec81ef0706 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -7,8 +7,8 @@ android {
         applicationId "org.xphnx.ameixa"
         minSdkVersion 16
         targetSdkVersion 28
-        versionCode 60
-        versionName "4.0.2"
+        versionCode 57
+        versionName "3.1.7"
     }
 
     compileOptions {
diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
index b08e7bfc000e40c51edfd56b8af1e66e10b91025..79cd440e669504a10b30d37dc49c1eca8ddae7b2 100644
--- a/app/proguard-rules.pro
+++ b/app/proguard-rules.pro
@@ -1,11 +1,11 @@
 # Add project specific ProGuard rules here.
 # By default, the flags in this file are appended to flags specified
-# in /home/riccardo/.androidsdk/Sdk/tools/proguard/proguard-android.txt
+# in C:/Users/$USER/AppData/Local/Android/Sdk/tools/proguard/proguard-android.txt
 # You can edit the include path and order by changing the proguardFiles
 # directive in build.gradle.
 #
 # For more details, see
-#   http://developer.android.com/guide/developing/tools/proguard.html
+#   https://developer.android.com/studio/build/shrink-code.html
 
 # Add any project specific keep options here:
 
diff --git a/fastlane/metadata/android/en-US/changelogs/60.txt b/fastlane/metadata/android/en-US/changelogs/57.txt
similarity index 100%
rename from fastlane/metadata/android/en-US/changelogs/60.txt
rename to fastlane/metadata/android/en-US/changelogs/57.txt
diff --git a/fastlane/metadata/android/es-ES/changelogs/60.txt b/fastlane/metadata/android/es-ES/changelogs/57.txt
similarity index 100%
rename from fastlane/metadata/android/es-ES/changelogs/60.txt
rename to fastlane/metadata/android/es-ES/changelogs/57.txt
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
index 54c24d998eed8dd712a4a11fb0818a8acdf8d98a..0d4a9516871afd710a9d84d89e31ba77745607bd 100644
Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ