Bump version
This commit is contained in:
parent
5a09874231
commit
9137c1c29e
@ -1,8 +1,8 @@
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'kotlin-android'
|
||||
|
||||
def verName = "7.3.1-rc06"
|
||||
def verCode = 142
|
||||
def verName = "7.3.1-rc07"
|
||||
def verCode = 144
|
||||
|
||||
def serviceAccountCredentialsFile = rootProject.file("service_account_credentials.json")
|
||||
|
||||
|
@ -846,7 +846,7 @@ public class NekoGeneralSettingsActivity extends BaseFragment {
|
||||
case 6: {
|
||||
TextDetailSettingsCell textCell = (TextDetailSettingsCell) holder.itemView;
|
||||
if (position == googleCloudTranslateKeyRow) {
|
||||
textCell.setTextAndValue(LocaleController.getString("GoogleCloudTransKey", R.string.GoogleCloudTransKey), StrUtil.isNotBlank(NekoConfig.googleCloudTranslateKey) ? NekoConfig.googleCloudTranslateKey : LocaleController.getString("CacheEmpty", R.string.CacheEmpty), false);
|
||||
textCell.setTextAndValue(LocaleController.getString("GoogleCloudTransKey", R.string.GoogleCloudTransKey), StrUtil.isNotBlank(NekoConfig.googleCloudTranslateKey) ? NekoConfig.googleCloudTranslateKey : LocaleController.getString("UsernameEmpty", R.string.UsernameEmpty), false);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user