summaryrefslogtreecommitdiff
path: root/build.gradle
AgeCommit message (Collapse)Author
2023-04-01Update AGP to 7.4.0 (#5655)Taco
2023-02-26Remove deprecated media players (#6354)ByteHamster
2022-11-26Fix crash on Android 12ByteHamster
2022-11-26Target API 31 (#6190)ByteHamster
2022-09-18Remove old preDexLibs code in build.gradleTacoTheDank
2022-09-18Material Design 3 BringupByteHamster
2022-09-14Remove robotium-solo libraryTacoTheDank
2022-07-20Update Checkstyle, use Temurin distribution (#5956)Taco
2022-06-21Merge pull request #5926 from TacoTheDank/bumpEventBusByteHamster
Update EventBus library
2022-06-05Update Glide to 4.13.2TacoTheDank
2022-06-04Update EventBus to 3.3.1TacoTheDank
2022-05-26Update jsoup library (#5902)Taco
2022-05-24Update google-services-base library (#5904)Taco
2022-05-07Remove Gradle plugins that are no longer neededByteHamster
- We use MultiDex now, so we no longer need dexcount - We can use a resValue instead of a resourcePlaceholder - Simplify getting default value of properties
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