16 Commits

Author SHA1 Message Date
Sean Mac Gillicuddy
31840ed88a #1307 majority of kotlin inspections raised to error level and fixed - lint baseline regenerated - ide formatter/lint and ktlint aligned 2019-07-25 12:45:19 +01:00
soloturn
34ce417f0e disable jetifying com.square, google
disable jetify now for:
* com.square.*
* google: error_prone_annotations, guava
2019-02-26 18:25:50 +00:00
soloturn
3096562cd1 upgrade mockito, disable jetifying byte-buddy
byte-buddy is a mockito dependency. it introduced java modules, and
jetifier cannot deal with it.  disable jetifying at the moment, as
suggested after considering:
https://stackoverflow.com/questions/52816022/failed-to-resolve-variable-project-groupid
https://issuetracker.google.com/issues/119135578#comment5
https://github.com/raphw/byte-buddy/issues/541
2019-02-26 18:25:50 +00:00
mhutti1
060b1a6db7 Comment out annotation processing as it isn't currently supported 2019-02-20 00:02:52 +00:00
soloturn
c3da448aca annotation processing in separate task to support incremental builds
gradle android.enableSeparateAnnotationProcessing=true supports
incremental builds, see:
https://developer.android.com/studio/releases/gradle-plugin
2019-02-10 22:46:07 +00:00
Abdul Wadood
68b8181102 Migrate to AndroidX 2019-02-06 17:29:02 +00:00
Aditya Sood
3160ad64ad Fix Bug #905: Launch activity (night-mode) inverts colour of icons 2019-01-21 22:12:32 +00:00
Ritik Kumar
c28d53bee6 Updated the gradle files. (#868)
* Change the layout_height parameter to more appropriate attribute.

* Changed compile to implementation in build.gradle files.
2018-10-08 22:17:13 +01:00
Kelson
1ddab91903 More memory for compilation 2018-08-30 22:16:25 +01:00
Abdul Wadood
1e03a4ae72 Update the Android plugin for Gradle. (#677)
Add Android SDK components in .travis.yml
2018-04-01 19:23:45 +01:00
mhutti1
924cb73a85 Update gradle config 2017-11-27 00:04:55 +00:00
mhutti1
1cc8ff5556 More heap stuff 2017-04-05 11:36:51 +02:00
mhutti1
44f428d2b9 More attempts to appease travis 2017-04-04 19:01:15 +02:00
mhutti1
2c250130fd Disable gradle deamon 2017-04-04 18:31:10 +02:00
mhutti1
f091538fbc Chnage memory limit 2017-04-04 18:08:09 +02:00
mhutti1
2f10177354 Increase gradle heap size 2017-04-04 16:58:38 +02:00