commit db19ef39c6f625ca12b0af329d0957c16069448a
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Thu Jul 30 11:46:43 2020 +0100

    We need to up the version to 1.3.5 - new release to AppInChina because of the previous commit

diff --git a/build.gradle b/build.gradle
index 8c61e954..8d64b26d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,8 +15,8 @@ android {
         applicationId "org.distorted.magic"
         minSdkVersion 21
         targetSdkVersion 29
-        versionCode 13
-        versionName "1.3.4"
+        versionCode 14
+        versionName "1.3.5"
     }
 
     buildTypes {
diff --git a/src/main/java/org/distorted/scores/RubikScoresDownloader.java b/src/main/java/org/distorted/scores/RubikScoresDownloader.java
index c124d90f..1fdf6d1a 100644
--- a/src/main/java/org/distorted/scores/RubikScoresDownloader.java
+++ b/src/main/java/org/distorted/scores/RubikScoresDownloader.java
@@ -373,13 +373,13 @@ public class RubikScoresDownloader implements Runnable
     String timlist = scores.getUnsubmittedTimelist();
     String country = scores.getCountry();
     long epoch = System.currentTimeMillis();
-    String salt = "cuboid";
+    String salt = "cubold";
 
     String url1="https://distorted.org/magic/cgi-bin/submit.cgi";
     String url2 = "n="+name+"&v="+veri+"&r="+numRuns+"&p="+numPlay+"&i="+deviceID+"&e="+mVersion+"d";
     url2 += "&o="+objlist+"&l="+lvllist+"&t="+timlist+"&c="+country+"&f="+epoch;
     url2 += "&oo="+RubikObjectList.getObjectList()+"&min=0&max="+MAX_LEVEL+"&lo="+MAX_PLACES;
-    url2 += "&h="+computeHash( url2, salt.getBytes() );
+    url2 += "&h="+computeHash( url2+"d", salt.getBytes() );
 
     return url1 + "?" + url2;
     }
