Commit d340d812 authored by fallenstardust's avatar fallenstardust

发现新版本

parent 204cd4b4
...@@ -8,7 +8,7 @@ buildscript { ...@@ -8,7 +8,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.2.0' classpath 'com.android.tools.build:gradle:3.2.1'
//classpath 'me.tatarka:gradle-retrolambda:3.2.5' //classpath 'me.tatarka:gradle-retrolambda:3.2.5'
} }
} }
......
...@@ -17,18 +17,16 @@ ...@@ -17,18 +17,16 @@
特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力. 特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力.
</pre> </pre>
<ul> <ul>
<li style="color:#ffff00">3.3.5</li> <li style="color:#ffff00">3.3.7</li>
</ul> </ul>
<pre> <pre>
更新: 更新:
1.更新ygo内核; 1.更新ygo内核;
2.汉诺预组加入[魔法筒] 2.新卡1007+YA+VJ+LEHD+T1006
3.新卡SR07+VJ; 3.版本号升级为1034.6
优化: 优化:
1.系统设置中支持加速模式; 1.新版本更新提示对话框;
2.系统设置中支持开关场地背景; 2.连锁数字显示;
3.字体放大一号;
4.微调UI方便点击;
</pre> </pre>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -8,7 +8,7 @@ android { ...@@ -8,7 +8,7 @@ android {
applicationId "cn.garymb.ygomobile" applicationId "cn.garymb.ygomobile"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 26 targetSdkVersion 26
versionCode 330701009 versionCode 330701022
versionName "3.3.7" versionName "3.3.7"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
...@@ -69,7 +69,7 @@ android { ...@@ -69,7 +69,7 @@ android {
aaptOptions { aaptOptions {
noCompress 'dll', "config" noCompress 'dll', "config"
} }
buildToolsVersion '28.0.2' buildToolsVersion '28.0.3'
} }
repositories { repositories {
......
...@@ -412,7 +412,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie ...@@ -412,7 +412,7 @@ public abstract class HomeActivity extends BaseActivity implements NavigationVie
final String versionName,updateMessage; final String versionName,updateMessage;
versionName = appBean.getVersionName(); versionName = appBean.getVersionName();
updateMessage = appBean.getReleaseNote(); updateMessage = appBean.getReleaseNote();
builder.setTitle(R.string.Update_Found); builder.setTitle(context.getResources().getString(R.string.Update_Found) + versionName);
builder.setMessage(updateMessage); builder.setMessage(updateMessage);
builder.setRightButtonText(R.string.Download); builder.setRightButtonText(R.string.Download);
builder.setRightButtonListener((dlg, i) -> { builder.setRightButtonListener((dlg, i) -> {
......
...@@ -223,6 +223,6 @@ ...@@ -223,6 +223,6 @@
<string name="Already_Lastest">이미 최신 버전입니다.</string> <string name="Already_Lastest">이미 최신 버전입니다.</string>
<string name="about_immersive_mode">16:9 화면 비율이 아닌 휴대전화 또는 터치 포인트가 어긋나는 경우 설정하십시오.</string> <string name="about_immersive_mode">16:9 화면 비율이 아닌 휴대전화 또는 터치 포인트가 어긋나는 경우 설정하십시오.</string>
<string name="Download">다운로드</string> <string name="Download">다운로드</string>
<string name="Downloading">下载中,请稍候</string> <string name="Downloading">다운로드 중 기다려주십시오</string>
<string name="Update_Found">새로운 버전</string> <string name="Update_Found">새로운 버전</string>
</resources> </resources>
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