Updated :android manifest and build script

Added google() to repositories
Added game flags to manifest
This commit is contained in:
Collin Smith 2020-11-21 17:18:16 -08:00
parent 7c05c7ef63
commit 58c42c63c2
2 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,8 @@
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:isGame="true"
android:appCategory="game"
android:label="@string/app_name"
android:theme="@style/GdxTheme" >
<activity

View File

@ -60,6 +60,7 @@ dependencies {
}
repositories {
google()
jcenter()
}