Elliott Hughes | ae84b43 | 2019-11-13 13:56:34 -0800 | [diff] [blame] | 1 | // 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 | //} |