mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-05 15:59:50 +07:00
Google play-able
Units with no turns left are now grayed out Added culture pool to cities and tiles being added to cities when pool fills Changed tile icon order and placing of resource icon
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:icon="@drawable/uncivicon"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/GdxTheme" >
|
||||
<activity
|
||||
|
BIN
android/android-release.apk
Normal file
BIN
android/android-release.apk
Normal file
Binary file not shown.
@ -18,10 +18,10 @@ android {
|
||||
exclude 'META-INF/robovm/ios/robovm.xml'
|
||||
}
|
||||
defaultConfig {
|
||||
applicationId "com.mygdx.game"
|
||||
applicationId "com.unciv.game"
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 25
|
||||
versionCode 1
|
||||
versionCode 3
|
||||
versionName "1.0"
|
||||
}
|
||||
buildTypes {
|
||||
@ -79,7 +79,7 @@ task run(type: Exec) {
|
||||
}
|
||||
|
||||
def adb = path + "/platform-tools/adb"
|
||||
commandLine "$adb", 'shell', 'am', 'start', '-n', 'com.mygdx.game/AndroidLauncher'
|
||||
commandLine "$adb", 'shell', 'am', 'start', '-n', 'com.unciv.game/AndroidLauncher'
|
||||
}
|
||||
|
||||
// sets up the Android Eclipse project, using the old Ant based build.
|
||||
|
BIN
android/res/drawable-hdpi/uncivicon.png
Normal file
BIN
android/res/drawable-hdpi/uncivicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
BIN
android/res/drawable-mdpi/uncivicon.png
Normal file
BIN
android/res/drawable-mdpi/uncivicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
BIN
android/res/drawable-xhdpi/uncivicon.png
Normal file
BIN
android/res/drawable-xhdpi/uncivicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
android/res/drawable-xxhdpi/uncivicon.png
Normal file
BIN
android/res/drawable-xxhdpi/uncivicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
android/res/drawable-xxxhdpi/uncivicon.png
Normal file
BIN
android/res/drawable-xxxhdpi/uncivicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Reference in New Issue
Block a user