summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index df9be677d..2e42d5009 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -12,12 +12,12 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
+<!-- From java/com/android/dialer/binary/aosp/AndroidManifest.xml -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
coreApp="true"
package="com.android.dialer"
- android:versionCode="100000"
- android:versionName="10.0">
+ android:versionCode="90000"
+ android:versionName="9.0">
<uses-sdk
android:minSdkVersion="23"
@@ -111,8 +111,6 @@
android:name="com.android.dialer.binary.aosp.AospDialerApplication"
android:supportsRtl="true"
android:usesCleartextTraffic="false">
-
-
</application>
</manifest>