diff --git a/AndroidManifest.xml b/AndroidManifest.xml index dbd2781..45c9c8d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -14,11 +14,10 @@ * See the License for the specific language governing permissions and * limitations under the License. --> - + android:versionCode="140515" + android:versionName="14.05.15" > diff --git a/src/ve/ucv/ciens/ccg/nxtar/MainActivity.java b/src/ve/ucv/ciens/ccg/nxtar/MainActivity.java index ee04529..712509a 100644 --- a/src/ve/ucv/ciens/ccg/nxtar/MainActivity.java +++ b/src/ve/ucv/ciens/ccg/nxtar/MainActivity.java @@ -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);