summaryrefslogtreecommitdiff
path: root/build.gradle
AgeCommit message (Collapse)Author
2022-02-09Update Material Components to 1.4.0TacoTheDank
2021-12-28Update DexCount and PlayPublisher pluginsTacoTheDank
2021-12-28Update gradle to 7.xTacoTheDank
2021-12-10Remove jcenter repositoryByteHamster
2021-12-10Update AndroidX Media and ExoPlayer (#5371)Taco
2021-12-04Centralize library versions used in multiple modulesTacoTheDank
2021-11-06Upgrade ConscryptByteHamster
2021-09-24Update AndroidX Fragment to 1.3.6 (#5201)Taco
2021-09-18Update plugins and Gradle (4.2.2) (#5367)Taco
2021-08-28Update AppCompat to 1.3.xTacoTheDank
2021-08-24Only declare used ExoPlayer submodulesTacoTheDank
2021-07-22Update pluginsTacoTheDank
2021-06-13Gradle 6.9Hannes Achleitner
2021-05-11Move common gradle setup to a single fileByteHamster
Original idea by @TacoTheDank
2021-03-28Make AntennaPod pass the medium SpotBugs findingsByteHamster
2021-03-27Add SpotBugs CI checkByteHamster
2021-03-01Moved SSL providers to new moduleByteHamster
2021-03-01Merge branch 'master' into developByteHamster
2021-02-23Remove free build hackByteHamster
2021-02-13Added mavenCentral repositoryByteHamster
2020-10-17Merge branch 'master' into developByteHamster
2020-09-30Removed comment about automatically choosing Conscrypt versionMats Wahlberg
There are drawbacks to using conscryptVersion = "latest.release", hopefully the version will be kept up to date manually instead.
2020-09-30Bundle Conscrypt security provider for Free buildsMats Wahlberg
This fixes protocol and cipher errors on older versions of android without requiring Google API/Services (which are non-free) to replace the security provider from the OS. No changes are made to Play builds. The value of conscryptVersion in build.gradle should be updated regularly to keep the bundled version of conscrypt up to date (or changed to "latest.release", which will cause issues with verifying reproducible builds). Fixes: #2814 (for users of free builds)
2020-09-28Target API30ByteHamster
2020-09-18Upgraded AppCompat to fix WebView crashesByteHamster
2020-07-01Set user-agent for file playbackByteHamster
2020-05-08Clean up version locations and orderTacoTheDank
2020-05-04Fixed incompatibilities with Gradle 3.6ByteHamster
2020-04-25Update Studio and some dependenciesTacoTheDank
2020-04-10Don't mix android.arch & androidx dependenciesHamidreza Bayat
Update WorkManager to latest version
2020-03-30App shortcuts (#3748)Shinichiro Fujiwara
2019-11-22Upgraded ExoPlayerByteHamster
2019-11-22Bumped minimum API version to 16ByteHamster
2019-11-06Merge pull request #3588 from ByteHamster/remove-materialdialogsH. Lehmann
Removed MaterialDialog dependency
2019-11-06Removed MaterialDialog dependencyByteHamster
The AlertDialogs from Androidx are material, too.
2019-11-06Removed commons text library that was just used 2 timesByteHamster
2019-11-05AFTER_CURRENTLY_PLAYING enqueue location option - test boundary condition ↵orionlee
handling
2019-10-22Added more rules that we already fulfillByteHamster
2019-10-04Adapted dependency versions to stable onesByteHamster
2019-09-30Fixed sharing ViewModel with multiple feedsByteHamster
2019-09-24Merge pull request #3441 from ByteHamster/circleci-improvementsH. Lehmann
Circleci improvements
2019-09-24Added checkstyleByteHamster
2019-09-23Upgrade OkHttp (to the latest that still support Android 4.x)orionlee
2019-08-20Updated Gradle publisherByteHamster
2019-08-10Merge pull request #3283 from andersonvom/3273-renable-lintingH. Lehmann
Re-enable deprecation and serial linting
2019-07-22Targeting Android API 28ByteHamster
2019-07-21Re-enable lintingAnderson Mesquita
We were currently ignoring both deprecation and serial warnings. This prevents warnings during the build, but hides useful information about code that could/should be changed for all sorts of reasons. In some instances of such warnings, the appropriate action is already being taken (e.g. StorageUtils), so instead of ignoring all warnings, we can just add a @SuppressWarnings("deprecation") in the appropriate methods. Others scenarios will require more effort, like replacing ProgressDialogs with something else. Let's re-enable the lint warnings and work our way through them. Closes: #3273
2019-07-12Removed Flattr supportByteHamster
2019-07-02New ViewModel for loading feed preferences across lifecycleJoe Stein
2019-05-28Merge branch 'develop' into work-managerByteHamster