blob: 3a441eb970a09ccf0d7e03fad812d496557bd5cb [file] [log] [blame]
Elliott Hughesae84b432019-11-13 13:56:34 -08001// The current version of lottie requires okio, which any team wanting to use
2// lottie will need to add via the go/android-3p process to fix the build...
3//android_library {
4// name: "lottie",
5// srcs: [
6// "lottie/src/main/**/*.java",
7// ],
8// resource_dirs: ["lottie/src/main/res/"],
9// static_libs: [
10// "androidx.appcompat_appcompat"
11// ],
12// manifest: "lottie/src/main/AndroidManifest.xml",
13// sdk_version: "28",
14// min_sdk_version: "16",
15// java_version: "1.7",
16//}