Harsh Shandilya
6be8b75b50
build: upgrade Hilt
2021-12-03 12:59:58 +05:30
Harsh Shandilya
a80020477f
gradle: add Maven Publish and Dokka plugins to root
2021-12-03 12:59:58 +05:30
Harsh Shandilya
1ade4eaf64
Cleanup dependency declarations and upgrade to Kotlin 1.6.0 ( #1565 )
2021-12-02 19:09:54 +00:00
dependabot[bot]
99c7913a48
build(deps): bump spotless-plugin-gradle from 6.0.0 to 6.0.1 ( #1566 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-02 23:08:10 +05:30
dependabot[bot]
18a4cfb698
build(deps): bump robolectric from 4.7.2 to 4.7.3 ( #1563 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-01 17:46:27 +00:00
dependabot[bot]
d2d7ba16b5
build(deps): bump bcprov-jdk15on from 1.69 to 1.70 ( #1564 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-01 23:06:41 +05:30
dependabot[bot]
192fd11c45
build(deps): bump hilt from 2.40.1 to 2.40.3 ( #1557 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-01 04:07:03 +00:00
dependabot[bot]
cbff738bd5
build(deps): bump robolectric from 4.7 to 4.7.2 ( #1559 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-01 03:57:41 +00:00
dependabot[bot]
2b59c79a7a
build(deps): bump binary-compatibility-validator from 0.6.0 to 0.8.0 ( #1558 )
2021-12-01 03:19:37 +00:00
dependabot[bot]
25e7a16736
build(deps): bump pgpainless-core from 1.0.0-rc1 to 1.0.0-rc6 ( #1554 )
...
* build(deps): bump pgpainless-core from 1.0.0-rc1 to 1.0.0-rc6
Bumps [pgpainless-core](https://github.com/pgpainless/pgpainless ) from 1.0.0-rc1 to 1.0.0-rc6.
- [Release notes](https://github.com/pgpainless/pgpainless/releases )
- [Changelog](https://github.com/pgpainless/pgpainless/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pgpainless/pgpainless/commits/1.0.0-rc6 )
---
updated-dependencies:
- dependency-name: org.pgpainless:pgpainless-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* sync dependency definitions
Signed-off-by: GitHub Actions <actions@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-12-01 07:35:59 +05:30
dependabot[bot]
2639298115
build(deps): bump okhttp from 4.9.0 to 4.9.3 ( #1553 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2021-11-30 12:38:23 +00:00
Harsh Shandilya
fc211418c4
Implement workarounds for Dependabot to update dependencies ( #1552 )
2021-11-30 12:26:05 +00:00
Harsh Shandilya
44f2821794
build: upgrade Spotless and enable configuration caching
2021-11-16 00:22:17 +05:30
Harsh Shandilya
cbadee43cd
gradle: add all deps
2021-11-15 23:58:23 +05:30
Harsh Shandilya
96a9211f9e
build-logic: migrate Spotless to a convention plugin
2021-11-15 23:57:40 +05:30
Harsh Shandilya
06ae72d771
gradle: bump to 7.3
2021-11-15 23:54:11 +05:30
Harsh Shandilya
51956be665
Update dependencies ( #1540 )
2021-11-13 17:50:15 +05:30
Harsh Shandilya
bbadf4a68d
Upgrade dependencies ( #1537 )
...
* app: use MaterialAlertDialogBuilder for preference dialogs
* build: upgrade all dependencies
2021-11-08 10:54:01 +05:30
Harsh Shandilya
0834c979a5
app: add Material3 themes
2021-11-03 15:07:00 +05:30
Harsh Shandilya
26f99a254f
Upgrade dependencies ( #1531 )
2021-11-03 08:33:44 +00:00
Harsh Shandilya
22ed045ea7
Upgrade dependencies ( #1526 )
...
* gradle: upgrade all dependencies
* github: replace gradle-cache-action with official gradle-build-action
* github: update wrapper-validation-action
2021-10-28 07:04:29 +05:30
Harsh Shandilya
aac74ae451
Switch new PGP backend to use PGPainless ( #1522 )
...
* crypto-pgpainless: init
* crypto-pgpainless: add an opinionated CryptoHandler impl
* app: migrate to crypto-pgpainless
* crypto-pgp: remove
* github: remove now unused instrumentation tests job
* crypto-common: fixup package names
* wip(crypto-pgpainless): add `PGPKeyPair` and `PGPKeyManager`
Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
(cherry picked from commit 02d07e9e797a8600cc8c534a731dfffcc44cfdde)
* crypto-pgpainless: use hex-encoded key IDs
* crypto-pgpainless: replace legacy Gopenpgp-generated key file
* crypto-pgpainless: fix CryptoConstants source set
* crypto-pgpainless: fix tests
* crypto-pgpainless: reinstate PGPKeyManager tests
Co-authored-by: Aditya Wasan <adityawasan55@gmail.com>
2021-10-23 17:02:50 +05:30
Harsh Shandilya
62d78dd52a
Upgrade AndroidX dependencies ( #1514 )
...
Co-authored-by: Aditya Wasan <adityawasan55@gmail.com>
2021-10-06 11:32:02 +00:00
(´⌣`ʃƪ)
2cef6a5bb4
Replace Timber with logcat ( #1509 )
...
* Replace Timber with logcat (#1505 )
* Add extension for asLog which takes a message param
Co-authored-by: Aditya Wasan <adityawasan55@gmail.com>
2021-10-03 14:02:15 +05:30
Harsh Shandilya
1c4150abcd
build: bump AndroidX dependencies ( #1504 )
2021-09-18 17:38:57 +05:30
Harsh Shandilya
f00a53c29b
Bump dependencies for Kotlin 1.5.30 ( #1497 )
2021-09-03 17:49:05 +05:30
Harsh Shandilya
8c56a1d7b8
Update AndroidX deps ( #1491 )
2021-08-24 16:03:29 +00:00
Harsh Shandilya
42220383d3
Bump Gradle and Timber ( #1488 )
...
* build: bump to Gradle 7.2
* gradle: bump to Timber 5.0.1
2021-08-18 10:08:40 +05:30
Harsh Shandilya
689a369a3a
Upgrade ConstraintLayout, Material and Timber ( #1484 )
2021-08-13 22:07:38 +00:00
Harsh Shandilya
70137f3191
gradle: switch to our fork of preference testing library ( #1481 )
2021-08-08 07:44:44 +00:00
Harsh Shandilya
1738364d2f
Make password generator parameter changes reactive ( #1480 )
...
* Make XkPassword generator reactive
* Handle empty strings
* Make password generator reactive
* Sync changelog for 1.13.5 release
* Add to changelog
2021-08-08 13:06:26 +05:30
Harsh Shandilya
6004addf62
Upgrade Compose and other AndroidX libraries ( #1477 )
...
* app: re-enable Compose
* app: remove inapplicable lint suppression
* gradle: bump AndroidX dependencies
2021-08-05 02:11:31 +05:30
Harsh Shandilya
403bb383b5
Upgrade to AGP 7.0.0 ( #1474 )
2021-07-29 09:54:31 +00:00
Harsh Shandilya
1172c3734f
gradle: bump dependencies ( #1473 )
2021-07-28 10:02:41 +05:30
Harsh Shandilya
d2832aad13
Bump plugin dependencies ( #1467 )
2021-07-21 19:39:23 +00:00
Harsh Shandilya
3f81677a36
gradle: bump Dagger to 2.38 ( #1465 )
2021-07-20 10:14:06 +05:30
Harsh Shandilya
fd6d0e52fc
Upgrade dependencies and temporarily disable Compose ( #1457 )
2021-07-15 06:44:05 +00:00
Harsh Shandilya
6e4ffe2902
Add initial implementation of Gopenpgp-backed PGP ( #1441 )
2021-07-11 17:22:26 +00:00
Harsh Shandilya
9c388e4974
Upgrade remaining dependencies ( #1450 )
2021-07-02 21:26:19 +00:00
Harsh Shandilya
ae5e109f67
Update AndroidX dependencies ( #1449 )
2021-07-01 17:31:37 +05:30
Harsh Shandilya
af27a330da
build: upgrade dependencies ( #1444 )
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-25 00:28:05 +05:30
Harsh Shandilya
b35a9a948e
Update dependencies ( #1437 )
2021-06-13 15:36:45 +05:30
Harsh Shandilya
f2cab21163
Rollback AppCompat upgrade ( #1433 )
2021-06-06 11:19:31 +00:00
Harsh Shandilya
fbb4dafc1c
gradle: update AndroidX dependencies ( #1430 )
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-06-04 11:30:30 +05:30
Harsh Shandilya
4bc023ce3b
gradle: bump deps
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-05-28 21:30:53 +05:30
Aditya Wasan
373a46f73a
Add compose dependencies ( #1421 )
...
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2021-05-25 09:45:26 +00:00
Harsh Shandilya
e04371d64a
gradle: downgrade AppCompat to stable
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-05-23 18:11:52 +05:30
Harsh Shandilya
8f4cab4917
build: upgrade AGP
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-05-22 22:13:29 +05:30
Harsh Shandilya
055b3478c5
gradle: bump AndroidX dependencies
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-05-22 20:24:42 +05:30
SphericalKat
f377510afb
chore(build): add mock shared preference dependency
...
Signed-off-by: SphericalKat <amolele@gmail.com>
2021-05-17 14:19:02 +05:30
Harsh Shandilya
f25dabc5e7
Bump Robolectric, Gradle and kotlinx.coroutines ( #1408 )
2021-05-15 06:59:35 +00:00
Harsh Shandilya
859dc008bc
Upgrade Gradle and androidx.annotation
( #1407 )
2021-05-12 16:11:32 +05:30
Harsh Shandilya
67cd6c02a1
gradle: update core-ktx, material and recyclerview-selection
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-05-09 11:52:34 +05:30
Harsh Shandilya
a9cf7d645d
build: bump zxing-android and move to MavenCentral
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-05-09 11:52:34 +05:30
Harsh Shandilya
7050f0ea40
build: switch to Spotless for formatting
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-05-09 11:52:33 +05:30
Harsh Shandilya
9d4a490c44
build: bump gradle-maven-publish-plugin to 0.15.1
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-05-07 19:05:40 +05:30
Harsh Shandilya
0f465d4b95
Upgrade Kotlin and AndroidX dependencies ( #1402 )
2021-05-06 06:53:53 +00:00
Harsh Shandilya
ec7daf895e
build: trigger a Crowdin build before syncing strings
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-05-02 07:36:18 +05:30
Harsh Shandilya
4880e1db27
Upgrade to Kotlin 1.5 ( #1397 )
...
* build: upgrade Kotlin to 1.5.0 and Hilt to 2.35.1
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* all: address kotlin.time.seconds deprecation
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* autofill-parser/openpgp-ktx: require Kotlin 1.5
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* all: address string method deprecations
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: disable NewApi lint
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-04-28 10:27:14 +05:30
Harsh Shandilya
77d1a616de
build: bump AndroidX Activity, Core, and Fragment ( #1394 )
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-04-22 00:05:49 +02:00
Harsh Shandilya
213778122c
Migrate some tests to Robolectric ( #1389 )
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-04-19 17:13:12 +05:30
Harsh Shandilya
d27ba408d8
build: add dependencies for format-common
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-04-18 03:01:14 +05:30
Harsh Shandilya
1b0eb304de
buildSrc: update binary-compatibility-validator
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-04-16 20:42:23 +05:30
Harsh Shandilya
cfbdb5f92a
Update to Gradle 7.0 ( #1381 )
2021-04-12 12:08:06 +00:00
Harsh Shandilya
be31ae37f4
all: update copyrights
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-03-18 11:26:48 +05:30
Harsh Shandilya
1084fc49b4
Update Gradle and tighten repository inclusion rules ( #1347 )
...
* build: remove now migrated indirect dependencies from JCenter
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: update Gradle 6.8.3
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: set explicit inclusions for Jitpack
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-03-17 00:34:13 +05:30
Harsh Shandilya
c021869f97
Update MDC + Gradle and switch versioning to semver4j ( #1306 )
2021-02-06 12:32:57 +05:30
Harsh Shandilya
723acbf767
Miscellaneous cleanups and updates ( #1302 )
...
* build: upgrade to Gradle 6.8.1
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* github: remove animation commands from PR workflow
The emulator runner action handles this for us
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: upgrade LeakCanary and WhatTheStack
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-02-04 23:11:39 +05:30
Harsh Shandilya
360f96306b
build: upgrade dependencies ( #1266 )
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-01-01 14:36:18 +01:00
Harsh Shandilya
ed0fc19725
build: upgrade dependencies
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-11-30 13:57:58 +05:30
Harsh Shandilya
8c6809584d
Update Gradle and Kotlin ( #1212 )
2020-11-19 20:41:37 +05:30
Harsh Shandilya
6c1e41ba10
Revamp build configuration ( #1156 )
...
* release: move scripts to scripts directory
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Move CI secrets to secrets directory
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* gradle: uprev to 6.7
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* gradle: suppress warnings about unsupported options
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: update dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: move Gradle plugins to ext
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: move configuration tasks to buildSrc
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* CHANGELOG: add entry for #1137
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Fix lint warnings
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-10-16 17:18:11 +02:00
Harsh Shandilya
2e07eb1c38
Update dependencies and add EditorConfig file ( #1082 )
...
* build: uprev Gradle
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* editorconfig: init
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: remove unused dependency analysis plugin
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: update ConstraintLayout and AndroidX testing libraries
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-09-06 13:42:34 +02:00
Harsh Shandilya
8f957ca994
Uprev Gradle and dependencies ( #1007 )
...
* build: uprev Gradle
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: uprev dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* app/proguard: remove Tink rules
I'm assuming the R8 problems fixed by the Tink upgrade cover this as well
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-08-11 10:33:30 +02:00
Harsh Shandilya
356a8cd8c6
Migrate to Gradle Kotlin DSL ( #936 )
2020-07-23 14:39:36 +05:30
Harsh Shandilya
7f3aceaf11
Fix navigation bar theming and reformat ( #930 )
2020-07-14 11:31:37 +05:30
Harsh Shandilya
5b7d8b4d62
build: upgrade Gradle wrapper ( #911 )
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-07-02 14:27:59 +05:30
Harsh Shandilya
523f2afc53
build: Upgrade all dependencies ( #803 )
...
* build: upgrade all dependencies
We've accumulated a fat backlog here that's gonna need some heavy testing
* build: adjust for WhatTheStack upgrade
This is now automatically initialized
* build: downgrade security-crypto
* build: upgrade to Gradle 6.4
* idea: sync from AS 4.1.x
* build: bump AGP to 4.0.0
* build: disable Jetifier
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Fabian Henneke <FabianHenneke@users.noreply.github.com>
2020-05-31 13:12:15 +05:30
Fabian Henneke
d695d21497
Make APS buildable on F-Droid ( #762 )
...
* Include lib-publicsuffixlist in tree with proper license attribution
* Exclude lib-publicsuffixlist from code style
* Move applicationId to app/build.gradle
* build: add distributionSha256Sum to Gradle
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Initial workflow configuration for PSL update
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Initial check-in of PSL data
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2020-05-12 11:17:08 +02:00
Harsh Shandilya
4ffd7ed9bf
Enable emulator tests ( #708 )
...
* github: Enable instrumentation testing in PRs
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Upgrade to Gradle 6.3
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Remove outdated and broken tests, redo PasswordEntryTest in Kotlin
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Remove now unused test assets
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* github: Disable debug APK uploads in PR testing
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Update .github/workflows/pull_request.yml
* Update .github/workflows/pull_request.yml
Switching to Ubuntu fails due to the SDK 29 missing.
Co-authored-by: Fabian Henneke <FabianHenneke@users.noreply.github.com>
2020-04-17 00:24:13 +05:30
Harsh Shandilya
29f124a0bc
Upgrade all dependencies ( #649 )
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-03-07 17:45:18 +05:30
Harsh Shandilya
97ee48dd25
Update AGP and Gradle
...
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-02-25 08:21:56 +05:30
Harsh Shandilya
81896510d9
Dependency updates ( #608 )
...
* Upgrade to Gradle 6.1
* Update Spotless
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2020-01-16 13:23:59 +05:30
Harsh Shandilya
ca19148acc
Update to Gradle 6.0.1 ( #577 )
...
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-11-19 21:34:53 +05:30
Harsh Shandilya
58ccbc30e0
Update to Gradle 6.0
...
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-11-09 13:12:19 +05:30
Harsh Shandilya
3fcf242c07
Update to Gradle 5.6.4
...
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-11-06 00:06:27 +05:30
Harsh Shandilya
c9b550e59c
Update wrapper scripts to Gradle 5.6.3
...
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-10-19 18:02:32 +05:30
Harsh Shandilya
c4f3cd7159
Uprev to Gradle 5.6.3
...
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-10-18 14:48:54 +05:30
Harsh Shandilya
0516e3153f
Uprev dependencies
...
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-09-08 22:03:24 +05:30
Harsh Shandilya
1b5c99df15
Bump Gradle from 5.5.1 to 5.6
...
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-08-17 11:35:36 +05:30
Harsh Shandilya
7ffae0adcf
Bump gradle from 5.5 to 5.5.1
...
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-07-11 02:58:41 +05:30
Harsh Shandilya
143a24efc6
Dependency updates
...
Gradle 5.5
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-06-28 23:42:03 +05:30
Harsh Shandilya
a832a60c11
Dependency updates
...
Gradle 5.4.1
AGP 3.4.0
Kotlin 1.3.31
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-04-29 17:36:38 +05:30
Harsh Shandilya
3c06063153
Rewrite Gradle configuration with Kotlin DSL ( #488 )
...
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-03-02 18:05:51 +01:00
Harsh Shandilya
8ff0039be4
Update gradle and external dependencies ( #429 )
...
* Update gradle and external dependencies
- Switch away from deprecated compile directive
- Remove explicit buildToolsVersion, is defined by the gradle plugin now
- Fix build in SelectFolderActivity
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* Upgrade gradle plugin and wrapper to latest alpha
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
* Don't use alpha gradle plugin
Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
2018-10-11 16:39:45 +01:00
Mohamed
c223a52a4b
upgrade gradle, dependencies and bump version
2018-03-31 11:10:06 +02:00
zeapo
b6cb649f7c
update gradle, support versions and target versions
2017-10-30 22:37:40 +01:00
Mohamed
210c41ec25
version bump
2017-05-25 17:53:44 +01:00
zeapo
87a26c8808
update gradle
2017-05-08 12:08:00 +02:00
Mohamed Zenadi
ab6c7555fc
Gradle update
2016-10-16 18:25:46 +02:00
Mohamed Zenadi
7c538698fa
versions upgrade
2016-04-25 22:56:48 +02:00
Matthew Wong
23c5603b7f
new gradle plugin and build tools
2015-12-23 00:51:36 -05:00
zeapo
d98a30ee48
Add the possibility to edit git server information
...
Also uses jgit 3.6
2014-12-04 21:43:27 +01:00
zeapo
8076ef89f4
here comes the gradle's update
2014-11-25 22:45:56 +01:00
Zeapo
bbf0175d69
initial commit
2014-07-24 01:15:11 +01:00