1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-01 19:06:06 +02:00
Commit Graph

55 Commits

Author SHA1 Message Date
Andreas Shimokawa
16baf97083 update gradle and plugin 2020-06-06 23:49:33 +02:00
Andreas Shimokawa
4061e1c66c update gradle plugin and androidx.preference.preference 2020-04-24 10:48:51 +02:00
Andreas Shimokawa
1063b49519 prepare release 2020-04-06 10:39:38 +02:00
Andreas Shimokawa
d2647b2b65 bump gradle plugin 2020-03-12 13:28:35 +01:00
Andreas Shimokawa
335c37795c bump gradle and com.google.android.material 2020-02-27 12:32:30 +01:00
Andreas Shimokawa
e9f84449ac update gradle android plugin 2019-12-07 21:41:28 +01:00
Andreas Shimokawa
f3236fe3ce update gradle plugin 2019-11-04 22:35:42 +01:00
Andreas Shimokawa
f226f37ade update gradle plugin 2019-10-28 16:06:30 +01:00
cpfeiffer
235c3fb599 Replace findbugs with spotbugs and fix configuration for latest gradle 2019-09-19 22:31:49 +02:00
Andreas Shimokawa
a3d9aadde0 update gradle and depencencies 2019-09-16 21:56:40 +02:00
Andreas Shimokawa
42a6b9f48b update dependencies 2019-08-13 15:07:31 +02:00
Andreas Shimokawa
fb04e0b48f update gradle plugin to 3.4.1 2019-05-25 22:30:59 +02:00
Andreas Shimokawa
6c6afaf81a update gradle to 5.1.1 2019-05-23 22:02:25 +02:00
Andreas Shimokawa
be33e9e3be bump gradle plugin to 3.3.2 2019-03-17 18:15:57 +01:00
Andreas Shimokawa
2e5a5f125a Revert "Revert "update gradle plugin""
This reverts commit 49b2f455f7.
2019-02-11 23:02:57 +01:00
Andreas Shimokawa
49b2f455f7 Revert "update gradle plugin"
Testing travis :/
This reverts commit 2d1b076214.
2019-02-09 23:00:12 +01:00
Andreas Shimokawa
2d1b076214 update gradle plugin 2019-02-09 00:08:07 +01:00
Andreas Shimokawa
6b136210a1 bump android gradle plugin and build tools version 2018-10-28 21:31:09 +01:00
cpfeiffer
c203023fea Update build tools to 3.2.0 2018-09-28 22:15:24 +02:00
cpfeiffer
e32dcd9d73 Update gradle, may need Android Studio settings change, see below
If you get a message about disabling "Configuration on demand" in gradle.properties,
do the following:

Open File -> Settings -> Build, Execution, Deployment -> Compiler
and uncheck "Configure on demand".

No messing with gradle.properties necessary.
2018-08-17 00:13:38 +02:00
Andreas Shimokawa
27ea722021 bump gradle plugin version 2018-07-16 13:37:08 +02:00
Andreas Shimokawa
b5a3290d8d update grade plugin 2018-05-12 21:12:10 +02:00
Andreas Shimokawa
49b06537ee update gradle plugin to 3.1.0 2018-03-27 11:09:33 +02:00
Taavi
551bf92908 Update build.gradle (#3)
Changed `'` to `"` in the root build.gradle
2018-03-22 19:57:14 +01:00
cpfeiffer
d447829d6f Bump build:gradle to 3.0.1 2017-12-08 23:18:11 +01:00
Andreas Shimokawa
35a72d34c1 update libraries and try to work around build issues
See https://github.com/tony19/logback-android/issues/73
2017-11-14 11:01:29 +01:00
cpfeiffer
7b3e929cd4 Another attempt at fixing travis build 2017-11-11 00:55:05 +01:00
Andreas Shimokawa
3b4628f87a bump android gradle to 3.0.0 2017-11-10 08:58:10 +01:00
cpfeiffer
a43a940f0c Update gradle build tools to 2.3.3 2017-07-13 23:48:13 +02:00
cpfeiffer
03d8667827 Update gradle tools version 2017-05-18 20:14:54 +02:00
cpfeiffer
94edaa0cc1 Update build gradle dependency to 2.3.1 2017-04-06 23:57:24 +02:00
Andreas Shimokawa
914143960d update grade for AndroidStudio 2.3 2017-03-03 09:27:56 +01:00
cpfeiffer
6dfc895303 Mi2: Initial work on firmware update #427 2016-12-11 02:11:58 +01:00
cpfeiffer
afe5f17e5a bump gradle build tools to 2.2.2 2016-10-28 21:39:40 +02:00
Andreas Shimokawa
88b3a69747 update gradle plugin to 2.2.0 2016-09-21 09:25:16 +02:00
Andreas Shimokawa
40e079ad5d update android gradle plugin to 2.2-rc2 2016-09-11 14:19:45 +02:00
Andreas Shimokawa
ee0f1f23c0 remove maven crap 😈 2016-09-09 17:44:16 +02:00
cpfeiffer
9928ad80c4 Update AS 2.2 RC 2016-09-05 23:10:00 +02:00
cpfeiffer
c879e1c063 Update to gradle android plugin 2.2-beta3 2016-08-27 22:33:42 +02:00
cpfeiffer
e81c1bdc28 Disable java7 build, instead set sourceCompatibility and targetCompatibility 2016-08-26 23:27:53 +02:00
cpfeiffer
20be49b717 Go back to gradle android plugin 2.2-beta1 (appears to work with java7) 2016-08-26 22:47:22 +02:00
cpfeiffer
770fa952d0 Update gradle to 3.0, gradle android plugin to 2.2-beta2
Also needs java8, hopefully only for compilation though
(we need java7 for KitKat)

This also fixes lots of exceptions in the pmd report.
2016-08-26 22:27:17 +02:00
cpfeiffer
bfc0b4faaf Add robolectric dependency and addd a first EntitiesTest
Use KitKat (19) as target sdk since robolectric 3.1.2/sqlite4java
does not understand "WITHOUT ROWID" tables.

Also, add constants for user's gender and document some things.
2016-08-24 22:56:42 +02:00
cpfeiffer
e0c52c7da5 Update gradle 2016-08-16 21:40:18 +02:00
Andreas Shimokawa
26ca526fdd update gradle plugin 2016-06-10 22:23:06 +02:00
cpfeiffer
5e02724c4c Make automatic reconnect after connection loss configurable #293
Mi Band: automatically reconnect when the device is back in range

Also: #89
2016-04-28 23:17:13 +02:00
cpfeiffer
3953e4232d Update gradle build tools to 2.0 2016-04-07 20:53:25 +02:00
cpfeiffer
a7a061e298 Update gradle built tools to 1.5 2015-11-23 22:11:16 +01:00
cpfeiffer
d8960c4e16 Update some dependencies 2015-11-01 23:32:43 +01:00
Andreas Shimokawa
15fc5a02ae another neccessary change for SDK 23 2015-08-29 01:35:33 +02:00