mirror of
				https://gitcode.com/gh_mirrors/re/react-native-pushy.git
				synced 2025-10-31 21:33:12 +08:00 
			
		
		
		
	update example
This commit is contained in:
		| @@ -141,7 +141,7 @@ android { | ||||
|         minSdkVersion rootProject.ext.minSdkVersion | ||||
|         targetSdkVersion rootProject.ext.targetSdkVersion | ||||
|         versionCode 1 | ||||
|         versionName "1.0" | ||||
|         versionName "2.0" | ||||
|         testBuildType System.getProperty('testBuildType', 'debug') | ||||
|         testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' | ||||
|         buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() | ||||
|   | ||||
| @@ -21,8 +21,14 @@ | ||||
|         android:windowSoftInputMode="adjustResize" | ||||
|         android:exported="true"> | ||||
|         <intent-filter> | ||||
|             <action android:name="android.intent.action.MAIN" /> | ||||
|             <category android:name="android.intent.category.LAUNCHER" /> | ||||
|           <action android:name="android.intent.action.MAIN" /> | ||||
|           <category android:name="android.intent.category.LAUNCHER" /> | ||||
|         </intent-filter> | ||||
|         <intent-filter> | ||||
|           <action android:name="android.intent.action.VIEW" /> | ||||
|           <category android:name="android.intent.category.DEFAULT" /> | ||||
|           <category android:name="android.intent.category.BROWSABLE" /> | ||||
|           <data android:scheme="testhotupdate" /> | ||||
|         </intent-filter> | ||||
|       </activity> | ||||
|     </application> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sunnylqm
					sunnylqm