114.0 - Alpha (114200)
This commit is contained in:
		
							parent
							
								
									43f3814ac9
								
							
						
					
					
						commit
						20a2b3b920
					
				
					 4 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -10,8 +10,8 @@ android {
 | 
			
		|||
        applicationId 'com.discord'
 | 
			
		||||
        minSdkVersion 21
 | 
			
		||||
        targetSdkVersion 30
 | 
			
		||||
        versionCode 113203
 | 
			
		||||
        versionName "113.3 - Alpha"
 | 
			
		||||
        versionCode 114200
 | 
			
		||||
        versionName "114.0 - Alpha"
 | 
			
		||||
 | 
			
		||||
        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="113203" android:versionName="113.3 - Alpha" 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="114200" android:versionName="114.0 - Alpha" 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"/>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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 + " - 113.3 - Alpha (113203)");
 | 
			
		||||
        textView.setText(string + " - 114.0 - Alpha (114200)");
 | 
			
		||||
        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);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1472,7 +1472,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_2131887552_com_crashlytics_android_build_id">ac24e8b03c2a4376b436c9bcc9ed345c</string>
 | 
			
		||||
    <string name="res_2131887552_com_crashlytics_android_build_id">6ea31ba2dc644abbba7056c13d98baf2</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…
	
	Add table
		Add a link
		
	
		Reference in a new issue