6 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,5 @@ scidOnTheGo/src/main/jniLibs
18
18
scidOnTheGo /src /main /libs
19
19
scidOnTheGo /src /main /obj
20
20
scidOnTheGo /release
21
- /screenshots /*
21
+ /screenshots /*
22
+ /.idea /markdown * .xml
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
google()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.5.0 '
8
+ classpath ' com.android.tools.build:gradle:3.6.1 '
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 1
- # Thu Aug 22 19:43:03 CEST 2019
1
+ # Sat Mar 14 23:33:55 CET 2020
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.4.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.zip
Original file line number Diff line number Diff line change 3
3
xmlns : tools =" http://schemas.android.com/tools"
4
4
android : installLocation =" auto"
5
5
package =" org.scid.android"
6
- android : versionCode =" 54 "
7
- android : versionName =" 1.54 " >
6
+ android : versionCode =" 55 "
7
+ android : versionName =" 1.55 " >
8
8
9
9
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
10
10
<uses-permission android : name =" android.permission.INTERNET" />
Original file line number Diff line number Diff line change 38
38
* Class to manage UCI chess engines.
39
39
*/
40
40
public class EngineManager {
41
- private static final String INTERNAL_ENGINE_NAME = "Stockfish 10 " ;
41
+ private static final String INTERNAL_ENGINE_NAME = "Stockfish" ;
42
42
private static final String INTERNAL_ENGINE_FILE_NAME = "libstockfish.so" ;
43
43
private static final String ENGINE_DATA_FILE = "chessengines.xml" ;
44
44
private static EngineConfig defaultEngine ;
0 commit comments