0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
Mike Hardy
fbbed01421 Update gradle to 6.3 2020-04-02 19:31:10 -05:00
Mike Hardy
96ff7e2fc5 Bump play publisher and gradle
These have to go at the same time because they have a cross-dependency

I mentioned to the Play Publisher maintainer that he broke builds in
a minor version (not sem ver) but they have a different semantic versioning
interpretation over there
2020-03-02 05:20:40 -06:00
Mike Hardy
ac52746217 Upgrade gradle from 6.0 to 6.0.1 2019-12-12 13:02:00 -05:00
Mike Hardy
f5ef33b86a Update gradle to v6, gradle plugin to 3.5.2 2019-11-19 08:50:20 -05:00
Piotr Kubowicz
b2f19a0509 Bump Gradle from 5.6.1 to 5.6.3, JaCoCo to 0.8.4
Remove JaCoCo from build script dependencies as there is no use
of it and it was using a different version than JaCoCo used
for test execution.

Also fix some clumsy Gradle usages:
- duplicate keys in gradle.properties
- casting string jacocoVersion property to string
2019-10-18 16:56:10 -05:00
Frieder Bluemle
2136b55509 Update Gradle wrapper to 5.6.1 2019-08-29 15:46:25 -05:00
Mike Hardy
e7c4c16a6d Update gradle from 5.2.1 to 5.4.1 2019-04-28 09:20:38 -05:00
Mike Hardy
7b0fbdf72d Gradle 5 + AndroidStudio 3.3.x now compatible, bump to 5.x 2019-02-15 19:09:05 +09:00
Mike Hardy
288f24ae94 Update to gradle 4.10.3
Two notes:

1) we have (verified by history) always used 'all' gradle distribution,
   however I don't think we actually need the 'all' vs 'bin'. Feel free
   to alter this in the future if you have an 'all'-specific need but
   in the meantime I'll shave 30% of the weight off the dep by going 'bin'

2) Gradle 5.0+ does not work with Android Studio <= 3.4 - do not waste
   your time, it is in the official documentation and I verify build breaks
   https://github.com/JetBrains/gradle-intellij-plugin/issues/340#issuecomment-449542446
2019-01-03 21:55:55 -05:00
Mike Hardy
7c0022c34e Upgrade to gradle 4.10.2 2018-11-03 15:02:51 -05:00
Mike Hardy
a3c8f5a2b9 Update gradle to 4.10
`./gradlew wrapper --gradle-version=4.10 --distribution-type=all`
2018-09-08 16:43:06 +09:00
Mike Hardy
f04cef4bc5 Update dependencies that required no code changes (#4912)
Note the beta android gradle plugin is needed in combo with gradle 4.9,
but it should not have any change on compilation artifacts until D8 is enabled
2018-08-18 10:00:58 +09:00
Mike Hardy
76b18e06ef Upgrade gradle and gradle plugin, w/migrations, travis speedups (#4851)
- fix api gradle deprecation, add warn comment in gradle wrapper
- buildtools 27.0.3 needs to be added w/license accepted
- install SDK API 16 to match emulator API 16, remove extra tools
- tools components entry twice per Travis docs
- only including build-tools 26.0.2 as it is default per my read
- only including one android API for the build
- removing non-existent extra-android-support
- changing from API-22 emulator to API-16 per performance documentation on web
- removing "no-skin" emulator argument as it is not supported
- upgrade to gradle 4.5.1 / gradle plugin 3.1.2
- alter gradle dependencies to modern fine-grained declarations
- move api build targetSdk to match main build targetSdk
2018-05-19 11:55:10 +09:00
Timothy Rae
3e78697111 Update compileSdkVersion and libraries to 26
Also updated to gradle 4
2017-12-15 13:51:05 +09:00
Timothy Rae
6643ace2c8 Update gradle to 2.3.3 2017-07-17 09:39:23 +09:00
Houssam Salem
a55a8a38b1 Update build tools and support libraries 2016-10-21 16:33:17 +11:00
Mark Carter
b33baf4add Update gradle files for Android Studio 2 2016-04-09 15:26:53 +08:00
timrae
af91023e57 Update project configuration for Android Studio 1.0 stable 2014-12-09 11:11:40 +09:00
timrae
1fbf16e693 Migrate to new Android Studio project structure 2014-11-10 02:02:29 +09:00