Commit 461a4238 authored by fallenstardust's avatar fallenstardust

gradle3.2.0

parent 282c63e0
......@@ -1352,7 +1352,7 @@ void Game::LoadConfig() {
gameConf._init = TRUE;
gameConf.antialias = 1;
gameConf.serverport = 7911;
gameConf.textfontsize = 17;
gameConf.textfontsize = 16;
gameConf.nickname[0] = 0;
gameConf.gamename[0] = 0;
BufferIO::DecodeUTF8(android::getLastDeck(appMain).c_str(), wstr);
......
......@@ -7,7 +7,7 @@ buildscript {
google()
}
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'
}
}
......
......@@ -22,7 +22,7 @@ android {
jniLibs.srcDirs 'libs'
}
}
buildToolsVersion '27.0.3'
buildToolsVersion '28.0.2'
}
dependencies {
......
......@@ -69,7 +69,7 @@ android {
aaptOptions {
noCompress 'dll',"config"
}
buildToolsVersion '27.0.3'
buildToolsVersion '28.0.2'
}
repositories {
......
......@@ -43,7 +43,7 @@ public class ServiceDuelAssistant extends Service {
String[] passwordPrefix = {
"M,", "m,",
"T,", "t,",
"PR,","pr,",
"PR,", "pr,",
"AI,", "ai,",
"LF2,", "lf2,",
"M#", "m#",
......@@ -52,7 +52,7 @@ public class ServiceDuelAssistant extends Service {
"S#", "s#",
"AI#", "ai#",
"LF2#", "lf2#",
"R#","r#"
"R#", "r#"
};
//private List<Card> lc;
......@@ -85,11 +85,11 @@ public class ServiceDuelAssistant extends Service {
@Override
public void onPrimaryClipChanged() {
ClipData clipData = cm.getPrimaryClip();
CharSequence cs = clipData.getItemAt(0).getText();
CharSequence cs = clipData.getItemAt(0).getText();
final String ss;
if(cs != null){
if (cs != null) {
ss = cs.toString();
}else{
} else {
ss = "";
}
/*final int ssi=ss.indexOf("卡查");
......
......@@ -19,16 +19,16 @@
<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>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>Keeping Developing isn't EZ,Welcome to Click "Donation" and Leave your Donation</item>
<item>there's no so-called "MR4",that's "New Master Rule"</item>
<item>Delete the Replay which shows "error occurs",we will fix one day</item>
<item>Keeping Developing isnot EZ,Welcome to Click and Leave your Donation</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>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>Long-pressing the card you wanna delete in vertical deck editor</item>
<item>Long-pressing the password record, it'll be deleted</item>
<item>If change avatars(cover or bg) failed, try to find artworks in “gallery” or "file manager"</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>
</string-array>
</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