110.8 - Beta (110108)
This commit is contained in:
parent
242ed9e2b7
commit
d16f091945
5 changed files with 16 additions and 8 deletions
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId 'com.discord'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 30
|
||||
versionCode 110107
|
||||
versionName "110.7 - Beta"
|
||||
versionCode 110108
|
||||
versionName "110.8 - Beta"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="110107" android:versionName="110.7 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="110108" android:versionName="110.8 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
|
||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
|
||||
<uses-feature android:name="android.hardware.camera" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
|
||||
|
|
|
@ -9,6 +9,15 @@ import java.util.Objects;
|
|||
/* compiled from: ApplicationStatus.kt */
|
||||
public final class ApplicationStatusTypeAdapter extends TypeAdapter<ApplicationStatus> {
|
||||
/* Return type fixed from 'java.lang.Object' to match base method */
|
||||
/* JADX WARNING: Code restructure failed: missing block: B:11:0x0030, code lost:
|
||||
if (r2.equals("PENDING") != false) goto L_0x003b;
|
||||
*/
|
||||
/* JADX WARNING: Code restructure failed: missing block: B:13:0x0039, code lost:
|
||||
if (r2.equals("SUBMITTED") != false) goto L_0x003b;
|
||||
*/
|
||||
/* JADX WARNING: Code restructure failed: missing block: B:22:?, code lost:
|
||||
return com.discord.api.guildjoinrequest.ApplicationStatus.PENDING;
|
||||
*/
|
||||
@Override // com.google.gson.TypeAdapter
|
||||
public ApplicationStatus read(JsonReader jsonReader) {
|
||||
m.checkNotNullParameter(jsonReader, "in");
|
||||
|
@ -20,10 +29,9 @@ public final class ApplicationStatusTypeAdapter extends TypeAdapter<ApplicationS
|
|||
return ApplicationStatus.STARTED;
|
||||
}
|
||||
break;
|
||||
case -1159694117:
|
||||
break;
|
||||
case 35394935:
|
||||
if (J.equals("PENDING")) {
|
||||
return ApplicationStatus.PENDING;
|
||||
}
|
||||
break;
|
||||
case 174130302:
|
||||
if (J.equals("REJECTED")) {
|
||||
|
|
|
@ -346,7 +346,7 @@ public final class WidgetSettings extends AppFragment implements OnTabSelectedLi
|
|||
TextView textView = binding.f;
|
||||
m.checkNotNullExpressionValue(textView, "appInfoHeader");
|
||||
String string = getString(R.string.app_information);
|
||||
textView.setText(string + " - 110.7 - Beta (110107)");
|
||||
textView.setText(string + " - 110.8 - Beta (110108)");
|
||||
binding.B.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$3(this));
|
||||
binding.u.setOnClickListener(WidgetSettings$onViewBound$1$5.INSTANCE);
|
||||
binding.q.setOnClickListener(WidgetSettings$onViewBound$1$6.INSTANCE);
|
||||
|
|
|
@ -1444,7 +1444,7 @@
|
|||
<string name="color_picker_custom">Custom</string>
|
||||
<string name="color_picker_presets">Presets</string>
|
||||
<string name="color_picker_use_default">Use Default</string>
|
||||
<string name="res_2131887607_com_crashlytics_android_build_id">4a4fa205e79049e08933e56bb9838153</string>
|
||||
<string name="res_2131887607_com_crashlytics_android_build_id">72fb303d0b1b4e1aa743ccc2818f57cb</string>
|
||||
<string name="command_accessibility_desc_app_header_item">Slash command application {applicationName}</string>
|
||||
<string name="command_accessibility_desc_app_item">{applicationName} application</string>
|
||||
<string name="command_accessibility_desc_app_item_selected">{applicationName} application selected</string>
|
||||
|
|
Loading…
Reference in a new issue