mirror of
https://github.com/collinsmith/riiablo.git
synced 2024-12-22 21:14:22 +07:00
Updated :android manifest and build script
Added google() to repositories Added game flags to manifest
This commit is contained in:
parent
7c05c7ef63
commit
58c42c63c2
@ -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
|
||||
|
@ -60,6 +60,7 @@ dependencies {
|
||||
}
|
||||
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user