Commit Graph

25 Commits

Author SHA1 Message Date
Yao Wei Tjong 姚伟忠
6fa548ed94
Minor refactoring on the Kotlin-dsl code style. 2019-05-04 13:07:24 +08:00
Yao Wei Tjong 姚伟忠
3eb6053fd1
Upgrade to Gradle 5.4.1 and Android plugin to latest alpha. 2019-05-04 13:07:24 +08:00
Yao Wei Tjong 姚伟忠
784a25a235
For CI - attempt to build universal AAR.
We are forced to skip the publishing of the STATIC-debug AAR due to bintray file upload size limit.
2019-04-24 23:56:45 +08:00
Yao Wei Tjong 姚伟忠
34b1dece1a
Minor refactoring on the Kotlin-dsl code style.
Use "register()" for lazy task creation.
2019-04-20 23:08:12 +08:00
Yao Wei Tjong 姚伟忠
927a6113d4
Apply plugin for uploading AAR build artifact to bintray/jcenter.
Simplify by explicitly setting the build staging dir.
2019-04-17 00:31:10 +08:00
Yao Wei Tjong 姚伟忠
8ed8a78939
Use the latest Android SDK embedded CMake version (3.10.2). 2019-04-10 00:15:59 +08:00
Yao Wei Tjong 姚伟忠
9251f56160
Upgrade to Gradle 5.3.1 and keep it happy. 2019-04-10 00:15:53 +08:00
urho3d-travis-ci
a476f0c401 Travis CI: bump copyright to 2019. 2019-01-12 01:00:16 +00:00
Yao Wei Tjong 姚伟忠
a37ca0cb92
Initial work for custom Gradle plugin.
[skip appveyor] [ci only: Android]
2018-09-02 23:04:01 +08:00
Yao Wei Tjong 姚伟忠
3db124b5cd
For Android - refactor to remove buildscript block. 2018-08-26 19:54:26 +08:00
Yao Wei Tjong 姚伟忠
22ba82b7b2
For Android - refactor to use UrhoCommon.kt to manage dependencies. 2018-08-25 14:10:22 +08:00
Yao Wei Tjong 姚伟忠
c9acdd632f
Upgrade to Kotlin 1.2.61 and minor refactoring.
The buildScr will contain more common stuffs in the future.
2018-08-23 23:00:49 +08:00
Yao Wei Tjong 姚伟忠
f8badde1cc
Use the embedded CMake and Ninja for doc generation. 2018-08-17 23:19:21 +08:00
Yao Wei Tjong 姚伟忠
a2d51c310a
Add custom task for generating documentation artifact. 2018-08-17 17:56:56 +08:00
Yao Wei Tjong 姚伟忠
0a09c39ac5
Refactor task dependencies to speed up normal build. 2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
e8e0068681
Add publishing task. 2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
d3508fc246
Fix initial gradle sync. 2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
a1b0eee8c9
Fix gradle sync on Windows host system. 2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
af5fbde01e
Upgrade to Kotlin 1.2.60. 2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
d827f5ebfb
Proper segregation between Gradle modules. 2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
d2e2e4ea05
Pass the matching Gradle properties as CMake build options. 2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
c1e97f723e
Pass the argument to the main activity, if any. 2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
7e5436ddad
Allow "abi" property value to be a comma-separated list of ABIs. 2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
b238824f63
Bug fix that prevented Android app to be relaunched successfully.
Also tweak the Android sample launcher app to go back from MainActivity to LauncherActivity before exiting completely
in order to make it easier to launch many sample apps in a same session.
2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
a513b325c0
Initial multi-module setup for Android build. 2018-08-06 21:46:00 +08:00