Updated version number.

This commit is contained in:
2014-05-21 16:19:38 -04:30
parent 963b774c0a
commit 8620cecd47
2 changed files with 3 additions and 4 deletions

View File

@@ -14,11 +14,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<!-- android:screenOrientation="portrait" -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ve.ucv.ciens.ccg.nxtar"
android:versionCode="140404"
android:versionName="14.04.04" >
android:versionCode="140515"
android:versionName="14.05.15" >
<uses-sdk android:minSdkVersion="12" android:targetSdkVersion="19" />

View File

@@ -231,10 +231,10 @@ public class MainActivity extends AndroidApplication implements AndroidFunctiona
// Configure LibGDX.
AndroidApplicationConfiguration cfg = new AndroidApplicationConfiguration();
cfg.useGL20 = true;
cfg.useAccelerometer = false;
cfg.useCompass = false;
cfg.useWakelock = true;
cfg.useGL20 = true;
// Launch the LibGDX core game class.
initialize(new NxtARCore(this), cfg);