Commit 461a4238 authored by fallenstardust's avatar fallenstardust

gradle3.2.0

parent 282c63e0
...@@ -1352,7 +1352,7 @@ void Game::LoadConfig() { ...@@ -1352,7 +1352,7 @@ void Game::LoadConfig() {
gameConf._init = TRUE; gameConf._init = TRUE;
gameConf.antialias = 1; gameConf.antialias = 1;
gameConf.serverport = 7911; gameConf.serverport = 7911;
gameConf.textfontsize = 17; gameConf.textfontsize = 16;
gameConf.nickname[0] = 0; gameConf.nickname[0] = 0;
gameConf.gamename[0] = 0; gameConf.gamename[0] = 0;
BufferIO::DecodeUTF8(android::getLastDeck(appMain).c_str(), wstr); BufferIO::DecodeUTF8(android::getLastDeck(appMain).c_str(), wstr);
......
...@@ -7,7 +7,7 @@ buildscript { ...@@ -7,7 +7,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.1.4' classpath 'com.android.tools.build:gradle:3.2.0'
//classpath 'me.tatarka:gradle-retrolambda:3.2.5' //classpath 'me.tatarka:gradle-retrolambda:3.2.5'
} }
} }
......
...@@ -22,7 +22,7 @@ android { ...@@ -22,7 +22,7 @@ android {
jniLibs.srcDirs 'libs' jniLibs.srcDirs 'libs'
} }
} }
buildToolsVersion '27.0.3' buildToolsVersion '28.0.2'
} }
dependencies { dependencies {
......
...@@ -69,7 +69,7 @@ android { ...@@ -69,7 +69,7 @@ android {
aaptOptions { aaptOptions {
noCompress 'dll',"config" noCompress 'dll',"config"
} }
buildToolsVersion '27.0.3' buildToolsVersion '28.0.2'
} }
repositories { repositories {
......
...@@ -43,7 +43,7 @@ public class ServiceDuelAssistant extends Service { ...@@ -43,7 +43,7 @@ public class ServiceDuelAssistant extends Service {
String[] passwordPrefix = { String[] passwordPrefix = {
"M,", "m,", "M,", "m,",
"T,", "t,", "T,", "t,",
"PR,","pr,", "PR,", "pr,",
"AI,", "ai,", "AI,", "ai,",
"LF2,", "lf2,", "LF2,", "lf2,",
"M#", "m#", "M#", "m#",
...@@ -52,7 +52,7 @@ public class ServiceDuelAssistant extends Service { ...@@ -52,7 +52,7 @@ public class ServiceDuelAssistant extends Service {
"S#", "s#", "S#", "s#",
"AI#", "ai#", "AI#", "ai#",
"LF2#", "lf2#", "LF2#", "lf2#",
"R#","r#" "R#", "r#"
}; };
//private List<Card> lc; //private List<Card> lc;
...@@ -87,9 +87,9 @@ public class ServiceDuelAssistant extends Service { ...@@ -87,9 +87,9 @@ public class ServiceDuelAssistant extends Service {
ClipData clipData = cm.getPrimaryClip(); ClipData clipData = cm.getPrimaryClip();
CharSequence cs = clipData.getItemAt(0).getText(); CharSequence cs = clipData.getItemAt(0).getText();
final String ss; final String ss;
if(cs != null){ if (cs != null) {
ss = cs.toString(); ss = cs.toString();
}else{ } else {
ss = ""; ss = "";
} }
/*final int ssi=ss.indexOf("卡查"); /*final int ssi=ss.indexOf("卡查");
......
...@@ -19,16 +19,16 @@ ...@@ -19,16 +19,16 @@
<item>Build your own Deck will gain More Lucky Drawing</item> <item>Build your own Deck will gain More Lucky Drawing</item>
<item>Have you see the ball at bottom-right in every severlist? Try to click it</item> <item>Have you see the ball at bottom-right in every severlist? Try to click it</item>
<item>Released and Pre-released Cards are different,pls note after patch them</item> <item>Released and Pre-released Cards are different,pls note after patch them</item>
<item>Pls Confirm that's a ture BUG before Report</item> <item>Pls Confirm that is a ture BUG before Report</item>
<item>if you dont know how to use YGOMobile,Try to Click Everywhere</item> <item>if you dont know how to use YGOMobile,Try to Click Everywhere</item>
<item>Keeping Developing isn't EZ,Welcome to Click "Donation" and Leave your Donation</item> <item>Keeping Developing isnot EZ,Welcome to Click and Leave your Donation</item>
<item>there's no so-called "MR4",that's "New Master Rule"</item> <item>there is no so-called MR4, that is New Master Rule</item>
<item>Delete the Replay which shows "error occurs",we will fix one day</item> <item>Delete the Replay which shows error occurs,we will fix one day</item>
<item>you can click card image on left top to clean the black bar in words while dueling</item> <item>you can click card image on left top to clean the black bar in words while dueling</item>
<item>others' Good deck not always be good for you, try to Build your own style</item> <item>Good deck not always be good for you, try to Build your own style</item>
<item>Keep playing and learning, you will be stronger soon.even you are beginner and returner</item> <item>Keep playing and learning, you will be stronger soon.even you are beginner and returner</item>
<item>Long-pressing the card you wanna delete in vertical deck editor</item> <item>Long-pressing the card you wanna delete in vertical deck editor</item>
<item>Long-pressing the password record, it'll be deleted</item> <item>Long-pressing the password record to delete it</item>
<item>If change avatars(cover or bg) failed, try to find artworks in “gallery” or "file manager"</item> <item>If change avatars(cover or bg) failed, try to find artworks in gallery or file manager</item>
</string-array> </string-array>
</resources> </resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment