Unverified Commit b6459f9b authored by Taha Tesser's avatar Taha Tesser Committed by GitHub

Migrate to Gradle 7.0.2 / AGP 7.0.1 (#90642)

parent 72924f13
...@@ -185,17 +185,20 @@ targets: ...@@ -185,17 +185,20 @@ targets:
- name: Linux build_aar_module_test - name: Linux build_aar_module_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"} {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -209,18 +212,23 @@ targets: ...@@ -209,18 +212,23 @@ targets:
- name: Linux build_tests_1_2 - name: Linux build_tests_1_2
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "goldctl"}, {"dependency": "goldctl"},
{"dependency": "clang"}, {"dependency": "clang"},
{"dependency": "cmake"}, {"dependency": "cmake"},
{"dependency": "ninja"} {"dependency": "ninja"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: build_tests shard: build_tests
subshard: "1_2" subshard: "1_2"
tags: > tags: >
...@@ -229,18 +237,23 @@ targets: ...@@ -229,18 +237,23 @@ targets:
- name: Linux build_tests_2_2 - name: Linux build_tests_2_2
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "goldctl"}, {"dependency": "goldctl"},
{"dependency": "clang"}, {"dependency": "clang"},
{"dependency": "cmake"}, {"dependency": "cmake"},
{"dependency": "ninja"} {"dependency": "ninja"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: build_tests shard: build_tests
subshard: "2_2" subshard: "2_2"
tags: > tags: >
...@@ -313,11 +326,17 @@ targets: ...@@ -313,11 +326,17 @@ targets:
- name: Linux firebase_abstract_method_smoke_test - name: Linux firebase_abstract_method_smoke_test
recipe: firebaselab/firebaselab recipe: firebaselab/firebaselab
bringup: true
timeout: 60 timeout: 60
properties: properties:
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"} {"dependency": "android_sdk"},
{"dependency": "open_jdk", "version": "11"}
]
caches: >-
[
{"name": "openjdk", "path": "java11"}
] ]
tags: > tags: >
["firebaselab"] ["firebaselab"]
...@@ -326,11 +345,17 @@ targets: ...@@ -326,11 +345,17 @@ targets:
- name: Linux firebase_android_embedding_v2_smoke_test - name: Linux firebase_android_embedding_v2_smoke_test
recipe: firebaselab/firebaselab recipe: firebaselab/firebaselab
bringup: true
timeout: 60 timeout: 60
properties: properties:
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"} {"dependency": "android_sdk"},
{"dependency": "open_jdk", "version": "11"}
]
caches: >-
[
{"name": "openjdk", "path": "java11"}
] ]
tags: > tags: >
["firebaselab"] ["firebaselab"]
...@@ -339,11 +364,17 @@ targets: ...@@ -339,11 +364,17 @@ targets:
- name: Linux firebase_release_smoke_test - name: Linux firebase_release_smoke_test
recipe: firebaselab/firebaselab recipe: firebaselab/firebaselab
bringup: true
timeout: 60 timeout: 60
properties: properties:
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"} {"dependency": "android_sdk"},
{"dependency": "open_jdk", "version": "11"}
]
caches: >-
[
{"name": "openjdk", "path": "java11"}
] ]
tags: > tags: >
["firebaselab"] ["firebaselab"]
...@@ -453,16 +484,19 @@ targets: ...@@ -453,16 +484,19 @@ targets:
- name: Linux gradle_desugar_classes_test - name: Linux gradle_desugar_classes_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"} {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -475,16 +509,19 @@ targets: ...@@ -475,16 +509,19 @@ targets:
- name: Linux gradle_java8_compile_test - name: Linux gradle_java8_compile_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"} {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -497,16 +534,19 @@ targets: ...@@ -497,16 +534,19 @@ targets:
- name: Linux gradle_plugin_bundle_test - name: Linux gradle_plugin_bundle_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"} {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -519,16 +559,19 @@ targets: ...@@ -519,16 +559,19 @@ targets:
- name: Linux gradle_plugin_fat_apk_test - name: Linux gradle_plugin_fat_apk_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"} {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -541,16 +584,19 @@ targets: ...@@ -541,16 +584,19 @@ targets:
- name: Linux gradle_plugin_light_apk_test - name: Linux gradle_plugin_light_apk_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"} {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -563,16 +609,19 @@ targets: ...@@ -563,16 +609,19 @@ targets:
- name: Linux module_custom_host_app_name_test - name: Linux module_custom_host_app_name_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"} {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -586,16 +635,19 @@ targets: ...@@ -586,16 +635,19 @@ targets:
- name: Linux module_host_with_custom_build_test - name: Linux module_host_with_custom_build_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"} {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -609,16 +661,19 @@ targets: ...@@ -609,16 +661,19 @@ targets:
- name: Linux module_test - name: Linux module_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"} {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -632,16 +687,19 @@ targets: ...@@ -632,16 +687,19 @@ targets:
- name: Linux plugin_dependencies_test - name: Linux plugin_dependencies_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"} {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -655,16 +713,19 @@ targets: ...@@ -655,16 +713,19 @@ targets:
- name: Linux plugin_test - name: Linux plugin_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"} {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -706,7 +767,8 @@ targets: ...@@ -706,7 +767,8 @@ targets:
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"} {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -725,6 +787,7 @@ targets: ...@@ -725,6 +787,7 @@ targets:
- name: Linux tool_integration_tests_1_4 - name: Linux tool_integration_tests_1_4
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -733,9 +796,13 @@ targets: ...@@ -733,9 +796,13 @@ targets:
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "clang"}, {"dependency": "clang"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "goldctl"} {"dependency": "goldctl"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: tool_integration_tests shard: tool_integration_tests
subshard: "1_4" subshard: "1_4"
tags: > tags: >
...@@ -750,6 +817,7 @@ targets: ...@@ -750,6 +817,7 @@ targets:
- name: Linux tool_integration_tests_2_4 - name: Linux tool_integration_tests_2_4
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -758,9 +826,13 @@ targets: ...@@ -758,9 +826,13 @@ targets:
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "clang"}, {"dependency": "clang"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "goldctl"} {"dependency": "goldctl"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: tool_integration_tests shard: tool_integration_tests
subshard: "2_4" subshard: "2_4"
tags: > tags: >
...@@ -775,6 +847,7 @@ targets: ...@@ -775,6 +847,7 @@ targets:
- name: Linux tool_integration_tests_3_4 - name: Linux tool_integration_tests_3_4
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -783,9 +856,13 @@ targets: ...@@ -783,9 +856,13 @@ targets:
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "clang"}, {"dependency": "clang"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "goldctl"} {"dependency": "goldctl"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: tool_integration_tests shard: tool_integration_tests
subshard: "3_4" subshard: "3_4"
tags: > tags: >
...@@ -800,6 +877,7 @@ targets: ...@@ -800,6 +877,7 @@ targets:
- name: Linux tool_integration_tests_4_4 - name: Linux tool_integration_tests_4_4
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -808,9 +886,13 @@ targets: ...@@ -808,9 +886,13 @@ targets:
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "clang"}, {"dependency": "clang"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "goldctl"} {"dependency": "goldctl"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: tool_integration_tests shard: tool_integration_tests
subshard: "4_4" subshard: "4_4"
tags: > tags: >
...@@ -877,7 +959,8 @@ targets: ...@@ -877,7 +959,8 @@ targets:
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"} {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -1474,17 +1557,6 @@ targets: ...@@ -1474,17 +1557,6 @@ targets:
task_name: flutter_gallery__start_up task_name: flutter_gallery__start_up
scheduler: luci scheduler: luci
- name: Linux_android flutter_gallery__start_up_delayed
recipe: devicelab/devicelab_drone
bringup: true
presubmit: false
timeout: 60
properties:
tags: >
["devicelab","android","linux"]
task_name: flutter_gallery__start_up_delayed
scheduler: luci
- name: Linux_android flutter_gallery_android__compile - name: Linux_android flutter_gallery_android__compile
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
presubmit: false presubmit: false
...@@ -1667,13 +1739,19 @@ targets: ...@@ -1667,13 +1739,19 @@ targets:
- name: Linux android views - name: Linux android views
recipe: flutter/android_views recipe: flutter/android_views
bringup: true
presubmit: true presubmit: true
properties: properties:
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "open_jdk", "version": "11"},
{"dependency": "android_virtual_device", "version": "31"} {"dependency": "android_virtual_device", "version": "31"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
tags: > tags: >
["framework","hostonly"] ["framework","hostonly"]
timeout: 60 timeout: 60
...@@ -1687,7 +1765,12 @@ targets: ...@@ -1687,7 +1765,12 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "android_virtual_device", "version": "31"}, {"dependency": "android_virtual_device", "version": "31"},
{"dependency": "curl"} {"dependency": "curl"},
{"dependency": "open_jdk", "version": "11"}
]
caches: >-
[
{"name": "openjdk", "path": "java11"}
] ]
tags: > tags: >
["framework","hostonly"] ["framework","hostonly"]
...@@ -1696,18 +1779,20 @@ targets: ...@@ -1696,18 +1779,20 @@ targets:
- name: Mac build_aar_module_test - name: Mac build_aar_module_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "gems"}, {"dependency": "gems"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"} {"dependency": "xcode"}
] ]
tags: > tags: >
...@@ -1726,12 +1811,13 @@ targets: ...@@ -1726,12 +1811,13 @@ targets:
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"} {"dependency": "gems"}
] ]
...@@ -1747,6 +1833,7 @@ targets: ...@@ -1747,6 +1833,7 @@ targets:
- name: Mac build_tests_1_4 - name: Mac build_tests_1_4
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -1754,11 +1841,15 @@ targets: ...@@ -1754,11 +1841,15 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"}, {"dependency": "gems"},
{"dependency": "goldctl"} {"dependency": "goldctl"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: build_tests shard: build_tests
subshard: "1_4" subshard: "1_4"
tags: > tags: >
...@@ -1767,6 +1858,7 @@ targets: ...@@ -1767,6 +1858,7 @@ targets:
- name: Mac build_tests_2_4 - name: Mac build_tests_2_4
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -1774,11 +1866,15 @@ targets: ...@@ -1774,11 +1866,15 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"}, {"dependency": "gems"},
{"dependency": "goldctl"} {"dependency": "goldctl"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: build_tests shard: build_tests
subshard: "2_4" subshard: "2_4"
tags: > tags: >
...@@ -1787,6 +1883,7 @@ targets: ...@@ -1787,6 +1883,7 @@ targets:
- name: Mac build_tests_3_4 - name: Mac build_tests_3_4
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -1794,11 +1891,15 @@ targets: ...@@ -1794,11 +1891,15 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"}, {"dependency": "gems"},
{"dependency": "goldctl"} {"dependency": "goldctl"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: build_tests shard: build_tests
subshard: "3_4" subshard: "3_4"
tags: > tags: >
...@@ -1807,6 +1908,7 @@ targets: ...@@ -1807,6 +1908,7 @@ targets:
- name: Mac build_tests_4_4 - name: Mac build_tests_4_4
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -1814,11 +1916,15 @@ targets: ...@@ -1814,11 +1916,15 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"}, {"dependency": "gems"},
{"dependency": "goldctl"} {"dependency": "goldctl"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: build_tests shard: build_tests
subshard: "4_4" subshard: "4_4"
tags: > tags: >
...@@ -1941,16 +2047,18 @@ targets: ...@@ -1941,16 +2047,18 @@ targets:
- name: Mac gradle_plugin_bundle_test - name: Mac gradle_plugin_bundle_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"} {"dependency": "gems"}
] ]
...@@ -1965,16 +2073,18 @@ targets: ...@@ -1965,16 +2073,18 @@ targets:
- name: Mac gradle_plugin_fat_apk_test - name: Mac gradle_plugin_fat_apk_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"} {"dependency": "gems"}
] ]
...@@ -1989,16 +2099,18 @@ targets: ...@@ -1989,16 +2099,18 @@ targets:
- name: Mac gradle_plugin_light_apk_test - name: Mac gradle_plugin_light_apk_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"} {"dependency": "gems"}
] ]
...@@ -2013,16 +2125,18 @@ targets: ...@@ -2013,16 +2125,18 @@ targets:
- name: Mac module_custom_host_app_name_test - name: Mac module_custom_host_app_name_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"} {"dependency": "gems"}
] ]
...@@ -2038,16 +2152,18 @@ targets: ...@@ -2038,16 +2152,18 @@ targets:
- name: Mac module_host_with_custom_build_test - name: Mac module_host_with_custom_build_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"} {"dependency": "gems"}
] ]
...@@ -2063,16 +2179,18 @@ targets: ...@@ -2063,16 +2179,18 @@ targets:
- name: Mac module_test - name: Mac module_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"} {"dependency": "gems"}
] ]
...@@ -2092,12 +2210,13 @@ targets: ...@@ -2092,12 +2210,13 @@ targets:
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"} {"dependency": "gems"}
] ]
...@@ -2113,16 +2232,18 @@ targets: ...@@ -2113,16 +2232,18 @@ targets:
- name: Mac plugin_dependencies_test - name: Mac plugin_dependencies_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"} {"dependency": "gems"}
] ]
...@@ -2142,12 +2263,13 @@ targets: ...@@ -2142,12 +2263,13 @@ targets:
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"} {"dependency": "gems"}
] ]
...@@ -2164,16 +2286,18 @@ targets: ...@@ -2164,16 +2286,18 @@ targets:
- name: Mac plugin_test - name: Mac plugin_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"} {"dependency": "gems"}
] ]
...@@ -2189,6 +2313,7 @@ targets: ...@@ -2189,6 +2313,7 @@ targets:
- name: Mac tool_integration_tests_1_4 - name: Mac tool_integration_tests_1_4
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -2196,11 +2321,15 @@ targets: ...@@ -2196,11 +2321,15 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"}, {"dependency": "gems"},
{"dependency": "goldctl"} {"dependency": "goldctl"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: tool_integration_tests shard: tool_integration_tests
subshard: "1_4" subshard: "1_4"
tags: > tags: >
...@@ -2214,6 +2343,7 @@ targets: ...@@ -2214,6 +2343,7 @@ targets:
- name: Mac tool_integration_tests_2_4 - name: Mac tool_integration_tests_2_4
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -2221,11 +2351,15 @@ targets: ...@@ -2221,11 +2351,15 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"}, {"dependency": "gems"},
{"dependency": "goldctl"} {"dependency": "goldctl"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: tool_integration_tests shard: tool_integration_tests
subshard: "2_4" subshard: "2_4"
tags: > tags: >
...@@ -2239,6 +2373,7 @@ targets: ...@@ -2239,6 +2373,7 @@ targets:
- name: Mac tool_integration_tests_3_4 - name: Mac tool_integration_tests_3_4
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -2246,11 +2381,15 @@ targets: ...@@ -2246,11 +2381,15 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"}, {"dependency": "gems"},
{"dependency": "goldctl"} {"dependency": "goldctl"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: tool_integration_tests shard: tool_integration_tests
subshard: "3_4" subshard: "3_4"
tags: > tags: >
...@@ -2264,6 +2403,7 @@ targets: ...@@ -2264,6 +2403,7 @@ targets:
- name: Mac tool_integration_tests_4_4 - name: Mac tool_integration_tests_4_4
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -2271,11 +2411,15 @@ targets: ...@@ -2271,11 +2411,15 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "xcode"}, {"dependency": "xcode"},
{"dependency": "gems"}, {"dependency": "gems"},
{"dependency": "goldctl"} {"dependency": "goldctl"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: tool_integration_tests shard: tool_integration_tests
subshard: "4_4" subshard: "4_4"
tags: > tags: >
...@@ -3275,18 +3419,20 @@ targets: ...@@ -3275,18 +3419,20 @@ targets:
- name: Windows build_aar_module_test - name: Windows build_aar_module_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"} {"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -3300,6 +3446,7 @@ targets: ...@@ -3300,6 +3446,7 @@ targets:
- name: Windows build_tests_1_3 - name: Windows build_tests_1_3
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -3307,10 +3454,14 @@ targets: ...@@ -3307,10 +3454,14 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "goldctl"}, {"dependency": "goldctl"},
{"dependency": "vs_build"} {"dependency": "vs_build"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: build_tests shard: build_tests
subshard: "1_3" subshard: "1_3"
tags: > tags: >
...@@ -3319,6 +3470,7 @@ targets: ...@@ -3319,6 +3470,7 @@ targets:
- name: Windows build_tests_2_3 - name: Windows build_tests_2_3
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -3326,10 +3478,14 @@ targets: ...@@ -3326,10 +3478,14 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "goldctl"}, {"dependency": "goldctl"},
{"dependency": "vs_build"} {"dependency": "vs_build"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: build_tests shard: build_tests
subshard: "2_3" subshard: "2_3"
tags: > tags: >
...@@ -3338,6 +3494,7 @@ targets: ...@@ -3338,6 +3494,7 @@ targets:
- name: Windows build_tests_3_3 - name: Windows build_tests_3_3
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -3345,10 +3502,14 @@ targets: ...@@ -3345,10 +3502,14 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "goldctl"}, {"dependency": "goldctl"},
{"dependency": "vs_build"} {"dependency": "vs_build"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: build_tests shard: build_tests
subshard: "3_3" subshard: "3_3"
tags: > tags: >
...@@ -3447,17 +3608,19 @@ targets: ...@@ -3447,17 +3608,19 @@ targets:
- name: Windows gradle_plugin_bundle_test - name: Windows gradle_plugin_bundle_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"} {"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -3470,18 +3633,20 @@ targets: ...@@ -3470,18 +3633,20 @@ targets:
- name: Windows gradle_plugin_fat_apk_test - name: Windows gradle_plugin_fat_apk_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
presubmit: false presubmit: false
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"} {"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -3490,17 +3655,19 @@ targets: ...@@ -3490,17 +3655,19 @@ targets:
- name: Windows gradle_plugin_light_apk_test - name: Windows gradle_plugin_light_apk_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"} {"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -3531,13 +3698,18 @@ targets: ...@@ -3531,13 +3698,18 @@ targets:
- name: Windows module_custom_host_app_name_test - name: Windows module_custom_host_app_name_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"} {"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -3551,17 +3723,19 @@ targets: ...@@ -3551,17 +3723,19 @@ targets:
- name: Windows module_host_with_custom_build_test - name: Windows module_host_with_custom_build_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"} {"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -3575,17 +3749,19 @@ targets: ...@@ -3575,17 +3749,19 @@ targets:
- name: Windows module_test - name: Windows module_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"} {"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -3599,17 +3775,19 @@ targets: ...@@ -3599,17 +3775,19 @@ targets:
- name: Windows plugin_dependencies_test - name: Windows plugin_dependencies_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"} {"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -3623,17 +3801,19 @@ targets: ...@@ -3623,17 +3801,19 @@ targets:
- name: Windows plugin_test - name: Windows plugin_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
caches: >- caches: >-
[ [
{"name":"gradle","path":"gradle"} {"name":"gradle","path":"gradle"},
{"name": "openjdk", "path": "java11"}
] ]
dependencies: >- dependencies: >-
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"} {"dependency": "open_jdk", "version": "11"}
] ]
tags: > tags: >
["devicelab","hostonly"] ["devicelab","hostonly"]
...@@ -3647,6 +3827,7 @@ targets: ...@@ -3647,6 +3827,7 @@ targets:
- name: Windows tool_integration_tests_1_5 - name: Windows tool_integration_tests_1_5
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -3654,10 +3835,14 @@ targets: ...@@ -3654,10 +3835,14 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "goldctl"}, {"dependency": "goldctl"},
{"dependency": "vs_build"} {"dependency": "vs_build"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: tool_integration_tests shard: tool_integration_tests
subshard: "1_5" subshard: "1_5"
tags: > tags: >
...@@ -3671,6 +3856,7 @@ targets: ...@@ -3671,6 +3856,7 @@ targets:
- name: Windows tool_integration_tests_2_5 - name: Windows tool_integration_tests_2_5
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -3678,10 +3864,14 @@ targets: ...@@ -3678,10 +3864,14 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "goldctl"}, {"dependency": "goldctl"},
{"dependency": "vs_build"} {"dependency": "vs_build"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: tool_integration_tests shard: tool_integration_tests
subshard: "2_5" subshard: "2_5"
tags: > tags: >
...@@ -3695,6 +3885,7 @@ targets: ...@@ -3695,6 +3885,7 @@ targets:
- name: Windows tool_integration_tests_3_5 - name: Windows tool_integration_tests_3_5
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -3702,10 +3893,14 @@ targets: ...@@ -3702,10 +3893,14 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "goldctl"}, {"dependency": "goldctl"},
{"dependency": "vs_build"} {"dependency": "vs_build"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: tool_integration_tests shard: tool_integration_tests
subshard: "3_5" subshard: "3_5"
tags: > tags: >
...@@ -3719,6 +3914,7 @@ targets: ...@@ -3719,6 +3914,7 @@ targets:
- name: Windows tool_integration_tests_4_5 - name: Windows tool_integration_tests_4_5
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -3726,10 +3922,14 @@ targets: ...@@ -3726,10 +3922,14 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "goldctl"}, {"dependency": "goldctl"},
{"dependency": "vs_build"} {"dependency": "vs_build"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: tool_integration_tests shard: tool_integration_tests
subshard: "4_5" subshard: "4_5"
tags: > tags: >
...@@ -3743,6 +3943,7 @@ targets: ...@@ -3743,6 +3943,7 @@ targets:
- name: Windows tool_integration_tests_5_5 - name: Windows tool_integration_tests_5_5
recipe: flutter/flutter_drone recipe: flutter/flutter_drone
bringup: true
timeout: 60 timeout: 60
properties: properties:
add_recipes_cq: "true" add_recipes_cq: "true"
...@@ -3750,10 +3951,14 @@ targets: ...@@ -3750,10 +3951,14 @@ targets:
[ [
{"dependency": "android_sdk"}, {"dependency": "android_sdk"},
{"dependency": "chrome_and_driver", "version": "version:84"}, {"dependency": "chrome_and_driver", "version": "version:84"},
{"dependency": "open_jdk"}, {"dependency": "open_jdk", "version": "11"},
{"dependency": "goldctl"}, {"dependency": "goldctl"},
{"dependency": "vs_build"} {"dependency": "vs_build"}
] ]
caches: >-
[
{"name": "openjdk", "path": "java11"}
]
shard: tool_integration_tests shard: tool_integration_tests
subshard: "5_5" subshard: "5_5"
tags: > tags: >
......
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.0.0' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:7.0.0=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:7.0.0=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:7.0.0=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:30.0.0=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:30.0.0=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:30.0.0=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:30.0.0=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:7.0.0-7396180=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:7.0.0=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:7.0.0=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:7.0.0=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:7.0.0=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:7.0.0=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:7.0.0=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:1.6.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:7.0.0=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:7.0.0=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:30.0.0=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:30.0.0=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:30.0.0=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-model:30.0.0=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.utp:android-device-provider-gradle-proto:30.0.0=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.0=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.0=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:annotations:30.0.0=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:common:30.0.0=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:dvlib:30.0.0=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:repository:30.0.0=classpath com.android.tools:repository:30.0.1=classpath
com.android.tools:sdk-common:30.0.0=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android.tools:sdklib:30.0.0=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.0=classpath com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.0=classpath com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
......
...@@ -24,35 +24,34 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugCompileClasspath ...@@ -24,35 +24,34 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugCompileClasspath
androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:30.0.0=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:30.0.0=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:30.0.0=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:7.0.0=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:7.0.0=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:7.0.0=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:7.0.0=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:7.0.0=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:30.0.0=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:30.0.0=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:30.0.0=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:30.0.0=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:30.0.0=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:30.0.0=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.lint:lint-api:30.0.0=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:30.0.0=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:30.0.0=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-model:30.0.0=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint:30.0.0=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools:annotations:30.0.0=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools:common:30.0.0=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:dvlib:30.0.0=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:repository:30.0.0=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:sdk-common:30.0.0=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:sdklib:30.0.0=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android:signflinger:7.0.0=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android:zipflinger:7.0.0=lintClassPath
com.beust:jcommander:1.78=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.github.javaparser:javaparser-core:3.17.0=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.google.code.findbugs:jsr305:2.0.1=debugAndroidTestCompileClasspath com.google.code.findbugs:jsr305:2.0.1=debugAndroidTestCompileClasspath
...@@ -157,4 +156,4 @@ org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath ...@@ -157,4 +156,4 @@ org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
org.testng:testng:7.3.0=lintClassPath org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -24,35 +24,34 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRunti ...@@ -24,35 +24,34 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRunti
androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:30.0.0=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:30.0.0=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:30.0.0=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:7.0.0=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:7.0.0=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:7.0.0=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:7.0.0=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:7.0.0=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:30.0.0=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:30.0.0=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:30.0.0=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:30.0.0=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:30.0.0=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:30.0.0=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.lint:lint-api:30.0.0=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:30.0.0=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:30.0.0=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-model:30.0.0=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint:30.0.0=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools:annotations:30.0.0=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools:common:30.0.0=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:dvlib:30.0.0=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:repository:30.0.0=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:sdk-common:30.0.0=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:sdklib:30.0.0=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android:signflinger:7.0.0=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android:zipflinger:7.0.0=lintClassPath
com.beust:jcommander:1.78=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.github.javaparser:javaparser-core:3.17.0=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
...@@ -156,4 +155,4 @@ org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath ...@@ -156,4 +155,4 @@ org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
org.testng:testng:7.3.0=lintClassPath org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -24,43 +24,43 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugCompileClasspath ...@@ -24,43 +24,43 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugCompileClasspath
androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.3.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:failureaccess:1.0.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-android=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:guava:28.1-android=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.j2objc:j2objc-annotations:1.3=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -69,43 +69,90 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath ...@@ -69,43 +69,90 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-compat-qual:2.5.5=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath org.checkerframework:checker-compat-qual:2.5.5=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -24,43 +24,43 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRunti ...@@ -24,43 +24,43 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRunti
androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.3.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-android=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:guava:28.1-android=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -69,43 +69,90 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath ...@@ -69,43 +69,90 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -10,7 +10,7 @@ buildscript { ...@@ -10,7 +10,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath "com.android.tools.build:gradle:4.1.2" classpath "com.android.tools.build:gradle:7.0.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
......
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenci ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenci
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,47 +61,89 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,47 +61,89 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath org.jetbrains.kotlin:kotlin-daemon-embeddable:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.4.32=kotlinKlibCommonizerClasspath org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.4.32=kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.jetbrains.kotlin:kotlin-reflect:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-script-runtime:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath org.jetbrains.kotlin:kotlin-script-runtime:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,lintClassPath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestApiDependenciesMetadata,androidTestCompileOnlyDependenciesMetadata,androidTestDebugApiDependenciesMetadata,androidTestDebugCompileOnlyDependenciesMetadata,androidTestDebugImplementationDependenciesMetadata,androidTestDebugRuntimeOnlyDependenciesMetadata,androidTestImplementationDependenciesMetadata,androidTestProfileApiDependenciesMetadata,androidTestProfileCompileOnlyDependenciesMetadata,androidTestProfileImplementationDependenciesMetadata,androidTestProfileRuntimeOnlyDependenciesMetadata,androidTestReleaseApiDependenciesMetadata,androidTestReleaseCompileOnlyDependenciesMetadata,androidTestReleaseImplementationDependenciesMetadata,androidTestReleaseRuntimeOnlyDependenciesMetadata,androidTestRuntimeOnlyDependenciesMetadata,androidTestUtil,apiDependenciesMetadata,compile,compileOnlyDependenciesMetadata,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestApiDependenciesMetadata,debugAndroidTestCompile,debugAndroidTestCompileOnlyDependenciesMetadata,debugAndroidTestImplementationDependenciesMetadata,debugAndroidTestRuntime,debugAndroidTestRuntimeClasspath,debugAndroidTestRuntimeOnlyDependenciesMetadata,debugAnnotationProcessorClasspath,debugCompile,debugCompileOnly,debugCompileOnlyDependenciesMetadata,debugReverseMetadataValues,debugRuntime,debugRuntimeOnlyDependenciesMetadata,debugUnitTestAnnotationProcessorClasspath,debugUnitTestApiDependenciesMetadata,debugUnitTestCompile,debugUnitTestCompileOnlyDependenciesMetadata,debugUnitTestImplementationDependenciesMetadata,debugUnitTestRuntime,debugUnitTestRuntimeOnlyDependenciesMetadata,debugWearBundling,kotlinCompilerPluginClasspath,kotlinNativeCompilerPluginClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileCompile,profileCompileOnly,profileCompileOnlyDependenciesMetadata,profileReverseMetadataValues,profileRuntime,profileRuntimeOnlyDependenciesMetadata,profileUnitTestAnnotationProcessorClasspath,profileUnitTestApiDependenciesMetadata,profileUnitTestCompile,profileUnitTestCompileOnlyDependenciesMetadata,profileUnitTestImplementationDependenciesMetadata,profileUnitTestRuntime,profileUnitTestRuntimeOnlyDependenciesMetadata,profileWearBundling,releaseAnnotationProcessorClasspath,releaseCompile,releaseCompileOnly,releaseCompileOnlyDependenciesMetadata,releaseReverseMetadataValues,releaseRuntime,releaseRuntimeOnlyDependenciesMetadata,releaseUnitTestAnnotationProcessorClasspath,releaseUnitTestApiDependenciesMetadata,releaseUnitTestCompile,releaseUnitTestCompileOnlyDependenciesMetadata,releaseUnitTestImplementationDependenciesMetadata,releaseUnitTestRuntime,releaseUnitTestRuntimeOnlyDependenciesMetadata,releaseWearBundling,runtimeOnlyDependenciesMetadata,testApiDependenciesMetadata,testCompile,testCompileOnlyDependenciesMetadata,testDebugApiDependenciesMetadata,testDebugCompileOnlyDependenciesMetadata,testDebugImplementationDependenciesMetadata,testDebugRuntimeOnlyDependenciesMetadata,testImplementationDependenciesMetadata,testProfileApiDependenciesMetadata,testProfileCompileOnlyDependenciesMetadata,testProfileImplementationDependenciesMetadata,testProfileRuntimeOnlyDependenciesMetadata,testReleaseApiDependenciesMetadata,testReleaseCompileOnlyDependenciesMetadata,testReleaseImplementationDependenciesMetadata,testReleaseRuntimeOnlyDependenciesMetadata,testRuntimeOnlyDependenciesMetadata org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestApiDependenciesMetadata,androidTestCompileOnlyDependenciesMetadata,androidTestDebugApiDependenciesMetadata,androidTestDebugCompileOnlyDependenciesMetadata,androidTestDebugImplementationDependenciesMetadata,androidTestDebugRuntimeOnlyDependenciesMetadata,androidTestImplementationDependenciesMetadata,androidTestProfileApiDependenciesMetadata,androidTestProfileCompileOnlyDependenciesMetadata,androidTestProfileImplementationDependenciesMetadata,androidTestProfileRuntimeOnlyDependenciesMetadata,androidTestReleaseApiDependenciesMetadata,androidTestReleaseCompileOnlyDependenciesMetadata,androidTestReleaseImplementationDependenciesMetadata,androidTestReleaseRuntimeOnlyDependenciesMetadata,androidTestRuntimeOnlyDependenciesMetadata,androidTestUtil,apiDependenciesMetadata,compileOnlyDependenciesMetadata,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestApiDependenciesMetadata,debugAndroidTestCompile,debugAndroidTestCompileOnlyDependenciesMetadata,debugAndroidTestImplementationDependenciesMetadata,debugAndroidTestRuntime,debugAndroidTestRuntimeClasspath,debugAndroidTestRuntimeOnlyDependenciesMetadata,debugAnnotationProcessorClasspath,debugCompile,debugCompileOnly,debugCompileOnlyDependenciesMetadata,debugReverseMetadataValues,debugRuntime,debugRuntimeOnlyDependenciesMetadata,debugUnitTestAnnotationProcessorClasspath,debugUnitTestApiDependenciesMetadata,debugUnitTestCompile,debugUnitTestCompileOnlyDependenciesMetadata,debugUnitTestImplementationDependenciesMetadata,debugUnitTestRuntime,debugUnitTestRuntimeOnlyDependenciesMetadata,debugWearBundling,kotlinCompilerPluginClasspath,kotlinNativeCompilerPluginClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileCompile,profileCompileOnly,profileCompileOnlyDependenciesMetadata,profileReverseMetadataValues,profileRuntime,profileRuntimeOnlyDependenciesMetadata,profileUnitTestAnnotationProcessorClasspath,profileUnitTestApiDependenciesMetadata,profileUnitTestCompile,profileUnitTestCompileOnlyDependenciesMetadata,profileUnitTestImplementationDependenciesMetadata,profileUnitTestRuntime,profileUnitTestRuntimeOnlyDependenciesMetadata,profileWearBundling,releaseAnnotationProcessorClasspath,releaseCompile,releaseCompileOnly,releaseCompileOnlyDependenciesMetadata,releaseReverseMetadataValues,releaseRuntime,releaseRuntimeOnlyDependenciesMetadata,releaseUnitTestAnnotationProcessorClasspath,releaseUnitTestApiDependenciesMetadata,releaseUnitTestCompile,releaseUnitTestCompileOnlyDependenciesMetadata,releaseUnitTestImplementationDependenciesMetadata,releaseUnitTestRuntime,releaseUnitTestRuntimeOnlyDependenciesMetadata,releaseWearBundling,runtimeOnlyDependenciesMetadata,testApiDependenciesMetadata,testCompileOnlyDependenciesMetadata,testDebugApiDependenciesMetadata,testDebugCompileOnlyDependenciesMetadata,testDebugImplementationDependenciesMetadata,testDebugRuntimeOnlyDependenciesMetadata,testImplementationDependenciesMetadata,testProfileApiDependenciesMetadata,testProfileCompileOnlyDependenciesMetadata,testProfileImplementationDependenciesMetadata,testProfileRuntimeOnlyDependenciesMetadata,testReleaseApiDependenciesMetadata,testReleaseCompileOnlyDependenciesMetadata,testReleaseImplementationDependenciesMetadata,testReleaseRuntimeOnlyDependenciesMetadata,testRuntimeOnlyDependenciesMetadata
...@@ -8,7 +8,7 @@ buildscript { ...@@ -8,7 +8,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.0' classpath 'com.android.tools.build:gradle:7.0.1'
} }
} }
......
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,47 +61,89 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,47 +61,89 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath org.jetbrains.kotlin:kotlin-daemon-embeddable:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.4.32=kotlinKlibCommonizerClasspath org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.4.32=kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.jetbrains.kotlin:kotlin-reflect:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-script-runtime:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath org.jetbrains.kotlin:kotlin-script-runtime:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestApiDependenciesMetadata,androidTestCompileOnlyDependenciesMetadata,androidTestDebugApiDependenciesMetadata,androidTestDebugCompileOnlyDependenciesMetadata,androidTestDebugImplementationDependenciesMetadata,androidTestDebugRuntimeOnlyDependenciesMetadata,androidTestImplementationDependenciesMetadata,androidTestProfileApiDependenciesMetadata,androidTestProfileCompileOnlyDependenciesMetadata,androidTestProfileImplementationDependenciesMetadata,androidTestProfileRuntimeOnlyDependenciesMetadata,androidTestReleaseApiDependenciesMetadata,androidTestReleaseCompileOnlyDependenciesMetadata,androidTestReleaseImplementationDependenciesMetadata,androidTestReleaseRuntimeOnlyDependenciesMetadata,androidTestRuntimeOnlyDependenciesMetadata,androidTestUtil,compile,compileOnlyDependenciesMetadata,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestApiDependenciesMetadata,debugAndroidTestCompile,debugAndroidTestCompileOnlyDependenciesMetadata,debugAndroidTestImplementationDependenciesMetadata,debugAndroidTestRuntime,debugAndroidTestRuntimeClasspath,debugAndroidTestRuntimeOnlyDependenciesMetadata,debugAnnotationProcessorClasspath,debugCompile,debugCompileOnly,debugCompileOnlyDependenciesMetadata,debugReverseMetadataValues,debugRuntime,debugRuntimeOnlyDependenciesMetadata,debugUnitTestAnnotationProcessorClasspath,debugUnitTestApiDependenciesMetadata,debugUnitTestCompile,debugUnitTestCompileOnlyDependenciesMetadata,debugUnitTestImplementationDependenciesMetadata,debugUnitTestRuntime,debugUnitTestRuntimeOnlyDependenciesMetadata,debugWearBundling,kotlinCompilerPluginClasspath,kotlinNativeCompilerPluginClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileCompile,profileCompileOnly,profileCompileOnlyDependenciesMetadata,profileReverseMetadataValues,profileRuntime,profileRuntimeOnlyDependenciesMetadata,profileUnitTestAnnotationProcessorClasspath,profileUnitTestApiDependenciesMetadata,profileUnitTestCompile,profileUnitTestCompileOnlyDependenciesMetadata,profileUnitTestImplementationDependenciesMetadata,profileUnitTestRuntime,profileUnitTestRuntimeOnlyDependenciesMetadata,profileWearBundling,releaseAnnotationProcessorClasspath,releaseCompile,releaseCompileOnly,releaseCompileOnlyDependenciesMetadata,releaseReverseMetadataValues,releaseRuntime,releaseRuntimeOnlyDependenciesMetadata,releaseUnitTestAnnotationProcessorClasspath,releaseUnitTestApiDependenciesMetadata,releaseUnitTestCompile,releaseUnitTestCompileOnlyDependenciesMetadata,releaseUnitTestImplementationDependenciesMetadata,releaseUnitTestRuntime,releaseUnitTestRuntimeOnlyDependenciesMetadata,releaseWearBundling,runtimeOnlyDependenciesMetadata,testApiDependenciesMetadata,testCompile,testCompileOnlyDependenciesMetadata,testDebugApiDependenciesMetadata,testDebugCompileOnlyDependenciesMetadata,testDebugImplementationDependenciesMetadata,testDebugRuntimeOnlyDependenciesMetadata,testImplementationDependenciesMetadata,testProfileApiDependenciesMetadata,testProfileCompileOnlyDependenciesMetadata,testProfileImplementationDependenciesMetadata,testProfileRuntimeOnlyDependenciesMetadata,testReleaseApiDependenciesMetadata,testReleaseCompileOnlyDependenciesMetadata,testReleaseImplementationDependenciesMetadata,testReleaseRuntimeOnlyDependenciesMetadata,testRuntimeOnlyDependenciesMetadata org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestApiDependenciesMetadata,androidTestCompileOnlyDependenciesMetadata,androidTestDebugApiDependenciesMetadata,androidTestDebugCompileOnlyDependenciesMetadata,androidTestDebugImplementationDependenciesMetadata,androidTestDebugRuntimeOnlyDependenciesMetadata,androidTestImplementationDependenciesMetadata,androidTestProfileApiDependenciesMetadata,androidTestProfileCompileOnlyDependenciesMetadata,androidTestProfileImplementationDependenciesMetadata,androidTestProfileRuntimeOnlyDependenciesMetadata,androidTestReleaseApiDependenciesMetadata,androidTestReleaseCompileOnlyDependenciesMetadata,androidTestReleaseImplementationDependenciesMetadata,androidTestReleaseRuntimeOnlyDependenciesMetadata,androidTestRuntimeOnlyDependenciesMetadata,androidTestUtil,compileOnlyDependenciesMetadata,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestApiDependenciesMetadata,debugAndroidTestCompile,debugAndroidTestCompileOnlyDependenciesMetadata,debugAndroidTestImplementationDependenciesMetadata,debugAndroidTestRuntime,debugAndroidTestRuntimeClasspath,debugAndroidTestRuntimeOnlyDependenciesMetadata,debugAnnotationProcessorClasspath,debugCompile,debugCompileOnly,debugCompileOnlyDependenciesMetadata,debugReverseMetadataValues,debugRuntime,debugRuntimeOnlyDependenciesMetadata,debugUnitTestAnnotationProcessorClasspath,debugUnitTestApiDependenciesMetadata,debugUnitTestCompile,debugUnitTestCompileOnlyDependenciesMetadata,debugUnitTestImplementationDependenciesMetadata,debugUnitTestRuntime,debugUnitTestRuntimeOnlyDependenciesMetadata,debugWearBundling,kotlinCompilerPluginClasspath,kotlinNativeCompilerPluginClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileCompile,profileCompileOnly,profileCompileOnlyDependenciesMetadata,profileReverseMetadataValues,profileRuntime,profileRuntimeOnlyDependenciesMetadata,profileUnitTestAnnotationProcessorClasspath,profileUnitTestApiDependenciesMetadata,profileUnitTestCompile,profileUnitTestCompileOnlyDependenciesMetadata,profileUnitTestImplementationDependenciesMetadata,profileUnitTestRuntime,profileUnitTestRuntimeOnlyDependenciesMetadata,profileWearBundling,releaseAnnotationProcessorClasspath,releaseCompile,releaseCompileOnly,releaseCompileOnlyDependenciesMetadata,releaseReverseMetadataValues,releaseRuntime,releaseRuntimeOnlyDependenciesMetadata,releaseUnitTestAnnotationProcessorClasspath,releaseUnitTestApiDependenciesMetadata,releaseUnitTestCompile,releaseUnitTestCompileOnlyDependenciesMetadata,releaseUnitTestImplementationDependenciesMetadata,releaseUnitTestRuntime,releaseUnitTestRuntimeOnlyDependenciesMetadata,releaseWearBundling,runtimeOnlyDependenciesMetadata,testApiDependenciesMetadata,testCompileOnlyDependenciesMetadata,testDebugApiDependenciesMetadata,testDebugCompileOnlyDependenciesMetadata,testDebugImplementationDependenciesMetadata,testDebugRuntimeOnlyDependenciesMetadata,testImplementationDependenciesMetadata,testProfileApiDependenciesMetadata,testProfileCompileOnlyDependenciesMetadata,testProfileImplementationDependenciesMetadata,testProfileRuntimeOnlyDependenciesMetadata,testReleaseApiDependenciesMetadata,testReleaseCompileOnlyDependenciesMetadata,testReleaseImplementationDependenciesMetadata,testReleaseRuntimeOnlyDependenciesMetadata,testRuntimeOnlyDependenciesMetadata
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRu ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRu
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath
...@@ -8,7 +8,7 @@ buildscript { ...@@ -8,7 +8,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.0' classpath 'com.android.tools.build:gradle:7.0.1'
} }
} }
......
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,43 +19,43 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp ...@@ -19,43 +19,43 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.3.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:failureaccess:1.0.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-android=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:guava:28.1-android=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.j2objc:j2objc-annotations:1.3=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -63,39 +63,87 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -63,39 +63,87 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-compat-qual:2.5.5=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath org.checkerframework:checker-compat-qual:2.5.5=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -19,43 +19,43 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRu ...@@ -19,43 +19,43 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRu
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.3.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-android=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:guava:28.1-android=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -63,41 +63,88 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -63,41 +63,88 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath junit:junit:4.12=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=freeDebugAndroidTestCompileClasspath,freeDebugCompi ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=freeDebugAndroidTestCompileClasspath,freeDebugCompi
androidx.savedstate:savedstate:1.0.0=freeDebugAndroidTestCompileClasspath,freeDebugCompileClasspath,freeDebugRuntimeClasspath,freeDebugUnitTestCompileClasspath,freeDebugUnitTestRuntimeClasspath,freeProfileCompileClasspath,freeProfileRuntimeClasspath,freeProfileUnitTestCompileClasspath,freeProfileUnitTestRuntimeClasspath,freeReleaseCompileClasspath,freeReleaseRuntimeClasspath,freeReleaseUnitTestCompileClasspath,freeReleaseUnitTestRuntimeClasspath,paidDebugAndroidTestCompileClasspath,paidDebugCompileClasspath,paidDebugRuntimeClasspath,paidDebugUnitTestCompileClasspath,paidDebugUnitTestRuntimeClasspath,paidProfileCompileClasspath,paidProfileRuntimeClasspath,paidProfileUnitTestCompileClasspath,paidProfileUnitTestRuntimeClasspath,paidReleaseCompileClasspath,paidReleaseRuntimeClasspath,paidReleaseUnitTestCompileClasspath,paidReleaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=freeDebugAndroidTestCompileClasspath,freeDebugCompileClasspath,freeDebugRuntimeClasspath,freeDebugUnitTestCompileClasspath,freeDebugUnitTestRuntimeClasspath,freeProfileCompileClasspath,freeProfileRuntimeClasspath,freeProfileUnitTestCompileClasspath,freeProfileUnitTestRuntimeClasspath,freeReleaseCompileClasspath,freeReleaseRuntimeClasspath,freeReleaseUnitTestCompileClasspath,freeReleaseUnitTestRuntimeClasspath,paidDebugAndroidTestCompileClasspath,paidDebugCompileClasspath,paidDebugRuntimeClasspath,paidDebugUnitTestCompileClasspath,paidDebugUnitTestRuntimeClasspath,paidProfileCompileClasspath,paidProfileRuntimeClasspath,paidProfileUnitTestCompileClasspath,paidProfileUnitTestRuntimeClasspath,paidReleaseCompileClasspath,paidReleaseRuntimeClasspath,paidReleaseUnitTestCompileClasspath,paidReleaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=freeDebugAndroidTestCompileClasspath,freeDebugCompileClasspath,freeDebugRuntimeClasspath,freeDebugUnitTestCompileClasspath,freeDebugUnitTestRuntimeClasspath,freeProfileCompileClasspath,freeProfileRuntimeClasspath,freeProfileUnitTestCompileClasspath,freeProfileUnitTestRuntimeClasspath,freeReleaseCompileClasspath,freeReleaseRuntimeClasspath,freeReleaseUnitTestCompileClasspath,freeReleaseUnitTestRuntimeClasspath,paidDebugAndroidTestCompileClasspath,paidDebugCompileClasspath,paidDebugRuntimeClasspath,paidDebugUnitTestCompileClasspath,paidDebugUnitTestRuntimeClasspath,paidProfileCompileClasspath,paidProfileRuntimeClasspath,paidProfileUnitTestCompileClasspath,paidProfileUnitTestRuntimeClasspath,paidReleaseCompileClasspath,paidReleaseRuntimeClasspath,paidReleaseUnitTestCompileClasspath,paidReleaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=freeDebugAndroidTestCompileClasspath,freeDebugCompileClasspath,freeDebugRuntimeClasspath,freeDebugUnitTestCompileClasspath,freeDebugUnitTestRuntimeClasspath,freeProfileCompileClasspath,freeProfileRuntimeClasspath,freeProfileUnitTestCompileClasspath,freeProfileUnitTestRuntimeClasspath,freeReleaseCompileClasspath,freeReleaseRuntimeClasspath,freeReleaseUnitTestCompileClasspath,freeReleaseUnitTestRuntimeClasspath,paidDebugAndroidTestCompileClasspath,paidDebugCompileClasspath,paidDebugRuntimeClasspath,paidDebugUnitTestCompileClasspath,paidDebugUnitTestRuntimeClasspath,paidProfileCompileClasspath,paidProfileRuntimeClasspath,paidProfileUnitTestCompileClasspath,paidProfileUnitTestRuntimeClasspath,paidReleaseCompileClasspath,paidReleaseRuntimeClasspath,paidReleaseUnitTestCompileClasspath,paidReleaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=freeDebugAndroidTestCompileClasspath,freeDebugCompileClasspath,freeDebugRuntimeClasspath,freeDebugUnitTestCompileClasspath,freeDebugUnitTestRuntimeClasspath,freeProfileCompileClasspath,freeProfileRuntimeClasspath,freeProfileUnitTestCompileClasspath,freeProfileUnitTestRuntimeClasspath,freeReleaseCompileClasspath,freeReleaseRuntimeClasspath,freeReleaseUnitTestCompileClasspath,freeReleaseUnitTestRuntimeClasspath,paidDebugAndroidTestCompileClasspath,paidDebugCompileClasspath,paidDebugRuntimeClasspath,paidDebugUnitTestCompileClasspath,paidDebugUnitTestRuntimeClasspath,paidProfileCompileClasspath,paidProfileRuntimeClasspath,paidProfileUnitTestCompileClasspath,paidProfileUnitTestRuntimeClasspath,paidReleaseCompileClasspath,paidReleaseRuntimeClasspath,paidReleaseUnitTestCompileClasspath,paidReleaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=freeDebugAndroidTestCompileClasspath,freeDebugCompileClasspath,freeDebugRuntimeClasspath,freeDebugUnitTestCompileClasspath,freeDebugUnitTestRuntimeClasspath,freeProfileCompileClasspath,freeProfileRuntimeClasspath,freeProfileUnitTestCompileClasspath,freeProfileUnitTestRuntimeClasspath,freeReleaseCompileClasspath,freeReleaseRuntimeClasspath,freeReleaseUnitTestCompileClasspath,freeReleaseUnitTestRuntimeClasspath,paidDebugAndroidTestCompileClasspath,paidDebugCompileClasspath,paidDebugRuntimeClasspath,paidDebugUnitTestCompileClasspath,paidDebugUnitTestRuntimeClasspath,paidProfileCompileClasspath,paidProfileRuntimeClasspath,paidProfileUnitTestCompileClasspath,paidProfileUnitTestRuntimeClasspath,paidReleaseCompileClasspath,paidReleaseRuntimeClasspath,paidReleaseUnitTestCompileClasspath,paidReleaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,freeDebugAndroidTestAnnotationProcessorClasspath,freeDebugAndroidTestRuntimeClasspath,freeDebugAnnotationProcessorClasspath,freeDebugReverseMetadataValues,freeDebugUnitTestAnnotationProcessorClasspath,freeDebugWearBundling,freeProfileAnnotationProcessorClasspath,freeProfileReverseMetadataValues,freeProfileUnitTestAnnotationProcessorClasspath,freeProfileWearBundling,freeReleaseAnnotationProcessorClasspath,freeReleaseReverseMetadataValues,freeReleaseUnitTestAnnotationProcessorClasspath,freeReleaseWearBundling,lintChecks,lintPublish,paidDebugAndroidTestAnnotationProcessorClasspath,paidDebugAndroidTestRuntimeClasspath,paidDebugAnnotationProcessorClasspath,paidDebugReverseMetadataValues,paidDebugUnitTestAnnotationProcessorClasspath,paidDebugWearBundling,paidProfileAnnotationProcessorClasspath,paidProfileReverseMetadataValues,paidProfileUnitTestAnnotationProcessorClasspath,paidProfileWearBundling,paidReleaseAnnotationProcessorClasspath,paidReleaseReverseMetadataValues,paidReleaseUnitTestAnnotationProcessorClasspath,paidReleaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,freeDebugAndroidTestAnnotationProcessorClasspath,freeDebugAndroidTestRuntimeClasspath,freeDebugAnnotationProcessorClasspath,freeDebugReverseMetadataValues,freeDebugUnitTestAnnotationProcessorClasspath,freeDebugWearBundling,freeProfileAnnotationProcessorClasspath,freeProfileReverseMetadataValues,freeProfileUnitTestAnnotationProcessorClasspath,freeProfileWearBundling,freeReleaseAnnotationProcessorClasspath,freeReleaseReverseMetadataValues,freeReleaseUnitTestAnnotationProcessorClasspath,freeReleaseWearBundling,lintChecks,lintPublish,paidDebugAndroidTestAnnotationProcessorClasspath,paidDebugAndroidTestRuntimeClasspath,paidDebugAnnotationProcessorClasspath,paidDebugReverseMetadataValues,paidDebugUnitTestAnnotationProcessorClasspath,paidDebugWearBundling,paidProfileAnnotationProcessorClasspath,paidProfileReverseMetadataValues,paidProfileUnitTestAnnotationProcessorClasspath,paidProfileWearBundling,paidReleaseAnnotationProcessorClasspath,paidReleaseReverseMetadataValues,paidReleaseUnitTestAnnotationProcessorClasspath,paidReleaseWearBundling
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -24,37 +24,36 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRunti ...@@ -24,37 +24,36 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRunti
androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.android.exoplayer:exoplayer-common:2.12.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.android.exoplayer:exoplayer-common:2.12.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.android.exoplayer:exoplayer-core:2.12.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.android.exoplayer:exoplayer-core:2.12.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.android.exoplayer:exoplayer-dash:2.12.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.android.exoplayer:exoplayer-dash:2.12.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
...@@ -62,11 +61,12 @@ com.google.android.exoplayer:exoplayer-extractor:2.12.1=debugRuntimeClasspath,de ...@@ -62,11 +61,12 @@ com.google.android.exoplayer:exoplayer-extractor:2.12.1=debugRuntimeClasspath,de
com.google.android.exoplayer:exoplayer-hls:2.12.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.android.exoplayer:exoplayer-hls:2.12.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.android.exoplayer:exoplayer-smoothstreaming:2.12.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.android.exoplayer:exoplayer-smoothstreaming:2.12.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.3.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:failureaccess:1.0.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-android=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:guava:28.1-android=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.j2objc:j2objc-annotations:1.3=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -75,44 +75,91 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath ...@@ -75,44 +75,91 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath
junit:junit:4.13=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath junit:junit:4.13=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-compat-qual:2.5.5=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath org.checkerframework:checker-compat-qual:2.5.5=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRu ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRu
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRu ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRu
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath
...@@ -24,43 +24,43 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRunti ...@@ -24,43 +24,43 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRunti
androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.3.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-android=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:guava:28.1-android=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -69,43 +69,90 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath ...@@ -69,43 +69,90 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath
...@@ -24,47 +24,46 @@ androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroid ...@@ -24,47 +24,46 @@ androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroid
backport-util-concurrent:backport-util-concurrent:3.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath backport-util-concurrent:backport-util-concurrent:3.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
classworlds:classworlds:1.1-alpha-2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath classworlds:classworlds:1.1-alpha-2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.almworks.sqlite4java:sqlite4java:0.282=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.almworks.sqlite4java:sqlite4java:0.282=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:2.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:2.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.auto.service:auto-service:1.0-rc4=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.auto.service:auto-service:1.0-rc4=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.auto:auto-common:0.8=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.auto:auto-common:0.8=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.findbugs:jsr305:3.0.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.2.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.2.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:failureaccess:1.0.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:27.0.1-jre=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:guava:27.0.1-jre=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.j2objc:j2objc-annotations:1.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
...@@ -75,23 +74,34 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath ...@@ -75,23 +74,34 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.ibm.icu:icu4j:53.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.ibm.icu:icu4j:53.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.annotation:javax.annotation-api:1.3.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath javax.annotation:javax.annotation-api:1.3.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.inject:javax.inject:1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath javax.inject:javax.inject:1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath junit:junit:4.12=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.13.1=lintClassPath
nekohtml:nekohtml:1.9.6.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath nekohtml:nekohtml:1.9.6.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
nekohtml:xercesMinimal:1.9.6.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath nekohtml:xercesMinimal:1.9.6.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.8.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.apache.ant:ant-launcher:1.8.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.ant:ant:1.8.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.apache.ant:ant:1.8.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
...@@ -113,32 +123,64 @@ org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath ...@@ -113,32 +123,64 @@ org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.52=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.bouncycastle:bcprov-jdk15on:1.52=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.5.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.checkerframework:checker-qual:2.5.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.17=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.mojo:animal-sniffer-annotations:1.17=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath
org.codehaus.plexus:plexus-container-default:1.0-alpha-9-stable-1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.plexus:plexus-container-default:1.0-alpha-9-stable-1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.plexus:plexus-interpolation:1.11=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.plexus:plexus-interpolation:1.11=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.plexus:plexus-utils:1.5.15=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.plexus:plexus-utils:1.5.15=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-core:1.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-library:1.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.mockito:mockito-core:1.10.19=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.mockito:mockito-core:1.10.19=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.objenesis:objenesis:2.1=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath org.objenesis:objenesis:2.1=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-analysis:7.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-commons:7.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-tree:7.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.ow2.asm:asm-commons:7.0=androidJacocoAnt,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-util:7.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.ow2.asm:asm-util:7.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm:7.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.ow2.asm:asm:7.0=androidJacocoAnt,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:annotations:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.robolectric:annotations:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:junit:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.robolectric:junit:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:pluginapi:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.robolectric:pluginapi:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
...@@ -150,4 +192,7 @@ org.robolectric:shadowapi:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntime ...@@ -150,4 +192,7 @@ org.robolectric:shadowapi:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntime
org.robolectric:shadows-framework:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.robolectric:shadows-framework:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:utils-reflector:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.robolectric:utils-reflector:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:utils:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.robolectric:utils:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath
...@@ -19,37 +19,36 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRu ...@@ -19,37 +19,36 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRu
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.android.exoplayer:exoplayer-common:2.12.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.android.exoplayer:exoplayer-common:2.12.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.android.exoplayer:exoplayer-core:2.12.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.android.exoplayer:exoplayer-core:2.12.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.android.exoplayer:exoplayer-dash:2.12.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.android.exoplayer:exoplayer-dash:2.12.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
...@@ -57,11 +56,11 @@ com.google.android.exoplayer:exoplayer-extractor:2.12.1=debugAndroidTestCompileC ...@@ -57,11 +56,11 @@ com.google.android.exoplayer:exoplayer-extractor:2.12.1=debugAndroidTestCompileC
com.google.android.exoplayer:exoplayer-hls:2.12.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.android.exoplayer:exoplayer-hls:2.12.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.android.exoplayer:exoplayer-smoothstreaming:2.12.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.android.exoplayer:exoplayer-smoothstreaming:2.12.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:27.1-android=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:guava:27.1-android=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -69,38 +68,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -69,38 +68,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -17,89 +17,185 @@ androidx.lifecycle:lifecycle-runtime:2.2.0=debugAndroidTestCompileClasspath,debu ...@@ -17,89 +17,185 @@ androidx.lifecycle:lifecycle-runtime:2.2.0=debugAndroidTestCompileClasspath,debu
androidx.lifecycle:lifecycle-viewmodel:2.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.lifecycle:lifecycle-viewmodel:2.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.test:core:1.3.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.test:monitor:1.3.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath backport-util-concurrent:backport-util-concurrent:3.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath classworlds:classworlds:1.1-alpha-2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.almworks.sqlite4java:sqlite4java:0.282=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:2.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.auto.service:auto-service:1.0-rc4=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.auto:auto-common:0.8=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.errorprone:error_prone_annotations:2.2.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:27.0.1-jre=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
com.google.protobuf:protobuf-java:2.6.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.protobuf:protobuf-java:3.10.0=lintClassPath com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.ibm.icu:icu4j:53.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
javax.inject:javax.inject:1=lintClassPath jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.annotation:javax.annotation-api:1.3.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.inject:javax.inject:1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath junit:junit:4.12=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy-agent:1.10.15=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath junit:junit:4.13.1=lintClassPath
net.bytebuddy:byte-buddy:1.10.15=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath nekohtml:nekohtml:1.9.6.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
nekohtml:xercesMinimal:1.9.6.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy-agent:1.11.13=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.bytebuddy:byte-buddy:1.11.13=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.8.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.ant:ant:1.8.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.apache.maven.wagon:wagon-file:1.0-beta-6=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.maven.wagon:wagon-http-lightweight:1.0-beta-6=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.maven.wagon:wagon-http-shared:1.0-beta-6=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.maven.wagon:wagon-provider-api:1.0-beta-6=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.maven:maven-ant-tasks:2.1.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.maven:maven-artifact-manager:2.2.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.maven:maven-artifact:2.2.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.maven:maven-error-diagnostics:2.2.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.maven:maven-model:2.2.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.maven:maven-plugin-registry:2.2.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.maven:maven-profile:2.2.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.maven:maven-project:2.2.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.maven:maven-repository-metadata:2.2.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.maven:maven-settings:2.2.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.52=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:2.5.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.17=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.plexus:plexus-container-default:1.0-alpha-9-stable-1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.plexus:plexus-interpolation:1.11=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.codehaus.plexus:plexus-utils:1.5.15=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.mockito:mockito-core:3.5.13=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.objenesis:objenesis:3.1=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit:junit-bom:5.7.0=lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.mockito:mockito-core:3.12.4=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile org.mockito:mockito-inline:3.12.4=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.objenesis:objenesis:3.2=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm-util:7.0=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.ow2.asm:asm:7.0=androidJacocoAnt,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:annotations:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:junit:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:pluginapi:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:plugins-maven-dependency-resolver:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:resources:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:robolectric:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:sandbox:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:shadowapi:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:shadows-framework:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:utils-reflector:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.robolectric:utils:4.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath
...@@ -19,43 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRu ...@@ -19,43 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRu
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.webkit:webkit:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -63,38 +61,88 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -63,38 +61,88 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.mockito:mockito-core:1.10.19=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.objenesis:objenesis:2.1=debugUnitTestRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,43 +19,43 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp ...@@ -19,43 +19,43 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.3.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:failureaccess:1.0.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-android=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:guava:28.1-android=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.j2objc:j2objc-annotations:1.3=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -63,39 +63,87 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -63,39 +63,87 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-compat-qual:2.5.5=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath org.checkerframework:checker-compat-qual:2.5.5=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -19,43 +19,43 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRu ...@@ -19,43 +19,43 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRu
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.3.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-android=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:guava:28.1-android=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -63,41 +63,88 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -63,41 +63,88 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath junit:junit:4.12=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath
...@@ -8,7 +8,7 @@ buildscript { ...@@ -8,7 +8,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.0' classpath 'com.android.tools.build:gradle:7.0.1'
} }
} }
......
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenci ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenci
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,47 +61,89 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,47 +61,89 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath org.jetbrains.kotlin:kotlin-daemon-embeddable:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.4.32=kotlinKlibCommonizerClasspath org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.4.32=kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.jetbrains.kotlin:kotlin-reflect:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-script-runtime:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath org.jetbrains.kotlin:kotlin-script-runtime:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,lintClassPath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestApiDependenciesMetadata,androidTestCompileOnlyDependenciesMetadata,androidTestDebugApiDependenciesMetadata,androidTestDebugCompileOnlyDependenciesMetadata,androidTestDebugImplementationDependenciesMetadata,androidTestDebugRuntimeOnlyDependenciesMetadata,androidTestImplementationDependenciesMetadata,androidTestProfileApiDependenciesMetadata,androidTestProfileCompileOnlyDependenciesMetadata,androidTestProfileImplementationDependenciesMetadata,androidTestProfileRuntimeOnlyDependenciesMetadata,androidTestReleaseApiDependenciesMetadata,androidTestReleaseCompileOnlyDependenciesMetadata,androidTestReleaseImplementationDependenciesMetadata,androidTestReleaseRuntimeOnlyDependenciesMetadata,androidTestRuntimeOnlyDependenciesMetadata,androidTestUtil,apiDependenciesMetadata,compile,compileOnlyDependenciesMetadata,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestApiDependenciesMetadata,debugAndroidTestCompile,debugAndroidTestCompileOnlyDependenciesMetadata,debugAndroidTestImplementationDependenciesMetadata,debugAndroidTestRuntime,debugAndroidTestRuntimeClasspath,debugAndroidTestRuntimeOnlyDependenciesMetadata,debugAnnotationProcessorClasspath,debugCompile,debugCompileOnly,debugCompileOnlyDependenciesMetadata,debugReverseMetadataValues,debugRuntime,debugRuntimeOnlyDependenciesMetadata,debugUnitTestAnnotationProcessorClasspath,debugUnitTestApiDependenciesMetadata,debugUnitTestCompile,debugUnitTestCompileOnlyDependenciesMetadata,debugUnitTestImplementationDependenciesMetadata,debugUnitTestRuntime,debugUnitTestRuntimeOnlyDependenciesMetadata,debugWearBundling,kotlinCompilerPluginClasspath,kotlinNativeCompilerPluginClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileCompile,profileCompileOnly,profileCompileOnlyDependenciesMetadata,profileReverseMetadataValues,profileRuntime,profileRuntimeOnlyDependenciesMetadata,profileUnitTestAnnotationProcessorClasspath,profileUnitTestApiDependenciesMetadata,profileUnitTestCompile,profileUnitTestCompileOnlyDependenciesMetadata,profileUnitTestImplementationDependenciesMetadata,profileUnitTestRuntime,profileUnitTestRuntimeOnlyDependenciesMetadata,profileWearBundling,releaseAnnotationProcessorClasspath,releaseCompile,releaseCompileOnly,releaseCompileOnlyDependenciesMetadata,releaseReverseMetadataValues,releaseRuntime,releaseRuntimeOnlyDependenciesMetadata,releaseUnitTestAnnotationProcessorClasspath,releaseUnitTestApiDependenciesMetadata,releaseUnitTestCompile,releaseUnitTestCompileOnlyDependenciesMetadata,releaseUnitTestImplementationDependenciesMetadata,releaseUnitTestRuntime,releaseUnitTestRuntimeOnlyDependenciesMetadata,releaseWearBundling,runtimeOnlyDependenciesMetadata,testApiDependenciesMetadata,testCompile,testCompileOnlyDependenciesMetadata,testDebugApiDependenciesMetadata,testDebugCompileOnlyDependenciesMetadata,testDebugImplementationDependenciesMetadata,testDebugRuntimeOnlyDependenciesMetadata,testImplementationDependenciesMetadata,testProfileApiDependenciesMetadata,testProfileCompileOnlyDependenciesMetadata,testProfileImplementationDependenciesMetadata,testProfileRuntimeOnlyDependenciesMetadata,testReleaseApiDependenciesMetadata,testReleaseCompileOnlyDependenciesMetadata,testReleaseImplementationDependenciesMetadata,testReleaseRuntimeOnlyDependenciesMetadata,testRuntimeOnlyDependenciesMetadata org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestApiDependenciesMetadata,androidTestCompileOnlyDependenciesMetadata,androidTestDebugApiDependenciesMetadata,androidTestDebugCompileOnlyDependenciesMetadata,androidTestDebugImplementationDependenciesMetadata,androidTestDebugRuntimeOnlyDependenciesMetadata,androidTestImplementationDependenciesMetadata,androidTestProfileApiDependenciesMetadata,androidTestProfileCompileOnlyDependenciesMetadata,androidTestProfileImplementationDependenciesMetadata,androidTestProfileRuntimeOnlyDependenciesMetadata,androidTestReleaseApiDependenciesMetadata,androidTestReleaseCompileOnlyDependenciesMetadata,androidTestReleaseImplementationDependenciesMetadata,androidTestReleaseRuntimeOnlyDependenciesMetadata,androidTestRuntimeOnlyDependenciesMetadata,androidTestUtil,apiDependenciesMetadata,compileOnlyDependenciesMetadata,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestApiDependenciesMetadata,debugAndroidTestCompile,debugAndroidTestCompileOnlyDependenciesMetadata,debugAndroidTestImplementationDependenciesMetadata,debugAndroidTestRuntime,debugAndroidTestRuntimeClasspath,debugAndroidTestRuntimeOnlyDependenciesMetadata,debugAnnotationProcessorClasspath,debugCompile,debugCompileOnly,debugCompileOnlyDependenciesMetadata,debugReverseMetadataValues,debugRuntime,debugRuntimeOnlyDependenciesMetadata,debugUnitTestAnnotationProcessorClasspath,debugUnitTestApiDependenciesMetadata,debugUnitTestCompile,debugUnitTestCompileOnlyDependenciesMetadata,debugUnitTestImplementationDependenciesMetadata,debugUnitTestRuntime,debugUnitTestRuntimeOnlyDependenciesMetadata,debugWearBundling,kotlinCompilerPluginClasspath,kotlinNativeCompilerPluginClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileCompile,profileCompileOnly,profileCompileOnlyDependenciesMetadata,profileReverseMetadataValues,profileRuntime,profileRuntimeOnlyDependenciesMetadata,profileUnitTestAnnotationProcessorClasspath,profileUnitTestApiDependenciesMetadata,profileUnitTestCompile,profileUnitTestCompileOnlyDependenciesMetadata,profileUnitTestImplementationDependenciesMetadata,profileUnitTestRuntime,profileUnitTestRuntimeOnlyDependenciesMetadata,profileWearBundling,releaseAnnotationProcessorClasspath,releaseCompile,releaseCompileOnly,releaseCompileOnlyDependenciesMetadata,releaseReverseMetadataValues,releaseRuntime,releaseRuntimeOnlyDependenciesMetadata,releaseUnitTestAnnotationProcessorClasspath,releaseUnitTestApiDependenciesMetadata,releaseUnitTestCompile,releaseUnitTestCompileOnlyDependenciesMetadata,releaseUnitTestImplementationDependenciesMetadata,releaseUnitTestRuntime,releaseUnitTestRuntimeOnlyDependenciesMetadata,releaseWearBundling,runtimeOnlyDependenciesMetadata,testApiDependenciesMetadata,testCompileOnlyDependenciesMetadata,testDebugApiDependenciesMetadata,testDebugCompileOnlyDependenciesMetadata,testDebugImplementationDependenciesMetadata,testDebugRuntimeOnlyDependenciesMetadata,testImplementationDependenciesMetadata,testProfileApiDependenciesMetadata,testProfileCompileOnlyDependenciesMetadata,testProfileImplementationDependenciesMetadata,testProfileRuntimeOnlyDependenciesMetadata,testReleaseApiDependenciesMetadata,testReleaseCompileOnlyDependenciesMetadata,testReleaseImplementationDependenciesMetadata,testReleaseRuntimeOnlyDependenciesMetadata,testRuntimeOnlyDependenciesMetadata
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -24,43 +24,43 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugCompileClasspath ...@@ -24,43 +24,43 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugCompileClasspath
androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.3.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:failureaccess:1.0.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-android=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:guava:28.1-android=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.j2objc:j2objc-annotations:1.3=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -69,44 +69,91 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath ...@@ -69,44 +69,91 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath
junit:junit:4.13=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath junit:junit:4.13=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-compat-qual:2.5.5=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath org.checkerframework:checker-compat-qual:2.5.5=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -24,43 +24,43 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRunti ...@@ -24,43 +24,43 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRunti
androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.3.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-android=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:guava:28.1-android=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -69,43 +69,90 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath ...@@ -69,43 +69,90 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -24,44 +24,44 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugCompileClasspath ...@@ -24,44 +24,44 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugCompileClasspath
androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:2.0.1=debugAndroidTestCompileClasspath com.google.code.findbugs:jsr305:2.0.1=debugAndroidTestCompileClasspath
com.google.code.findbugs:jsr305:3.0.2=debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.3.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:failureaccess:1.0.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-android=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:guava:28.1-android=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.j2objc:j2objc-annotations:1.3=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -70,43 +70,90 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath ...@@ -70,43 +70,90 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath junit:junit:4.12=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-compat-qual:2.5.5=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath org.checkerframework:checker-compat-qual:2.5.5=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -24,43 +24,43 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRunti ...@@ -24,43 +24,43 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRunti
androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.3.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-android=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:guava:28.1-android=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -69,43 +69,90 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath ...@@ -69,43 +69,90 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenci ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenci
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugApiDependenciesMetadata,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileApiDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseApiDependenciesMetadata,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,47 +61,89 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,47 +61,89 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-daemon-embeddable:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath org.jetbrains.kotlin:kotlin-daemon-embeddable:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.4.32=kotlinKlibCommonizerClasspath org.jetbrains.kotlin:kotlin-klib-commonizer-embeddable:1.4.32=kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.jetbrains.kotlin:kotlin-reflect:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-script-runtime:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath org.jetbrains.kotlin:kotlin-script-runtime:1.4.32=kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,lintClassPath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath
org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.jetbrains:annotations:13.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugImplementationDependenciesMetadata,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,implementationDependenciesMetadata,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath,lintClassPath,profileCompileClasspath,profileImplementationDependenciesMetadata,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseImplementationDependenciesMetadata,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestApiDependenciesMetadata,androidTestCompileOnlyDependenciesMetadata,androidTestDebugApiDependenciesMetadata,androidTestDebugCompileOnlyDependenciesMetadata,androidTestDebugImplementationDependenciesMetadata,androidTestDebugRuntimeOnlyDependenciesMetadata,androidTestImplementationDependenciesMetadata,androidTestProfileApiDependenciesMetadata,androidTestProfileCompileOnlyDependenciesMetadata,androidTestProfileImplementationDependenciesMetadata,androidTestProfileRuntimeOnlyDependenciesMetadata,androidTestReleaseApiDependenciesMetadata,androidTestReleaseCompileOnlyDependenciesMetadata,androidTestReleaseImplementationDependenciesMetadata,androidTestReleaseRuntimeOnlyDependenciesMetadata,androidTestRuntimeOnlyDependenciesMetadata,androidTestUtil,apiDependenciesMetadata,compile,compileOnlyDependenciesMetadata,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestApiDependenciesMetadata,debugAndroidTestCompile,debugAndroidTestCompileOnlyDependenciesMetadata,debugAndroidTestImplementationDependenciesMetadata,debugAndroidTestRuntime,debugAndroidTestRuntimeClasspath,debugAndroidTestRuntimeOnlyDependenciesMetadata,debugAnnotationProcessorClasspath,debugCompile,debugCompileOnly,debugCompileOnlyDependenciesMetadata,debugReverseMetadataValues,debugRuntime,debugRuntimeOnlyDependenciesMetadata,debugUnitTestAnnotationProcessorClasspath,debugUnitTestApiDependenciesMetadata,debugUnitTestCompile,debugUnitTestCompileOnlyDependenciesMetadata,debugUnitTestImplementationDependenciesMetadata,debugUnitTestRuntime,debugUnitTestRuntimeOnlyDependenciesMetadata,debugWearBundling,kotlinCompilerPluginClasspath,kotlinNativeCompilerPluginClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileCompile,profileCompileOnly,profileCompileOnlyDependenciesMetadata,profileReverseMetadataValues,profileRuntime,profileRuntimeOnlyDependenciesMetadata,profileUnitTestAnnotationProcessorClasspath,profileUnitTestApiDependenciesMetadata,profileUnitTestCompile,profileUnitTestCompileOnlyDependenciesMetadata,profileUnitTestImplementationDependenciesMetadata,profileUnitTestRuntime,profileUnitTestRuntimeOnlyDependenciesMetadata,profileWearBundling,releaseAnnotationProcessorClasspath,releaseCompile,releaseCompileOnly,releaseCompileOnlyDependenciesMetadata,releaseReverseMetadataValues,releaseRuntime,releaseRuntimeOnlyDependenciesMetadata,releaseUnitTestAnnotationProcessorClasspath,releaseUnitTestApiDependenciesMetadata,releaseUnitTestCompile,releaseUnitTestCompileOnlyDependenciesMetadata,releaseUnitTestImplementationDependenciesMetadata,releaseUnitTestRuntime,releaseUnitTestRuntimeOnlyDependenciesMetadata,releaseWearBundling,runtimeOnlyDependenciesMetadata,testApiDependenciesMetadata,testCompile,testCompileOnlyDependenciesMetadata,testDebugApiDependenciesMetadata,testDebugCompileOnlyDependenciesMetadata,testDebugImplementationDependenciesMetadata,testDebugRuntimeOnlyDependenciesMetadata,testImplementationDependenciesMetadata,testProfileApiDependenciesMetadata,testProfileCompileOnlyDependenciesMetadata,testProfileImplementationDependenciesMetadata,testProfileRuntimeOnlyDependenciesMetadata,testReleaseApiDependenciesMetadata,testReleaseCompileOnlyDependenciesMetadata,testReleaseImplementationDependenciesMetadata,testReleaseRuntimeOnlyDependenciesMetadata,testRuntimeOnlyDependenciesMetadata org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestApiDependenciesMetadata,androidTestCompileOnlyDependenciesMetadata,androidTestDebugApiDependenciesMetadata,androidTestDebugCompileOnlyDependenciesMetadata,androidTestDebugImplementationDependenciesMetadata,androidTestDebugRuntimeOnlyDependenciesMetadata,androidTestImplementationDependenciesMetadata,androidTestProfileApiDependenciesMetadata,androidTestProfileCompileOnlyDependenciesMetadata,androidTestProfileImplementationDependenciesMetadata,androidTestProfileRuntimeOnlyDependenciesMetadata,androidTestReleaseApiDependenciesMetadata,androidTestReleaseCompileOnlyDependenciesMetadata,androidTestReleaseImplementationDependenciesMetadata,androidTestReleaseRuntimeOnlyDependenciesMetadata,androidTestRuntimeOnlyDependenciesMetadata,androidTestUtil,apiDependenciesMetadata,compileOnlyDependenciesMetadata,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestApiDependenciesMetadata,debugAndroidTestCompile,debugAndroidTestCompileOnlyDependenciesMetadata,debugAndroidTestImplementationDependenciesMetadata,debugAndroidTestRuntime,debugAndroidTestRuntimeClasspath,debugAndroidTestRuntimeOnlyDependenciesMetadata,debugAnnotationProcessorClasspath,debugCompile,debugCompileOnly,debugCompileOnlyDependenciesMetadata,debugReverseMetadataValues,debugRuntime,debugRuntimeOnlyDependenciesMetadata,debugUnitTestAnnotationProcessorClasspath,debugUnitTestApiDependenciesMetadata,debugUnitTestCompile,debugUnitTestCompileOnlyDependenciesMetadata,debugUnitTestImplementationDependenciesMetadata,debugUnitTestRuntime,debugUnitTestRuntimeOnlyDependenciesMetadata,debugWearBundling,kotlinCompilerPluginClasspath,kotlinNativeCompilerPluginClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileCompile,profileCompileOnly,profileCompileOnlyDependenciesMetadata,profileReverseMetadataValues,profileRuntime,profileRuntimeOnlyDependenciesMetadata,profileUnitTestAnnotationProcessorClasspath,profileUnitTestApiDependenciesMetadata,profileUnitTestCompile,profileUnitTestCompileOnlyDependenciesMetadata,profileUnitTestImplementationDependenciesMetadata,profileUnitTestRuntime,profileUnitTestRuntimeOnlyDependenciesMetadata,profileWearBundling,releaseAnnotationProcessorClasspath,releaseCompile,releaseCompileOnly,releaseCompileOnlyDependenciesMetadata,releaseReverseMetadataValues,releaseRuntime,releaseRuntimeOnlyDependenciesMetadata,releaseUnitTestAnnotationProcessorClasspath,releaseUnitTestApiDependenciesMetadata,releaseUnitTestCompile,releaseUnitTestCompileOnlyDependenciesMetadata,releaseUnitTestImplementationDependenciesMetadata,releaseUnitTestRuntime,releaseUnitTestRuntimeOnlyDependenciesMetadata,releaseWearBundling,runtimeOnlyDependenciesMetadata,testApiDependenciesMetadata,testCompileOnlyDependenciesMetadata,testDebugApiDependenciesMetadata,testDebugCompileOnlyDependenciesMetadata,testDebugImplementationDependenciesMetadata,testDebugRuntimeOnlyDependenciesMetadata,testImplementationDependenciesMetadata,testProfileApiDependenciesMetadata,testProfileCompileOnlyDependenciesMetadata,testProfileImplementationDependenciesMetadata,testProfileRuntimeOnlyDependenciesMetadata,testReleaseApiDependenciesMetadata,testReleaseCompileOnlyDependenciesMetadata,testReleaseImplementationDependenciesMetadata,testReleaseRuntimeOnlyDependenciesMetadata,testRuntimeOnlyDependenciesMetadata
...@@ -10,7 +10,7 @@ buildscript { ...@@ -10,7 +10,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.0' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
} }
......
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -38,43 +38,42 @@ androidx.vectordrawable:vectordrawable-animated:1.1.0=debugAndroidTestCompileCla ...@@ -38,43 +38,42 @@ androidx.vectordrawable:vectordrawable-animated:1.1.0=debugAndroidTestCompileCla
androidx.vectordrawable:vectordrawable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.vectordrawable:vectordrawable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.android.material:material:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.android.material:material:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -82,38 +81,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -82,38 +81,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp ...@@ -19,42 +19,41 @@ androidx.loader:loader:1.0.0=debugAndroidTestCompileClasspath,debugCompileClassp
androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.savedstate:savedstate:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -62,38 +61,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -23,43 +23,42 @@ androidx.test:monitor:1.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRun ...@@ -23,43 +23,42 @@ androidx.test:monitor:1.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRun
androidx.test:runner:1.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath androidx.test:runner:1.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:2.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath com.google.code.findbugs:jsr305:2.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -68,43 +67,89 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath ...@@ -68,43 +67,89 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,lintClassPath javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath
junit:junit:4.13=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath junit:junit:4.13=debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,lintClassPath net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -38,43 +38,42 @@ androidx.vectordrawable:vectordrawable-animated:1.1.0=debugAndroidTestCompileCla ...@@ -38,43 +38,42 @@ androidx.vectordrawable:vectordrawable-animated:1.1.0=debugAndroidTestCompileCla
androidx.vectordrawable:vectordrawable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.vectordrawable:vectordrawable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.android.material:material:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.android.material:material:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.findbugs:jsr305:3.0.2=lintClassPath com.google.code.findbugs:jsr305:3.0.2=lintClassPath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=lintClassPath com.google.guava:failureaccess:1.0.1=lintClassPath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=lintClassPath
com.google.j2objc:j2objc-annotations:1.3=lintClassPath com.google.j2objc:j2objc-annotations:1.3=lintClassPath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -82,38 +81,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath ...@@ -82,38 +81,85 @@ com.google.protobuf:protobuf-java:3.10.0=lintClassPath
com.googlecode.json-simple:json-simple:1.1=lintClassPath com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=lintClassPath javax.inject:javax.inject:1=lintClassPath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=lintClassPath net.sf.kxml:kxml2:2.3.0=lintClassPath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=lintClassPath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=lintClassPath
org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAndroidTestRuntimeClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -19,7 +19,7 @@ import '../project.dart'; ...@@ -19,7 +19,7 @@ import '../project.dart';
import '../reporting/reporting.dart'; import '../reporting/reporting.dart';
import 'android_sdk.dart'; import 'android_sdk.dart';
const String _defaultGradleVersion = '6.7'; const String _defaultGradleVersion = '7.0.2';
final RegExp _androidPluginRegExp = RegExp(r'com\.android\.tools\.build:gradle:(\d+\.\d+\.\d+)'); final RegExp _androidPluginRegExp = RegExp(r'com\.android\.tools\.build:gradle:(\d+\.\d+\.\d+)');
...@@ -182,6 +182,9 @@ String getGradleVersionFor(String androidPluginVersion) { ...@@ -182,6 +182,9 @@ String getGradleVersionFor(String androidPluginVersion) {
if (_isWithinVersionRange(androidPluginVersion, min: '4.0.0', max: '4.1.0')) { if (_isWithinVersionRange(androidPluginVersion, min: '4.0.0', max: '4.1.0')) {
return '6.7'; return '6.7';
} }
if (_isWithinVersionRange(androidPluginVersion, min: '7.0.0', max: '7.0.1')) {
return '7.0.2';
}
throwToolExit('Unsupported Android Plugin version: $androidPluginVersion.'); throwToolExit('Unsupported Android Plugin version: $androidPluginVersion.');
} }
......
...@@ -5,7 +5,7 @@ buildscript { ...@@ -5,7 +5,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.0' classpath 'com.android.tools.build:gradle:7.0.1'
} }
} }
......
...@@ -6,7 +6,7 @@ buildscript { ...@@ -6,7 +6,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.0' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
} }
......
...@@ -7,7 +7,7 @@ buildscript { ...@@ -7,7 +7,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.0' classpath 'com.android.tools.build:gradle:7.0.1'
} }
} }
......
...@@ -8,7 +8,7 @@ buildscript { ...@@ -8,7 +8,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.0' classpath 'com.android.tools.build:gradle:7.0.1'
} }
} }
......
...@@ -9,7 +9,7 @@ buildscript { ...@@ -9,7 +9,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.0' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
} }
......
...@@ -329,7 +329,7 @@ void main() { ...@@ -329,7 +329,7 @@ void main() {
'gradle', 'gradle',
label: 'gradle-expected-file-not-found', label: 'gradle-expected-file-not-found',
parameters: CustomDimensions.fromMap(<String, String> { parameters: CustomDimensions.fromMap(<String, String> {
'cd37': 'androidGradlePluginVersion: 6.7, fileExtension: .aab', 'cd37': 'androidGradlePluginVersion: 7.0.2, fileExtension: .aab',
}), }),
), ),
)); ));
......
...@@ -451,6 +451,8 @@ flutter: ...@@ -451,6 +451,8 @@ flutter:
expect(getGradleVersionFor('4.0.0'), '6.7'); expect(getGradleVersionFor('4.0.0'), '6.7');
expect(getGradleVersionFor('4.1.0'), '6.7'); expect(getGradleVersionFor('4.1.0'), '6.7');
expect(getGradleVersionFor('7.0.1'), '7.0.2');
}); });
testWithoutContext('throws on unsupported versions', () { testWithoutContext('throws on unsupported versions', () {
......
...@@ -73,7 +73,7 @@ void main() { ...@@ -73,7 +73,7 @@ void main() {
'distributionPath=wrapper/dists\n' 'distributionPath=wrapper/dists\n'
'zipStoreBase=GRADLE_USER_HOME\n' 'zipStoreBase=GRADLE_USER_HOME\n'
'zipStorePath=wrapper/dists\n' 'zipStorePath=wrapper/dists\n'
'distributionUrl=https\\://services.gradle.org/distributions/gradle-6.7-all.zip\n'); 'distributionUrl=https\\://services.gradle.org/distributions/gradle-7.0.2-all.zip\n');
}); });
testWithoutContext('injects the wrapper when some files are missing', () { testWithoutContext('injects the wrapper when some files are missing', () {
...@@ -110,7 +110,7 @@ void main() { ...@@ -110,7 +110,7 @@ void main() {
'distributionPath=wrapper/dists\n' 'distributionPath=wrapper/dists\n'
'zipStoreBase=GRADLE_USER_HOME\n' 'zipStoreBase=GRADLE_USER_HOME\n'
'zipStorePath=wrapper/dists\n' 'zipStorePath=wrapper/dists\n'
'distributionUrl=https\\://services.gradle.org/distributions/gradle-6.7-all.zip\n'); 'distributionUrl=https\\://services.gradle.org/distributions/gradle-7.0.2-all.zip\n');
}); });
testWithoutContext('injects the wrapper and the Gradle version is derivated from the AGP version', () { testWithoutContext('injects the wrapper and the Gradle version is derivated from the AGP version', () {
...@@ -129,6 +129,7 @@ void main() { ...@@ -129,6 +129,7 @@ void main() {
'4.0.0': '6.7', '4.0.0': '6.7',
'4.0.5': '6.7', '4.0.5': '6.7',
'4.1.0': '6.7', '4.1.0': '6.7',
'7.0.1': '7.0.2',
}; };
for (final MapEntry<String, String> entry in testCases.entries) { for (final MapEntry<String, String> entry in testCases.entries) {
......
...@@ -12,7 +12,7 @@ buildscript { ...@@ -12,7 +12,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.0' classpath 'com.android.tools.build:gradle:7.0.1'
} }
} }
......
...@@ -14,7 +14,7 @@ buildscript { ...@@ -14,7 +14,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.android.tools.build:gradle:7.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
} }
......
# This is a Gradle generated file for dependency locking. # This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised. # Manual edits can break the build and are not advised.
# This file is expected to be part of source control. # This file is expected to be part of source control.
androidx.databinding:databinding-common:4.1.3=classpath androidx.databinding:databinding-common:7.0.1=classpath
androidx.databinding:databinding-compiler-common:4.1.3=classpath androidx.databinding:databinding-compiler-common:7.0.1=classpath
com.android.databinding:baseLibrary:4.1.3=classpath com.android.databinding:baseLibrary:7.0.1=classpath
com.android.tools.analytics-library:crash:27.1.3=classpath com.android.tools.analytics-library:crash:30.0.1=classpath
com.android.tools.analytics-library:protos:27.1.3=classpath com.android.tools.analytics-library:protos:30.0.1=classpath
com.android.tools.analytics-library:shared:27.1.3=classpath com.android.tools.analytics-library:shared:30.0.1=classpath
com.android.tools.analytics-library:tracker:27.1.3=classpath com.android.tools.analytics-library:tracker:30.0.1=classpath
com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-core:1.0.0-beta09=classpath
com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath com.android.tools.build.jetifier:jetifier-processor:1.0.0-beta09=classpath
com.android.tools.build:aapt2-proto:4.1.3-6503028=classpath com.android.tools.build:aapt2-proto:7.0.1-7396180=classpath
com.android.tools.build:aaptcompiler:4.1.3=classpath com.android.tools.build:aaptcompiler:7.0.1=classpath
com.android.tools.build:apksig:4.1.3=classpath com.android.tools.build:apksig:7.0.1=classpath
com.android.tools.build:apkzlib:4.1.3=classpath com.android.tools.build:apkzlib:7.0.1=classpath
com.android.tools.build:builder-model:4.1.3=classpath com.android.tools.build:builder-model:7.0.1=classpath
com.android.tools.build:builder-test-api:4.1.3=classpath com.android.tools.build:builder-test-api:7.0.1=classpath
com.android.tools.build:builder:4.1.3=classpath com.android.tools.build:builder:7.0.1=classpath
com.android.tools.build:bundletool:0.14.0=classpath com.android.tools.build:bundletool:1.6.0=classpath
com.android.tools.build:gradle-api:4.1.3=classpath com.android.tools.build:gradle-api:7.0.1=classpath
com.android.tools.build:gradle:4.1.3=classpath com.android.tools.build:gradle:7.0.1=classpath
com.android.tools.build:manifest-merger:27.1.3=classpath com.android.tools.build:manifest-merger:30.0.1=classpath
com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath com.android.tools.build:transform-api:2.0.0-deprecated-use-gradle-api=classpath
com.android.tools.ddms:ddmlib:27.1.3=classpath com.android.tools.ddms:ddmlib:30.0.1=classpath
com.android.tools.layoutlib:layoutlib-api:27.1.3=classpath com.android.tools.layoutlib:layoutlib-api:30.0.1=classpath
com.android.tools.lint:lint-gradle-api:27.1.3=classpath com.android.tools.lint:lint-model:30.0.1=classpath
com.android.tools.lint:lint-model:27.1.3=classpath com.android.tools.utp:android-device-provider-gradle-proto:30.0.1=classpath
com.android.tools:annotations:27.1.3=classpath com.android.tools.utp:android-test-plugin-host-retention-proto:30.0.1=classpath
com.android.tools:common:27.1.3=classpath com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:30.0.1=classpath
com.android.tools:dvlib:27.1.3=classpath com.android.tools:annotations:30.0.1=classpath
com.android.tools:repository:27.1.3=classpath com.android.tools:common:30.0.1=classpath
com.android.tools:sdk-common:27.1.3=classpath com.android.tools:dvlib:30.0.1=classpath
com.android.tools:sdklib:27.1.3=classpath com.android.tools:repository:30.0.1=classpath
com.android:signflinger:4.1.3=classpath com.android.tools:sdk-common:30.0.1=classpath
com.android:zipflinger:4.1.3=classpath com.android.tools:sdklib:30.0.1=classpath
com.android:signflinger:7.0.1=classpath
com.android:zipflinger:7.0.1=classpath
com.github.gundy:semver4j:0.16.4=classpath com.github.gundy:semver4j:0.16.4=classpath
com.google.android:annotations:4.1.1.4=classpath
com.google.api.grpc:proto-google-common-protos:1.12.0=classpath
com.google.auto.value:auto-value-annotations:1.6.2=classpath com.google.auto.value:auto-value-annotations:1.6.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath com.google.code.findbugs:jsr305:3.0.2=classpath
com.google.code.gson:gson:2.8.6=classpath com.google.code.gson:gson:2.8.6=classpath
com.google.crypto.tink:tink:1.3.0-rc2=classpath com.google.crypto.tink:tink:1.3.0-rc2=classpath
com.google.errorprone:error_prone_annotations:2.3.2=classpath com.google.dagger:dagger:2.28.3=classpath
com.google.errorprone:error_prone_annotations:2.3.4=classpath
com.google.flatbuffers:flatbuffers-java:1.12.0=classpath com.google.flatbuffers:flatbuffers-java:1.12.0=classpath
com.google.guava:failureaccess:1.0.1=classpath com.google.guava:failureaccess:1.0.1=classpath
com.google.guava:guava:28.1-jre=classpath com.google.guava:guava:30.1-jre=classpath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=classpath
com.google.j2objc:j2objc-annotations:1.3=classpath com.google.j2objc:j2objc-annotations:1.3=classpath
com.google.jimfs:jimfs:1.1=classpath com.google.jimfs:jimfs:1.1=classpath
com.google.protobuf:protobuf-java-util:3.10.0=classpath com.google.protobuf:protobuf-java-util:3.10.0=classpath
com.google.protobuf:protobuf-java:3.10.0=classpath com.google.protobuf:protobuf-java:3.10.0=classpath
com.google.test.platform:core-proto:0.0.2-dev=classpath com.google.testing.platform:core-proto:0.0.8-alpha04=classpath
com.googlecode.json-simple:json-simple:1.1=classpath com.googlecode.json-simple:json-simple:1.1=classpath
com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath com.googlecode.juniversalchardet:juniversalchardet:1.0.3=classpath
com.squareup:javapoet:1.10.0=classpath com.squareup:javapoet:1.10.0=classpath
com.squareup:javawriter:2.5.0=classpath com.squareup:javawriter:2.5.0=classpath
com.sun.activation:javax.activation:1.2.0=classpath com.sun.activation:javax.activation:1.2.0=classpath
com.sun.istack:istack-commons-runtime:3.0.7=classpath com.sun.istack:istack-commons-runtime:3.0.8=classpath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=classpath com.sun.xml.fastinfoset:FastInfoset:1.2.16=classpath
commons-codec:commons-codec:1.10=classpath commons-codec:commons-codec:1.10=classpath
commons-io:commons-io:2.4=classpath commons-io:commons-io:2.4=classpath
commons-logging:commons-logging:1.2=classpath commons-logging:commons-logging:1.2=classpath
de.undercouch:gradle-download-task:4.0.2=classpath de.undercouch:gradle-download-task:4.0.2=classpath
it.unimi.dsi:fastutil:7.2.0=classpath io.grpc:grpc-api:1.21.1=classpath
javax.activation:javax.activation-api:1.2.0=classpath io.grpc:grpc-context:1.21.1=classpath
io.grpc:grpc-core:1.21.1=classpath
io.grpc:grpc-netty:1.21.1=classpath
io.grpc:grpc-protobuf-lite:1.21.1=classpath
io.grpc:grpc-protobuf:1.21.1=classpath
io.grpc:grpc-stub:1.21.1=classpath
io.netty:netty-buffer:4.1.34.Final=classpath
io.netty:netty-codec-http2:4.1.34.Final=classpath
io.netty:netty-codec-http:4.1.34.Final=classpath
io.netty:netty-codec-socks:4.1.34.Final=classpath
io.netty:netty-codec:4.1.34.Final=classpath
io.netty:netty-common:4.1.34.Final=classpath
io.netty:netty-handler-proxy:4.1.34.Final=classpath
io.netty:netty-handler:4.1.34.Final=classpath
io.netty:netty-resolver:4.1.34.Final=classpath
io.netty:netty-transport:4.1.34.Final=classpath
io.opencensus:opencensus-api:0.21.0=classpath
io.opencensus:opencensus-contrib-grpc-metrics:0.21.0=classpath
it.unimi.dsi:fastutil:8.4.0=classpath
jakarta.activation:jakarta.activation-api:1.2.1=classpath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=classpath
javax.inject:javax.inject:1=classpath javax.inject:javax.inject:1=classpath
javax.xml.bind:jaxb-api:2.3.1=classpath net.java.dev.jna:jna-platform:5.6.0=classpath
net.java.dev.jna:jna:5.6.0=classpath
net.sf.jopt-simple:jopt-simple:4.9=classpath net.sf.jopt-simple:jopt-simple:4.9=classpath
net.sf.kxml:kxml2:2.3.0=classpath net.sf.kxml:kxml2:2.3.0=classpath
net.sf.proguard:proguard-base:6.0.3=classpath
net.sf.proguard:proguard-gradle:6.0.3=classpath
org.antlr:antlr4-runtime:4.5.2-1=classpath org.antlr:antlr4-runtime:4.5.2-1=classpath
org.antlr:antlr4:4.5.3=classpath org.antlr:antlr4:4.5.3=classpath
org.apache.commons:commons-compress:1.12=classpath org.apache.commons:commons-compress:1.20=classpath
org.apache.httpcomponents:httpclient:4.5.6=classpath org.apache.httpcomponents:httpclient:4.5.6=classpath
org.apache.httpcomponents:httpcore:4.4.10=classpath org.apache.httpcomponents:httpcore:4.4.10=classpath
org.apache.httpcomponents:httpmime:4.5.6=classpath org.apache.httpcomponents:httpmime:4.5.6=classpath
org.bouncycastle:bcpkix-jdk15on:1.56=classpath org.bouncycastle:bcpkix-jdk15on:1.56=classpath
org.bouncycastle:bcprov-jdk15on:1.56=classpath org.bouncycastle:bcprov-jdk15on:1.56=classpath
org.checkerframework:checker-qual:2.8.1=classpath org.checkerframework:checker-qual:3.5.0=classpath
org.codehaus.mojo:animal-sniffer-annotations:1.18=classpath org.codehaus.mojo:animal-sniffer-annotations:1.17=classpath
org.glassfish.jaxb:jaxb-runtime:2.3.1=classpath org.glassfish.jaxb:jaxb-runtime:2.3.2=classpath
org.glassfish.jaxb:txw2:2.3.1=classpath org.glassfish.jaxb:txw2:2.3.2=classpath
org.jdom:jdom2:2.0.6=classpath org.jdom:jdom2:2.0.6=classpath
org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath org.jetbrains.intellij.deps:trove4j:1.0.20181211=classpath
org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath org.jetbrains.kotlin:kotlin-android-extensions:1.4.32=classpath
...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath ...@@ -99,20 +123,21 @@ org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-compiler-impl-embeddable:1.4.32=classpath
org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath org.jetbrains.kotlin:kotlin-scripting-jvm:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=classpath org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=classpath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath org.jetbrains.kotlin:kotlin-stdlib:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-io:1.4.32=classpath
org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath org.jetbrains.kotlin:kotlin-util-klib:1.4.32=classpath
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8=classpath
org.jetbrains.trove4j:trove4j:20160824=classpath
org.jetbrains:annotations:13.0=classpath org.jetbrains:annotations:13.0=classpath
org.json:json:20180813=classpath org.json:json:20180813=classpath
org.jvnet.staxex:stax-ex:1.8=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath
org.ow2.asm:asm-analysis:7.0=classpath org.ow2.asm:asm-analysis:7.0=classpath
org.ow2.asm:asm-commons:7.0=classpath org.ow2.asm:asm-commons:7.0=classpath
org.ow2.asm:asm-tree:7.0=classpath org.ow2.asm:asm-tree:7.0=classpath
org.ow2.asm:asm-util:7.0=classpath org.ow2.asm:asm-util:7.0=classpath
org.ow2.asm:asm:7.0=classpath org.ow2.asm:asm:7.0=classpath
org.tensorflow:tensorflow-lite-metadata:0.1.0-rc1=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath
xerces:xercesImpl:2.12.0=classpath
xml-apis:xml-apis:1.4.01=classpath
empty= empty=
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
...@@ -24,43 +24,43 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugCompileClasspath ...@@ -24,43 +24,43 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugCompileClasspath
androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.3.2=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:failureaccess:1.0.1=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-android=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:guava:28.1-android=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath com.google.j2objc:j2objc-annotations:1.3=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -69,43 +69,90 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath ...@@ -69,43 +69,90 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-compat-qual:2.5.5=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath org.checkerframework:checker-compat-qual:2.5.5=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,profileRuntimeClasspath,profileUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugReverseMetadataValues,debugUnitTestAnnotationProcessorClasspath,debugWearBundling,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileReverseMetadataValues,profileUnitTestAnnotationProcessorClasspath,profileWearBundling,releaseAnnotationProcessorClasspath,releaseReverseMetadataValues,releaseUnitTestAnnotationProcessorClasspath,releaseWearBundling
...@@ -24,43 +24,43 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRunti ...@@ -24,43 +24,43 @@ androidx.test:rules:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRunti
androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.test:runner:1.2.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.versionedparcelable:versionedparcelable:1.1.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath androidx.viewpager:viewpager:1.0.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.android.tools.analytics-library:protos:27.1.3=lintClassPath com.android.tools.analytics-library:protos:30.0.1=lintClassPath
com.android.tools.analytics-library:shared:27.1.3=lintClassPath com.android.tools.analytics-library:shared:30.0.1=lintClassPath
com.android.tools.analytics-library:tracker:27.1.3=lintClassPath com.android.tools.analytics-library:tracker:30.0.1=lintClassPath
com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath com.android.tools.build:aapt2-proto:4.1.0-alpha01-6193524=lintClassPath
com.android.tools.build:aapt2:4.1.3-6503028=_internal_aapt2_binary com.android.tools.build:apksig:7.0.1=lintClassPath
com.android.tools.build:apksig:4.1.3=lintClassPath com.android.tools.build:apkzlib:7.0.1=lintClassPath
com.android.tools.build:apkzlib:4.1.3=lintClassPath com.android.tools.build:builder-model:7.0.1=lintClassPath
com.android.tools.build:builder-model:4.1.3=lintClassPath com.android.tools.build:builder-test-api:7.0.1=lintClassPath
com.android.tools.build:builder-test-api:4.1.3=lintClassPath com.android.tools.build:builder:7.0.1=lintClassPath
com.android.tools.build:builder:4.1.3=lintClassPath com.android.tools.build:manifest-merger:30.0.1=lintClassPath
com.android.tools.build:gradle-api:4.1.3=lintClassPath com.android.tools.ddms:ddmlib:30.0.1=lintClassPath
com.android.tools.build:manifest-merger:27.1.3=lintClassPath com.android.tools.external.com-intellij:intellij-core:30.0.1=lintClassPath
com.android.tools.ddms:ddmlib:27.1.3=lintClassPath com.android.tools.external.com-intellij:kotlin-compiler:30.0.1=lintClassPath
com.android.tools.external.com-intellij:intellij-core:27.1.3=lintClassPath com.android.tools.external.org-jetbrains:uast:30.0.1=lintClassPath
com.android.tools.external.com-intellij:kotlin-compiler:27.1.3=lintClassPath com.android.tools.layoutlib:layoutlib-api:30.0.1=lintClassPath
com.android.tools.external.org-jetbrains:uast:27.1.3=lintClassPath com.android.tools.lint:lint-api:30.0.1=lintClassPath
com.android.tools.layoutlib:layoutlib-api:27.1.3=lintClassPath com.android.tools.lint:lint-checks:30.0.1=lintClassPath
com.android.tools.lint:lint-api:27.1.3=lintClassPath com.android.tools.lint:lint-gradle:30.0.1=lintClassPath
com.android.tools.lint:lint-checks:27.1.3=lintClassPath com.android.tools.lint:lint-model:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle-api:27.1.3=lintClassPath com.android.tools.lint:lint:30.0.1=lintClassPath
com.android.tools.lint:lint-gradle:27.1.3=lintClassPath com.android.tools:annotations:30.0.1=lintClassPath
com.android.tools.lint:lint-model:27.1.3=lintClassPath com.android.tools:common:30.0.1=lintClassPath
com.android.tools.lint:lint:27.1.3=lintClassPath com.android.tools:dvlib:30.0.1=lintClassPath
com.android.tools:annotations:27.1.3=lintClassPath com.android.tools:repository:30.0.1=lintClassPath
com.android.tools:common:27.1.3=lintClassPath com.android.tools:sdk-common:30.0.1=lintClassPath
com.android.tools:dvlib:27.1.3=lintClassPath com.android.tools:sdklib:30.0.1=lintClassPath
com.android.tools:repository:27.1.3=lintClassPath com.android:signflinger:7.0.1=lintClassPath
com.android.tools:sdk-common:27.1.3=lintClassPath com.android:zipflinger:7.0.1=lintClassPath
com.android.tools:sdklib:27.1.3=lintClassPath com.beust:jcommander:1.78=lintClassPath
com.android:signflinger:4.1.3=lintClassPath com.github.javaparser:javaparser-core:3.17.0=lintClassPath
com.android:zipflinger:4.1.3=lintClassPath
com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.8.5=lintClassPath com.google.code.gson:gson:2.8.6=lintClassPath
com.google.errorprone:error_prone_annotations:2.3.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.errorprone:error_prone_annotations:2.3.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.4=lintClassPath
com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-android=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:guava:28.1-android=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.guava:guava:28.1-jre=lintClassPath com.google.guava:guava:30.1-jre=lintClassPath
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.google.j2objc:j2objc-annotations:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.jimfs:jimfs:1.1=lintClassPath com.google.jimfs:jimfs:1.1=lintClassPath
...@@ -69,43 +69,90 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath ...@@ -69,43 +69,90 @@ com.googlecode.json-simple:json-simple:1.1=lintClassPath
com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath com.squareup:javawriter:2.1.1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.squareup:javawriter:2.5.0=lintClassPath com.squareup:javawriter:2.5.0=lintClassPath
com.sun.activation:javax.activation:1.2.0=lintClassPath com.sun.activation:javax.activation:1.2.0=lintClassPath
com.sun.istack:istack-commons-runtime:3.0.7=lintClassPath com.sun.istack:istack-commons-runtime:3.0.8=lintClassPath
com.sun.xml.fastinfoset:FastInfoset:1.2.15=lintClassPath com.sun.xml.fastinfoset:FastInfoset:1.2.16=lintClassPath
com.thoughtworks.qdox:qdox:1.12.1=lintClassPath
commons-codec:commons-codec:1.10=lintClassPath commons-codec:commons-codec:1.10=lintClassPath
commons-io:commons-io:2.4=lintClassPath
commons-logging:commons-logging:1.2=lintClassPath commons-logging:commons-logging:1.2=lintClassPath
it.unimi.dsi:fastutil:7.2.0=lintClassPath info.picocli:picocli:4.5.2=lintClassPath
javax.activation:javax.activation-api:1.2.0=lintClassPath it.unimi.dsi:fastutil:8.4.0=lintClassPath
jakarta.activation:jakarta.activation-api:1.2.1=lintClassPath
jakarta.xml.bind:jakarta.xml.bind-api:2.3.2=lintClassPath
javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath javax.inject:javax.inject:1=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
javax.xml.bind:jaxb-api:2.3.1=lintClassPath jline:jline:2.14.6=lintClassPath
junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath junit:junit:4.12=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
junit:junit:4.13.1=lintClassPath
net.java.dev.jna:jna-platform:5.6.0=lintClassPath
net.java.dev.jna:jna:5.6.0=lintClassPath
net.sf.jopt-simple:jopt-simple:4.9=lintClassPath net.sf.jopt-simple:jopt-simple:4.9=lintClassPath
net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath net.sf.kxml:kxml2:2.3.0=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.apache.commons:commons-compress:1.12=lintClassPath org.apache.ant:ant-antlr:1.10.9=lintClassPath
org.apache.ant:ant-junit:1.10.9=lintClassPath
org.apache.ant:ant-launcher:1.10.9=lintClassPath
org.apache.ant:ant:1.10.9=lintClassPath
org.apache.commons:commons-compress:1.20=lintClassPath
org.apache.httpcomponents:httpclient:4.5.6=lintClassPath org.apache.httpcomponents:httpclient:4.5.6=lintClassPath
org.apache.httpcomponents:httpcore:4.4.10=lintClassPath org.apache.httpcomponents:httpcore:4.4.10=lintClassPath
org.apache.httpcomponents:httpmime:4.5.6=lintClassPath org.apache.httpcomponents:httpmime:4.5.6=lintClassPath
org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath org.bouncycastle:bcpkix-jdk15on:1.56=lintClassPath
org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath org.bouncycastle:bcprov-jdk15on:1.56=lintClassPath
org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.checkerframework:checker-compat-qual:2.5.5=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.checkerframework:checker-qual:2.8.1=lintClassPath org.checkerframework:checker-qual:3.5.0=lintClassPath
org.codehaus.groovy:groovy-all:2.4.15=lintClassPath org.codehaus.groovy:groovy-all:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-ant:3.0.7=lintClassPath
org.glassfish.jaxb:jaxb-runtime:2.3.1=lintClassPath org.codehaus.groovy:groovy-astbuilder:3.0.7=lintClassPath
org.glassfish.jaxb:txw2:2.3.1=lintClassPath org.codehaus.groovy:groovy-cli-picocli:3.0.7=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.codehaus.groovy:groovy-console:3.0.7=lintClassPath
org.codehaus.groovy:groovy-datetime:3.0.7=lintClassPath
org.codehaus.groovy:groovy-docgenerator:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovydoc:3.0.7=lintClassPath
org.codehaus.groovy:groovy-groovysh:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jmx:3.0.7=lintClassPath
org.codehaus.groovy:groovy-json:3.0.7=lintClassPath
org.codehaus.groovy:groovy-jsr223:3.0.7=lintClassPath
org.codehaus.groovy:groovy-macro:3.0.7=lintClassPath
org.codehaus.groovy:groovy-nio:3.0.7=lintClassPath
org.codehaus.groovy:groovy-servlet:3.0.7=lintClassPath
org.codehaus.groovy:groovy-sql:3.0.7=lintClassPath
org.codehaus.groovy:groovy-swing:3.0.7=lintClassPath
org.codehaus.groovy:groovy-templates:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test-junit5:3.0.7=lintClassPath
org.codehaus.groovy:groovy-test:3.0.7=lintClassPath
org.codehaus.groovy:groovy-testng:3.0.7=lintClassPath
org.codehaus.groovy:groovy-xml:3.0.7=lintClassPath
org.codehaus.groovy:groovy:3.0.7=lintClassPath
org.codehaus.mojo:animal-sniffer-annotations:1.18=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.glassfish.jaxb:jaxb-runtime:2.3.2=lintClassPath
org.glassfish.jaxb:txw2:2.3.2=lintClassPath
org.hamcrest:hamcrest-core:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-integration:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath org.hamcrest:hamcrest-library:1.3=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,profileCompileClasspath,profileRuntimeClasspath,profileUnitTestCompileClasspath,profileUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
org.jetbrains.kotlin:kotlin-reflect:1.3.72=lintClassPath org.jacoco:org.jacoco.agent:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72=lintClassPath org.jacoco:org.jacoco.ant:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72=lintClassPath org.jacoco:org.jacoco.core:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72=lintClassPath org.jacoco:org.jacoco.report:0.8.3=androidJacocoAnt
org.jetbrains.kotlin:kotlin-stdlib:1.3.72=lintClassPath org.jetbrains.intellij.deps:trove4j:1.0.20181211=lintClassPath
org.jetbrains.trove4j:trove4j:20160824=lintClassPath org.jetbrains.kotlin:kotlin-reflect:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.32=lintClassPath
org.jetbrains.kotlin:kotlin-stdlib:1.4.32=lintClassPath
org.jetbrains:annotations:13.0=lintClassPath org.jetbrains:annotations:13.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8=lintClassPath org.junit.jupiter:junit-jupiter-api:5.7.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=lintClassPath org.junit.jupiter:junit-jupiter-engine:5.7.0=lintClassPath
org.ow2.asm:asm-commons:7.0=lintClassPath org.junit.platform:junit-platform-commons:1.7.0=lintClassPath
org.ow2.asm:asm-tree:7.0=lintClassPath org.junit.platform:junit-platform-engine:1.7.0=lintClassPath
org.junit.platform:junit-platform-launcher:1.7.0=lintClassPath
org.junit:junit-bom:5.7.0=lintClassPath
org.jvnet.staxex:stax-ex:1.8.1=lintClassPath
org.opentest4j:opentest4j:1.2.0=lintClassPath
org.ow2.asm:asm-analysis:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-commons:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-tree:7.0=androidJacocoAnt,lintClassPath
org.ow2.asm:asm-util:7.0=lintClassPath org.ow2.asm:asm-util:7.0=lintClassPath
org.ow2.asm:asm:7.0=lintClassPath org.ow2.asm:asm:7.0=androidJacocoAnt,lintClassPath
empty=androidApis,androidTestUtil,compile,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath,testCompile org.testng:testng:7.3.0=lintClassPath
xerces:xercesImpl:2.12.0=lintClassPath
xml-apis:xml-apis:1.4.01=lintClassPath
empty=androidApis,androidJdkImage,androidTestUtil,coreLibraryDesugaring,debugAndroidTestAnnotationProcessorClasspath,debugAnnotationProcessorClasspath,debugUnitTestAnnotationProcessorClasspath,lintChecks,lintPublish,profileAnnotationProcessorClasspath,profileUnitTestAnnotationProcessorClasspath,releaseAnnotationProcessorClasspath,releaseUnitTestAnnotationProcessorClasspath
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment