tree: 529bd5b6223e8bc1bbb799cbdc5a4801fb3e7d41 [path history] [tgz]
  1. library/
  2. .gitignore
  3. build.gradle
  4. gradle.properties
  5. README.md
  6. settings.gradle
integration-tests/LibCompileWith3.3/README.md

This project is used to have a library that is compiled with AGP 3.3.1. We don't compile it as part of tests since the goal is to have a project compiled with an old version.

Currently, it is in MultiModuleTestApp to reproduce b/122936785. If you wish to modify this, don't forget to update the aar in MultiModuleTestApp/app/libs.

./gradlew assemble && cp library/build/outputs/aar/library.aar ../MultiModuleTestApp/app/libs/lib_compiled_with_v2_agp_3_3_1.aar