~glmark2-dev/glmark2/jellyfish

« back to all changes in this revision

Viewing changes to android/AndroidManifest.xml

  • Committer: Alexandros Frantzis
  • Date: 2012-06-21 12:57:43 UTC
  • Revision ID: alexandros.frantzis@linaro.org-20120621125743-m5tlo68gepokn5ho
Tags: 2012.06
Build,Doc: Update files for 2012.06 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
3
      android:versionCode="1"
4
 
      android:versionName="2012.05" package="org.linaro.glmark2">
 
4
      android:versionName="2012.06" package="org.linaro.glmark2">
5
5
    <application android:label="@string/app_name">
6
6
        <activity android:label="@string/app_name"
7
7
                  android:theme="@android:style/Theme.NoTitleBar.Fullscreen"