├── .gitignore ├── README.md ├── SUMMARY.md ├── advanced_build_customization ├── README.md ├── aapt_optionsaapt.md ├── article.md ├── build_options.md ├── buildtype_and_product_flavor_property_referencebuildtypeproduct_flavor.md ├── java_compilation_optionsjava.md ├── manipulation_taskstask.md └── using_sourcecompatibility_17jdk17sourcecompatibility.md ├── basic_project ├── README.md ├── android_tasks.md ├── basic_build_customization.md ├── build_tasks.md ├── build_types.md ├── configuring_the_structure.md ├── general_tasks.md ├── java_project_tasksjavatask.md ├── manifest_entries_manifest.md ├── project_structure.md ├── running_proguard_proguard.md ├── signing_configurations.md └── simple_build_files.md ├── book.json ├── cover.jpg ├── cover_small.png ├── dependenciesandroid_libraries_and_multi-project_setupandroid ├── README.md ├── creating_a_library_project.md ├── dependencies_on_binary_packages.md ├── differences_between_a_project_and_a_library_project.md ├── library_projects.md ├── library_publication.md ├── local_packages.md ├── multi_project_setup.md ├── referencing_a_library.md └── remote_artifacts.md ├── introduction ├── README.md ├── goals_of_the_new_build_systemgradle.md └── why_gradlegradle.md ├── requirements └── README.md └── testing ├── README.md ├── basics_and_configuration.md ├── lint_supportlint.md ├── multi-projects_reports.md ├── running_tests.md ├── single_projects.md ├── test_reports.md └── testing_android_librariesandroid.md /.gitignore: -------------------------------------------------------------------------------- 1 | /_book -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/SUMMARY.md -------------------------------------------------------------------------------- /advanced_build_customization/README.md: -------------------------------------------------------------------------------- 1 | # Advanced Build Customization(高级构建定制) 2 | -------------------------------------------------------------------------------- /advanced_build_customization/aapt_optionsaapt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/advanced_build_customization/aapt_optionsaapt.md -------------------------------------------------------------------------------- /advanced_build_customization/article.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/advanced_build_customization/article.md -------------------------------------------------------------------------------- /advanced_build_customization/build_options.md: -------------------------------------------------------------------------------- 1 | # Build options(构建选项) 2 | -------------------------------------------------------------------------------- /advanced_build_customization/buildtype_and_product_flavor_property_referencebuildtypeproduct_flavor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/advanced_build_customization/buildtype_and_product_flavor_property_referencebuildtypeproduct_flavor.md -------------------------------------------------------------------------------- /advanced_build_customization/java_compilation_optionsjava.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/advanced_build_customization/java_compilation_optionsjava.md -------------------------------------------------------------------------------- /advanced_build_customization/manipulation_taskstask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/advanced_build_customization/manipulation_taskstask.md -------------------------------------------------------------------------------- /advanced_build_customization/using_sourcecompatibility_17jdk17sourcecompatibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/advanced_build_customization/using_sourcecompatibility_17jdk17sourcecompatibility.md -------------------------------------------------------------------------------- /basic_project/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/basic_project/README.md -------------------------------------------------------------------------------- /basic_project/android_tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/basic_project/android_tasks.md -------------------------------------------------------------------------------- /basic_project/basic_build_customization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/basic_project/basic_build_customization.md -------------------------------------------------------------------------------- /basic_project/build_tasks.md: -------------------------------------------------------------------------------- 1 | # Build Tasks(构建任务) 2 | -------------------------------------------------------------------------------- /basic_project/build_types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/basic_project/build_types.md -------------------------------------------------------------------------------- /basic_project/configuring_the_structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/basic_project/configuring_the_structure.md -------------------------------------------------------------------------------- /basic_project/general_tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/basic_project/general_tasks.md -------------------------------------------------------------------------------- /basic_project/java_project_tasksjavatask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/basic_project/java_project_tasksjavatask.md -------------------------------------------------------------------------------- /basic_project/manifest_entries_manifest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/basic_project/manifest_entries_manifest.md -------------------------------------------------------------------------------- /basic_project/project_structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/basic_project/project_structure.md -------------------------------------------------------------------------------- /basic_project/running_proguard_proguard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/basic_project/running_proguard_proguard.md -------------------------------------------------------------------------------- /basic_project/signing_configurations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/basic_project/signing_configurations.md -------------------------------------------------------------------------------- /basic_project/simple_build_files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/basic_project/simple_build_files.md -------------------------------------------------------------------------------- /book.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/book.json -------------------------------------------------------------------------------- /cover.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/cover.jpg -------------------------------------------------------------------------------- /cover_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/cover_small.png -------------------------------------------------------------------------------- /dependenciesandroid_libraries_and_multi-project_setupandroid/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/dependenciesandroid_libraries_and_multi-project_setupandroid/README.md -------------------------------------------------------------------------------- /dependenciesandroid_libraries_and_multi-project_setupandroid/creating_a_library_project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/dependenciesandroid_libraries_and_multi-project_setupandroid/creating_a_library_project.md -------------------------------------------------------------------------------- /dependenciesandroid_libraries_and_multi-project_setupandroid/dependencies_on_binary_packages.md: -------------------------------------------------------------------------------- 1 | # Dependencies on binary packages(依赖二进制包) 2 | -------------------------------------------------------------------------------- /dependenciesandroid_libraries_and_multi-project_setupandroid/differences_between_a_project_and_a_library_project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/dependenciesandroid_libraries_and_multi-project_setupandroid/differences_between_a_project_and_a_library_project.md -------------------------------------------------------------------------------- /dependenciesandroid_libraries_and_multi-project_setupandroid/library_projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/dependenciesandroid_libraries_and_multi-project_setupandroid/library_projects.md -------------------------------------------------------------------------------- /dependenciesandroid_libraries_and_multi-project_setupandroid/library_publication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/dependenciesandroid_libraries_and_multi-project_setupandroid/library_publication.md -------------------------------------------------------------------------------- /dependenciesandroid_libraries_and_multi-project_setupandroid/local_packages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/dependenciesandroid_libraries_and_multi-project_setupandroid/local_packages.md -------------------------------------------------------------------------------- /dependenciesandroid_libraries_and_multi-project_setupandroid/multi_project_setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/dependenciesandroid_libraries_and_multi-project_setupandroid/multi_project_setup.md -------------------------------------------------------------------------------- /dependenciesandroid_libraries_and_multi-project_setupandroid/referencing_a_library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/dependenciesandroid_libraries_and_multi-project_setupandroid/referencing_a_library.md -------------------------------------------------------------------------------- /dependenciesandroid_libraries_and_multi-project_setupandroid/remote_artifacts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/dependenciesandroid_libraries_and_multi-project_setupandroid/remote_artifacts.md -------------------------------------------------------------------------------- /introduction/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/introduction/README.md -------------------------------------------------------------------------------- /introduction/goals_of_the_new_build_systemgradle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/introduction/goals_of_the_new_build_systemgradle.md -------------------------------------------------------------------------------- /introduction/why_gradlegradle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/introduction/why_gradlegradle.md -------------------------------------------------------------------------------- /requirements/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/requirements/README.md -------------------------------------------------------------------------------- /testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/testing/README.md -------------------------------------------------------------------------------- /testing/basics_and_configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/testing/basics_and_configuration.md -------------------------------------------------------------------------------- /testing/lint_supportlint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/testing/lint_supportlint.md -------------------------------------------------------------------------------- /testing/multi-projects_reports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/testing/multi-projects_reports.md -------------------------------------------------------------------------------- /testing/running_tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/testing/running_tests.md -------------------------------------------------------------------------------- /testing/single_projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/testing/single_projects.md -------------------------------------------------------------------------------- /testing/test_reports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/testing/test_reports.md -------------------------------------------------------------------------------- /testing/testing_android_librariesandroid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AvatarQing/Gradle-Plugin-User-Guide-Chinese-Verision/HEAD/testing/testing_android_librariesandroid.md --------------------------------------------------------------------------------