summaryrefslogtreecommitdiff
path: root/core/build.gradle
AgeCommit message (Collapse)Author
2022-11-26Target API 31 (#6190)ByteHamster
2022-11-06Move preferences to a new moduleByteHamster
2022-11-06Move DownloadService-Interface to new moduleByteHamster
2022-11-03Move Glide to its own moduleByteHamster
2022-09-14Remove robotium-solo libraryTacoTheDank
2022-02-27Move database to its own moduleByteHamster
2022-02-23Move strings files to their own moduleByteHamster
2022-02-09Fix some gradle deprecationsTacoTheDank
2021-12-04Centralize library versions used in multiple modulesTacoTheDank
2021-12-01Add preference to show subscription title (#5538)vbh
2021-11-28Chromecast rework (#5518)ByteHamster
2021-11-04Merge pull request #5520 from ByteHamster/move-events-to-moduleByteHamster
Move (most) events to their own module
2021-11-02Move (most) events to their own moduleByteHamster
2021-10-30Use OkHttp as backend for ExoPlayerByteHamster
2021-09-24Update AndroidX Fragment to 1.3.6 (#5201)Taco
2021-08-28Update AppCompat to 1.3.xTacoTheDank
2021-08-28Moved media file parser to its own moduleByteHamster
2021-08-28Merge pull request #5360 from ByteHamster/parserByteHamster
Moved feed parser to its own module
2021-08-28Moved feed parser to its own moduleByteHamster
2021-08-24Only declare used ExoPlayer submodulesTacoTheDank
2021-05-11Move common gradle setup to a single fileByteHamster
Original idea by @TacoTheDank
2021-04-24Moved synchronization to its own moduleByteHamster
2021-04-22Moved model to its own moduleByteHamster
2021-04-21Moved notification icons to their own module, so they don't crash old ↵ByteHamster
Android versions
2021-04-18Use VectorDrawable compat libraryByteHamster
2021-04-17Enabled Lint with dependency checkingByteHamster
2021-04-06Parsing podcast:funding tag, showing payment, funding links on the show info ↵Tony Tam
screen (#4933)
2021-03-01Moved SSL providers to new moduleByteHamster
2021-03-01Merge branch 'master' into developByteHamster
2021-02-23Remove free build hackByteHamster
2021-02-12Move basic views to new moduleByteHamster
2021-02-12Remove PlaybackServiceCallbacksByteHamster
2020-10-25Upgrade roboelectric for API 30 compatibilityByteHamster
2020-10-25Merge branch 'develop' into add-local-feedsByteHamster
2020-10-25Local feeds: Unit tests for LocalFeedUpdater (#4551)Herbert Reiter
2020-10-17Merge branch 'master' into developByteHamster
2020-10-02Use freeImplementation for including conscrypt in Free builds.Mats Wahlberg
This removes the need for the -PfreeBuild flag to gradle, and makes assemblePlay and assembleDebug build all flavours without errors again. Changed circleci config back accordingly and removed comment about -PfreeBuild. Based on #4457.
2020-10-01Enabled core lint check on CircleCIByteHamster
2020-10-01Enabled Lint for core moduleByteHamster
2020-09-30Cleaned up string to println in core/build.gradleMats Wahlberg
Variable can be used and gets replaced directly in the string without using '+' to concatenate strings.
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-12Merge branch 'develop' into add-local-feedsByteHamster
2020-08-28Update ExoPlayer to 2.11.8TacoTheDank
2020-05-25Added DocumentFile dependencyByteHamster
2020-05-08Clean up version locations and orderTacoTheDank
2020-05-04Merge branch 'develop' into developH. Lehmann
2020-05-03Switched to MaterialComponents themeByteHamster
2020-05-01fix a lint error (#4090)hannesa2
Project depends on com.google.android.support:wearable:2.4.0, so it must also depend (as a provided dependency) on com.google.android.wearable:wearable:2.4.0
2020-04-25Update Studio and some dependenciesTacoTheDank
2020-04-10Don't mix android.arch & androidx dependenciesHamidreza Bayat
Update WorkManager to latest version