google / modernstorage

ModernStorage is a group of libraries that provide an abstraction layer over storage on Android to simplify its interactions
https://google.github.io/modernstorage/
Apache License 2.0
1.24k stars 60 forks source link

Adding Bazel support in the sample #10

Closed FareesHussain closed 2 years ago

FareesHussain commented 3 years ago

Adding Bazel support in the sample as an example of how to use the library for the apps that use Bazel.

may be just a wiki or complete bazel setup. Might be blocked until the library is added to maven

nic0lette commented 3 years ago

Once this library is available as an aar/pom, isn't this supported by Bazel via rules_jvm_external?

FareesHussain commented 3 years ago

It can be supported by Bazel, what I mean here is whether to use Bazel in the sample or add instructions on how to setup in bazel. Instructions might not be that useful here as most Bazel users know how to add third-party libraries but I think it is worth adding in the wiki if we include the usage instructions for Gradle in the wiki

yrezgui commented 2 years ago

As the library has been published as a Gradle dependency since, I guess the issue isn't needed anymore