Updated version number.
This commit is contained in:
@@ -14,11 +14,10 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
-->
|
-->
|
||||||
<!-- android:screenOrientation="portrait" -->
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="ve.ucv.ciens.ccg.nxtar"
|
package="ve.ucv.ciens.ccg.nxtar"
|
||||||
android:versionCode="140404"
|
android:versionCode="140515"
|
||||||
android:versionName="14.04.04" >
|
android:versionName="14.05.15" >
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="12" android:targetSdkVersion="19" />
|
<uses-sdk android:minSdkVersion="12" android:targetSdkVersion="19" />
|
||||||
|
|
||||||
|
|||||||
@@ -231,10 +231,10 @@ public class MainActivity extends AndroidApplication implements AndroidFunctiona
|
|||||||
|
|
||||||
// Configure LibGDX.
|
// Configure LibGDX.
|
||||||
AndroidApplicationConfiguration cfg = new AndroidApplicationConfiguration();
|
AndroidApplicationConfiguration cfg = new AndroidApplicationConfiguration();
|
||||||
cfg.useGL20 = true;
|
|
||||||
cfg.useAccelerometer = false;
|
cfg.useAccelerometer = false;
|
||||||
cfg.useCompass = false;
|
cfg.useCompass = false;
|
||||||
cfg.useWakelock = true;
|
cfg.useWakelock = true;
|
||||||
|
cfg.useGL20 = true;
|
||||||
|
|
||||||
// Launch the LibGDX core game class.
|
// Launch the LibGDX core game class.
|
||||||
initialize(new NxtARCore(this), cfg);
|
initialize(new NxtARCore(this), cfg);
|
||||||
|
|||||||
Reference in New Issue
Block a user