Update dialer to tap green cl 150332012.
Test: Treehugger
Change-Id: If2baab1d3fc2dee602a4f784bba532182e7174f5
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2e42d50..df9be67 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="90000"
- android:versionName="9.0">
+ android:versionCode="100000"
+ android:versionName="10.0">
<uses-sdk
android:minSdkVersion="23"
@@ -111,6 +111,8 @@
android:name="com.android.dialer.binary.aosp.AospDialerApplication"
android:supportsRtl="true"
android:usesCleartextTraffic="false">
+
+
</application>
</manifest>