Commit Graph

234 Commits

Author SHA1 Message Date
yairm210
3dfb0aec70 3.18.8 2021-12-07 22:12:05 +02:00
yairm210
7896e70a87 3.18.7-patch1 2021-12-07 21:52:28 +02:00
yairm210
1782f27e9b 3.18.7-patch1 2021-12-07 21:43:17 +02:00
yairm210
0d4da03b7c 3.18.7 2021-12-05 21:23:04 +02:00
yairm210
9edc713d5c 3.18.6 2021-12-03 11:33:18 +02:00
yairm210
e43e23b9a8 Disabled buggy counteroffer mechanic to release a stable version 2021-11-29 19:47:42 +02:00
yairm210
84e600786c 3.18.5 2021-11-27 20:08:47 +02:00
yairm210
29dfb3b20d 3.18.4 2021-11-21 21:14:42 +02:00
yairm210
8ddbe3b2b7 3.18.3 2021-11-19 12:13:23 +02:00
yairm210
38bffb6225 3.18.2 2021-11-14 21:36:03 +02:00
yairm210
eefe499fff 3.18.1 2021-11-12 00:35:57 +02:00
yairm210
bc5ea2d90a Resolved #5641 - unit upgrade check ONLY removes/adds unit if absolutely necessary
This previously was done every time the function was called, leading to updating the civ resources twice per unit check, which is kind of heavy
2021-11-09 23:38:30 +02:00
yairm210
de83383c8b 3.18.0 2021-11-08 19:52:09 +02:00
yairm210
8f216b3662 3.17.14 2021-11-02 18:17:20 +02:00
yairm210
c8f2d337c3 3.17.13 2021-10-30 20:41:59 +03:00
yairm210
87d24e89c4 3.17.12 2021-10-27 21:23:20 +03:00
yairm210
741f2522b9 3.17.11 2021-10-24 20:54:39 +03:00
yairm210
3ae6d675cd 3.17.10 2021-10-20 21:20:24 +03:00
yairm210
ef2f2eccde 3.17.9 2021-10-17 21:23:58 +03:00
yairm210
f1f2c1e932 3.17.8 2021-10-13 23:27:39 +03:00
yairm210
5468821edf 3.17.7 2021-10-10 22:41:46 +03:00
yairm210
81ebacc310 3.17.6 2021-10-08 17:02:29 +03:00
yairm210
2b75124081 3.17.5 2021-10-06 18:35:41 +03:00
yairm210
8ca14eac55 3.17.4 2021-10-03 12:22:38 +03:00
yairm210
9fe19d0d52 3.17.3 2021-09-30 01:04:08 +03:00
yairm210
8b5f198577 Hopefully fixed Google Play release 2021-09-26 14:58:11 +03:00
yairm210
9b2c39321c 3.17.2 2021-09-26 14:07:40 +03:00
yairm210
0771cb1fad 3.17.1 2021-09-22 18:50:17 +03:00
yairm210
ef7676183d 3.17.0 2021-09-19 21:04:34 +03:00
yairm210
807f175567 3.16.15-patch2 2021-09-18 23:02:35 +03:00
yairm210
f8f112441a 3.16.15-patch1 2021-09-17 09:16:22 +03:00
yairm210
f9e0c39021 3.16.15 2021-09-14 11:37:20 +03:00
yairm210
70c3b4bd65 3.16.14 2021-09-11 23:18:35 +03:00
yairm210
1e8afc10d4 3.16.13-patch1 2021-09-09 21:26:24 +03:00
yairm210
e81d8ff646 3.16.13 2021-09-08 23:06:10 +03:00
yairm210
2474c6a635 Re-upgraded Kotlin to 1.5.30, and together with it - minSdk and source&target compatibility to 1.8.
We've finally advanced to 2015 (when 1.7 was deprecated)
2021-09-05 19:36:35 +03:00
yairm210
a28feda692 3.16.12
Reverted Kotlin upgrade since it doesn't play well with Android compile :(
2021-09-05 19:01:54 +03:00
yairm210
6567088efe 3.16.12 2021-09-05 15:10:21 +03:00
Yair Morgenstern
f3a8188cb1
Kotlin 1.5.30 test (#5089)
* Kotlin bump to 1.5.30

* Needed change due to (correct!) new compile error
2021-09-05 00:28:21 +03:00
yairm210
7c3f8ce661 3.16.11 2021-09-02 21:03:18 +03:00
yairm210
a77e8015e1 3.16.10 2021-08-30 23:30:09 +03:00
yairm210
6a3fddc757 3.16.9 2021-08-29 01:43:22 +03:00
yairm210
d2cd65dd6a changelog+buildconfig for next version 2021-08-26 17:45:17 +03:00
yairm210
e62fdc2218 3.16.7 2021-08-23 21:11:21 +03:00
yairm210
7228b2d4ae 3.16.6 2021-08-21 21:22:24 +03:00
yairm210
85ed8a27d3 Bumped sourceCompatibility to Java 7
Released in 2011 and by now technically out of support for 2 years.
Gotta roll with the times, but roll slowly.
2021-08-20 15:24:02 +03:00
yairm210
4c0d33e2c2 3.16.5-googlePlayPushTest 2021-08-20 09:35:28 +03:00
Yair Morgenstern
cd1a25aeb3
Added push to Google Play as a release step (#4912)
* t1

* Only run on tag

* Added Google Play service account

* t3 - now with correct signing location

* whatsNewDirectory

* This is just to test if the automatic upload to Google Play is working

* Removed Android SDK

not sure it's needed for android build and signing

* Returned branch to master

Should be final!
2021-08-20 01:11:41 +03:00
yairm210
eb8e76ba08 3.16.5 2021-08-19 20:49:08 +03:00
yairm210
5773afb6e1 3.16.4-patch2 2021-08-17 23:29:17 +03:00