File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 1.3.1 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 13 " >
2+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 1.4.0 " package =" com.ComputerElite.questappversionswitcher" android : installLocation =" preferExternal" android : versionCode =" 14 " >
33 <uses-sdk android : minSdkVersion =" 28" android : targetSdkVersion =" 29" />
44 <uses-permission android : name =" oculus.permission.handtracking" />
55 <uses-permission android : name =" com.oculus.permission.HAND_TRACKING" />
66 <uses-feature android : name =" oculus.software.handtracking" android : required =" false" />
7- <application android : usesCleartextTraffic =" true" android : requestLegacyExternalStorage =" true" android : allowBackup =" true" android : icon =" @mipmap/ic_launcher_round" android : label =" @string/app_name" android : roundIcon = " @mipmap/ic_launcher_round " android : supportsRtl =" true" android : theme =" @style/AppTheme" >
7+ <application android : usesCleartextTraffic =" true" android : requestLegacyExternalStorage =" true" android : allowBackup =" true" android : icon =" @mipmap/ic_launcher_round" android : label =" @string/app_name" android : supportsRtl =" true" android : theme =" @style/AppTheme" >
88 <provider android : authorities =" com.ComputerElite.questappversionswitcher.provider" android : exported =" false" android : grantUriPermissions =" true" android : name =" androidx.core.content.FileProvider" >
99 <meta-data android : name =" android.support.FILE_PROVIDER_PATHS" android : resource =" @xml/provider_paths" />
1010 </provider >
Original file line number Diff line number Diff line change 2222// Minor Version
2323// Build Number
2424// Revision
25- [ assembly: AssemblyVersion ( "1.3.1 .0" ) ]
26- [ assembly: AssemblyFileVersion ( "1.3.1 .0" ) ]
25+ [ assembly: AssemblyVersion ( "1.4.0 .0" ) ]
26+ [ assembly: AssemblyFileVersion ( "1.4.0 .0" ) ]
You can’t perform that action at this time.
0 commit comments