clevertap-react-native 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/android/.gradle/6.1.1/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/6.1.1/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/6.1.1/fileContent/fileContent.lock +0 -0
- package/android/.gradle/6.1.1/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/6.1.1/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/6.1.1/fileHashes/resourceHashesCache.bin +0 -0
- package/android/.gradle/6.1.1/javaCompile/classAnalysis.bin +0 -0
- package/android/.gradle/6.1.1/javaCompile/jarAnalysis.bin +0 -0
- package/android/.gradle/6.1.1/javaCompile/javaCompile.lock +0 -0
- package/android/.gradle/6.1.1/javaCompile/taskHistory.bin +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +1 -1
- package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/android/.gradle/checksums/checksums.lock +0 -0
- package/android/.gradle/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/checksums/sha1-checksums.bin +0 -0
- package/android/android.iml +34 -0
- package/android/build/generated/source/buildConfig/debug/com/clevertap/react/BuildConfig.java +2 -2
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +3 -3
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output.json +2 -2
- package/android/build/intermediates/aar_main_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/compile_only_not_namespaced_r_class_jar/debug/R.jar +0 -0
- package/android/build/intermediates/compile_symbol_list/debug/R.txt +14 -48
- package/android/build/intermediates/incremental/debug-mergeNativeLibs/merge-state +0 -0
- package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +1 -1
- package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +1 -1
- package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +1 -1
- package/android/build/intermediates/incremental/packageDebugResources/compile-file-map.properties +1 -1
- package/android/build/intermediates/incremental/packageDebugResources/merger.xml +1 -1
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/BuildConfig.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule$2.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule$ErrorMessages.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule$InBoxMessages.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule.class +0 -0
- package/android/build/intermediates/library_manifest/debug/AndroidManifest.xml +3 -3
- package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +6 -6
- package/android/build/intermediates/merged_manifests/debug/output.json +2 -2
- package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +7 -32
- package/android/build/outputs/aar/android-debug.aar +0 -0
- package/android/build/outputs/logs/manifest-merger-debug-report.txt +29 -29
- package/android/build.gradle +3 -3
- package/android/clevertap-react-native.iml +253 -0
- package/android/local.properties +2 -2
- package/docs/install.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
Change Log
|
|
2
2
|
==========
|
|
3
3
|
|
|
4
|
+
Version 1.0.1 *(8th March 2023)*
|
|
5
|
+
-------------------------------------------
|
|
6
|
+
- Supports [CleverTap Android SDK v4.7.5](https://github.com/CleverTap/clevertap-android-sdk/blob/master/docs/CTCORECHANGELOG.md#version-475-march-6-2023)
|
|
7
|
+
- Supports [CleverTap Android RenderMax SDK v1.0.3](https://github.com/CleverTap/clevertap-android-sdk/blob/master/docs/CTRENDERMAXCHANGELOG.md#version-103-march-6-2023)
|
|
8
|
+
- Supports [CleverTap Android Push Templates SDK v1.0.8](https://github.com/CleverTap/clevertap-android-sdk/blob/master/docs/CTPUSHTEMPLATESCHANGELOG.md#version-108-march-8-2023)
|
|
9
|
+
- Make sure you update all three above versions for compatibility and smooth working.
|
|
10
|
+
|
|
11
|
+
|
|
4
12
|
Version 1.0.0 *(20 January 2023)*
|
|
5
13
|
-------------------------------------------
|
|
6
14
|
- Adds below new public APIs to support [CleverTap Android SDK v4.7.2](https://github.com/CleverTap/clevertap-android-sdk/blob/master/docs/CTCORECHANGELOG.md#version-472-december-16-2022) and [CleverTap iOS SDK v4.2.0](https://github.com/CleverTap/clevertap-ios-sdk/blob/master/CHANGELOG.md#version-420-december-13-2022)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Sat Aug 20 13:20:29 IST 2022
|
|
2
2
|
gradle.version=6.1.1
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module external.linked.project.id="android" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
|
|
3
|
+
<component name="FacetManager">
|
|
4
|
+
<facet type="android-gradle" name="Android-Gradle">
|
|
5
|
+
<configuration>
|
|
6
|
+
<option name="GRADLE_PROJECT_PATH" value=":" />
|
|
7
|
+
<option name="LAST_SUCCESSFUL_SYNC_AGP_VERSION" value="4.0.1" />
|
|
8
|
+
<option name="LAST_KNOWN_AGP_VERSION" value="4.0.1" />
|
|
9
|
+
</configuration>
|
|
10
|
+
</facet>
|
|
11
|
+
<facet type="android" name="Android">
|
|
12
|
+
<configuration>
|
|
13
|
+
<option name="SELECTED_BUILD_VARIANT" value="debug" />
|
|
14
|
+
<option name="ALLOW_USER_CONFIGURATION" value="false" />
|
|
15
|
+
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" />
|
|
16
|
+
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" />
|
|
17
|
+
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/src/main/res;file://$MODULE_DIR$/src/debug/res;file://$MODULE_DIR$/build/generated/res/rs/debug" />
|
|
18
|
+
<option name="TEST_RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/src/androidTest/res;file://$MODULE_DIR$/src/androidTestDebug/res;file://$MODULE_DIR$/build/generated/res/rs/androidTest/debug" />
|
|
19
|
+
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" />
|
|
20
|
+
<option name="PROJECT_TYPE" value="1" />
|
|
21
|
+
</configuration>
|
|
22
|
+
</facet>
|
|
23
|
+
</component>
|
|
24
|
+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
|
|
25
|
+
<exclude-output />
|
|
26
|
+
<content url="file://$MODULE_DIR$">
|
|
27
|
+
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
|
|
28
|
+
<excludeFolder url="file://$MODULE_DIR$/build" />
|
|
29
|
+
<excludeFolder url="file://$MODULE_DIR$/out" />
|
|
30
|
+
</content>
|
|
31
|
+
<orderEntry type="jdk" jdkName="Android API 33, extension level 3 Platform" jdkType="Android SDK" />
|
|
32
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
33
|
+
</component>
|
|
34
|
+
</module>
|
package/android/build/generated/source/buildConfig/debug/com/clevertap/react/BuildConfig.java
CHANGED
|
@@ -7,6 +7,6 @@ public final class BuildConfig {
|
|
|
7
7
|
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
|
8
8
|
public static final String LIBRARY_PACKAGE_NAME = "com.clevertap.react";
|
|
9
9
|
public static final String BUILD_TYPE = "debug";
|
|
10
|
-
public static final int VERSION_CODE =
|
|
11
|
-
public static final String VERSION_NAME = "0.9.
|
|
10
|
+
public static final int VERSION_CODE = 90;
|
|
11
|
+
public static final String VERSION_NAME = "0.9.0";
|
|
12
12
|
}
|
package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
2
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
3
3
|
package="com.clevertap.react"
|
|
4
|
-
android:versionCode="
|
|
5
|
-
android:versionName="0.9.
|
|
4
|
+
android:versionCode="90"
|
|
5
|
+
android:versionName="0.9.0" >
|
|
6
6
|
|
|
7
7
|
<uses-sdk
|
|
8
8
|
android:minSdkVersion="16"
|
|
9
|
-
android:targetSdkVersion="
|
|
9
|
+
android:targetSdkVersion="31" />
|
|
10
10
|
|
|
11
11
|
<application>
|
|
12
12
|
</application>
|
|
Binary file
|
|
Binary file
|
|
@@ -62,7 +62,8 @@ int animator mtrl_fab_hide_motion_spec 0x0
|
|
|
62
62
|
int animator mtrl_fab_show_motion_spec 0x0
|
|
63
63
|
int animator mtrl_fab_transformation_sheet_collapse_spec 0x0
|
|
64
64
|
int animator mtrl_fab_transformation_sheet_expand_spec 0x0
|
|
65
|
-
int array
|
|
65
|
+
int array exo_playback_speeds 0x0
|
|
66
|
+
int array exo_speed_multiplied_by_100 0x0
|
|
66
67
|
int attr actionBarDivider 0x0
|
|
67
68
|
int attr actionBarItemBackground 0x0
|
|
68
69
|
int attr actionBarPopupTheme 0x0
|
|
@@ -204,9 +205,6 @@ int attr cardPreventCornerOverlap 0x0
|
|
|
204
205
|
int attr cardUseCompatPadding 0x0
|
|
205
206
|
int attr cardViewStyle 0x0
|
|
206
207
|
int attr chainUseRtl 0x0
|
|
207
|
-
int attr checkMarkCompat 0x0
|
|
208
|
-
int attr checkMarkTint 0x0
|
|
209
|
-
int attr checkMarkTintMode 0x0
|
|
210
208
|
int attr checkboxStyle 0x0
|
|
211
209
|
int attr checkedButton 0x0
|
|
212
210
|
int attr checkedChip 0x0
|
|
@@ -379,7 +377,6 @@ int attr editTextStyle 0x0
|
|
|
379
377
|
int attr elevation 0x0
|
|
380
378
|
int attr elevationOverlayColor 0x0
|
|
381
379
|
int attr elevationOverlayEnabled 0x0
|
|
382
|
-
int attr emojiCompatEnabled 0x0
|
|
383
380
|
int attr enableEdgeToEdge 0x0
|
|
384
381
|
int attr endIconCheckable 0x0
|
|
385
382
|
int attr endIconContentDescription 0x0
|
|
@@ -537,7 +534,6 @@ int attr keep_content_on_player_reset 0x0
|
|
|
537
534
|
int attr keyPositionType 0x0
|
|
538
535
|
int attr keyboardIcon 0x0
|
|
539
536
|
int attr keylines 0x0
|
|
540
|
-
int attr lStar 0x0
|
|
541
537
|
int attr labelBehavior 0x0
|
|
542
538
|
int attr labelStyle 0x0
|
|
543
539
|
int attr labelVisibilityMode 0x0
|
|
@@ -710,7 +706,6 @@ int attr navigationMode 0x0
|
|
|
710
706
|
int attr navigationRailStyle 0x0
|
|
711
707
|
int attr navigationViewStyle 0x0
|
|
712
708
|
int attr nestedScrollFlags 0x0
|
|
713
|
-
int attr nestedScrollViewStyle 0x0
|
|
714
709
|
int attr nestedScrollable 0x0
|
|
715
710
|
int attr number 0x0
|
|
716
711
|
int attr numericModifiers 0x0
|
|
@@ -773,7 +768,6 @@ int attr progressBarPadding 0x0
|
|
|
773
768
|
int attr progressBarStyle 0x0
|
|
774
769
|
int attr queryBackground 0x0
|
|
775
770
|
int attr queryHint 0x0
|
|
776
|
-
int attr queryPatterns 0x0
|
|
777
771
|
int attr radioButtonStyle 0x0
|
|
778
772
|
int attr rangeFillColor 0x0
|
|
779
773
|
int attr ratingBarStyle 0x0
|
|
@@ -825,7 +819,6 @@ int attr shapeAppearanceLargeComponent 0x0
|
|
|
825
819
|
int attr shapeAppearanceMediumComponent 0x0
|
|
826
820
|
int attr shapeAppearanceOverlay 0x0
|
|
827
821
|
int attr shapeAppearanceSmallComponent 0x0
|
|
828
|
-
int attr shortcutMatchRequired 0x0
|
|
829
822
|
int attr showAnimationBehavior 0x0
|
|
830
823
|
int attr showAsAction 0x0
|
|
831
824
|
int attr showDelay 0x0
|
|
@@ -2026,7 +2019,6 @@ int drawable notification_template_icon_low_bg 0x0
|
|
|
2026
2019
|
int drawable notification_tile_bg 0x0
|
|
2027
2020
|
int drawable notify_panel_notification_icon_bg 0x0
|
|
2028
2021
|
int drawable test_custom_background 0x0
|
|
2029
|
-
int drawable test_level_drawable 0x0
|
|
2030
2022
|
int drawable tooltip_frame_dark 0x0
|
|
2031
2023
|
int drawable tooltip_frame_light 0x0
|
|
2032
2024
|
int font roboto_medium_numbers 0x0
|
|
@@ -2120,6 +2112,7 @@ int id cancel_action 0x0
|
|
|
2120
2112
|
int id cancel_button 0x0
|
|
2121
2113
|
int id carousel_linear_layout 0x0
|
|
2122
2114
|
int id carousel_message_relative_layout 0x0
|
|
2115
|
+
int id carousel_read_circle 0x0
|
|
2123
2116
|
int id carousel_timestamp 0x0
|
|
2124
2117
|
int id catalyst_redbox_title 0x0
|
|
2125
2118
|
int id center 0x0
|
|
@@ -2337,10 +2330,6 @@ int id interstitial_title 0x0
|
|
|
2337
2330
|
int id invisible 0x0
|
|
2338
2331
|
int id inward 0x0
|
|
2339
2332
|
int id italic 0x0
|
|
2340
|
-
int id item1 0x0
|
|
2341
|
-
int id item2 0x0
|
|
2342
|
-
int id item3 0x0
|
|
2343
|
-
int id item4 0x0
|
|
2344
2333
|
int id item_touch_helper_previous_elevation 0x0
|
|
2345
2334
|
int id jumpToEnd 0x0
|
|
2346
2335
|
int id jumpToStart 0x0
|
|
@@ -2592,7 +2581,6 @@ int id view_offset_helper 0x0
|
|
|
2592
2581
|
int id view_pager 0x0
|
|
2593
2582
|
int id view_tag_native_id 0x0
|
|
2594
2583
|
int id view_tree_lifecycle_owner 0x0
|
|
2595
|
-
int id view_tree_on_back_pressed_dispatcher_owner 0x0
|
|
2596
2584
|
int id view_tree_saved_state_registry_owner 0x0
|
|
2597
2585
|
int id view_tree_view_model_store_owner 0x0
|
|
2598
2586
|
int id visible 0x0
|
|
@@ -2810,12 +2798,9 @@ int layout text_view_with_line_height_from_layout 0x0
|
|
|
2810
2798
|
int layout text_view_with_line_height_from_style 0x0
|
|
2811
2799
|
int layout text_view_with_theme_line_height 0x0
|
|
2812
2800
|
int layout text_view_without_line_height 0x0
|
|
2813
|
-
int menu example_menu 0x0
|
|
2814
|
-
int menu example_menu2 0x0
|
|
2815
2801
|
int plurals exo_controls_fastforward_by_amount_description 0x0
|
|
2816
2802
|
int plurals exo_controls_rewind_by_amount_description 0x0
|
|
2817
2803
|
int plurals mtrl_badge_content_description 0x0
|
|
2818
|
-
int raw keep 0x0
|
|
2819
2804
|
int string abc_action_bar_home_description 0x0
|
|
2820
2805
|
int string abc_action_bar_home_description_format 0x0
|
|
2821
2806
|
int string abc_action_bar_home_subtitle_description_format 0x0
|
|
@@ -2893,10 +2878,6 @@ int string common_google_play_services_wear_update_text 0x0
|
|
|
2893
2878
|
int string common_open_on_phone 0x0
|
|
2894
2879
|
int string common_signin_button_text 0x0
|
|
2895
2880
|
int string common_signin_button_text_long 0x0
|
|
2896
|
-
int string ct_permission_not_available_message 0x0
|
|
2897
|
-
int string ct_permission_not_available_open_settings_option 0x0
|
|
2898
|
-
int string ct_permission_not_available_title 0x0
|
|
2899
|
-
int string ct_txt_cancel 0x0
|
|
2900
2881
|
int string error_icon_content_description 0x0
|
|
2901
2882
|
int string exo_controls_cc_disabled_description 0x0
|
|
2902
2883
|
int string exo_controls_cc_enabled_description 0x0
|
|
@@ -2911,6 +2892,7 @@ int string exo_controls_overflow_show_description 0x0
|
|
|
2911
2892
|
int string exo_controls_pause_description 0x0
|
|
2912
2893
|
int string exo_controls_play_description 0x0
|
|
2913
2894
|
int string exo_controls_playback_speed 0x0
|
|
2895
|
+
int string exo_controls_playback_speed_normal 0x0
|
|
2914
2896
|
int string exo_controls_previous_description 0x0
|
|
2915
2897
|
int string exo_controls_repeat_all_description 0x0
|
|
2916
2898
|
int string exo_controls_repeat_off_description 0x0
|
|
@@ -2929,9 +2911,6 @@ int string exo_download_description 0x0
|
|
|
2929
2911
|
int string exo_download_downloading 0x0
|
|
2930
2912
|
int string exo_download_failed 0x0
|
|
2931
2913
|
int string exo_download_notification_channel_name 0x0
|
|
2932
|
-
int string exo_download_paused 0x0
|
|
2933
|
-
int string exo_download_paused_for_network 0x0
|
|
2934
|
-
int string exo_download_paused_for_wifi 0x0
|
|
2935
2914
|
int string exo_download_removing 0x0
|
|
2936
2915
|
int string exo_item_list 0x0
|
|
2937
2916
|
int string exo_track_bitrate 0x0
|
|
@@ -3013,8 +2992,6 @@ int string mtrl_picker_toggle_to_calendar_input_mode 0x0
|
|
|
3013
2992
|
int string mtrl_picker_toggle_to_day_selection 0x0
|
|
3014
2993
|
int string mtrl_picker_toggle_to_text_input_mode 0x0
|
|
3015
2994
|
int string mtrl_picker_toggle_to_year_selection 0x0
|
|
3016
|
-
int string notification_permission_name_for_title 0x0
|
|
3017
|
-
int string notification_permission_settings_message 0x0
|
|
3018
2995
|
int string password_toggle_content_description 0x0
|
|
3019
2996
|
int string path_password_eye 0x0
|
|
3020
2997
|
int string path_password_eye_mask_strike_through 0x0
|
|
@@ -3273,6 +3250,7 @@ int style ExoMediaButton_Rewind 0x0
|
|
|
3273
3250
|
int style ExoMediaButton_VR 0x0
|
|
3274
3251
|
int style ExoStyledControls 0x0
|
|
3275
3252
|
int style ExoStyledControls_Button 0x0
|
|
3253
|
+
int style ExoStyledControls_ButtonText 0x0
|
|
3276
3254
|
int style ExoStyledControls_Button_Bottom 0x0
|
|
3277
3255
|
int style ExoStyledControls_Button_Bottom_AudioTrack 0x0
|
|
3278
3256
|
int style ExoStyledControls_Button_Bottom_CC 0x0
|
|
@@ -3895,7 +3873,6 @@ int styleable AppBarLayoutStates_state_lifted 3
|
|
|
3895
3873
|
int[] styleable AppBarLayout_Layout { 0x0, 0x0 }
|
|
3896
3874
|
int styleable AppBarLayout_Layout_layout_scrollFlags 0
|
|
3897
3875
|
int styleable AppBarLayout_Layout_layout_scrollInterpolator 1
|
|
3898
|
-
int[] styleable AppCompatEmojiHelper { }
|
|
3899
3876
|
int[] styleable AppCompatImageView { 0x1010119, 0x0, 0x0, 0x0 }
|
|
3900
3877
|
int styleable AppCompatImageView_android_src 0
|
|
3901
3878
|
int styleable AppCompatImageView_srcCompat 1
|
|
@@ -3914,7 +3891,7 @@ int styleable AppCompatTextHelper_android_drawableRight 3
|
|
|
3914
3891
|
int styleable AppCompatTextHelper_android_drawableStart 4
|
|
3915
3892
|
int styleable AppCompatTextHelper_android_drawableTop 5
|
|
3916
3893
|
int styleable AppCompatTextHelper_android_textAppearance 6
|
|
3917
|
-
int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0
|
|
3894
|
+
int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3918
3895
|
int styleable AppCompatTextView_android_textAppearance 0
|
|
3919
3896
|
int styleable AppCompatTextView_autoSizeMaxTextSize 1
|
|
3920
3897
|
int styleable AppCompatTextView_autoSizeMinTextSize 2
|
|
@@ -3929,14 +3906,13 @@ int styleable AppCompatTextView_drawableStartCompat 10
|
|
|
3929
3906
|
int styleable AppCompatTextView_drawableTint 11
|
|
3930
3907
|
int styleable AppCompatTextView_drawableTintMode 12
|
|
3931
3908
|
int styleable AppCompatTextView_drawableTopCompat 13
|
|
3932
|
-
int styleable
|
|
3933
|
-
int styleable
|
|
3934
|
-
int styleable
|
|
3935
|
-
int styleable
|
|
3936
|
-
int styleable
|
|
3937
|
-
int styleable
|
|
3938
|
-
int styleable
|
|
3939
|
-
int styleable AppCompatTextView_textLocale 21
|
|
3909
|
+
int styleable AppCompatTextView_firstBaselineToTopHeight 14
|
|
3910
|
+
int styleable AppCompatTextView_fontFamily 15
|
|
3911
|
+
int styleable AppCompatTextView_fontVariationSettings 16
|
|
3912
|
+
int styleable AppCompatTextView_lastBaselineToBottomHeight 17
|
|
3913
|
+
int styleable AppCompatTextView_lineHeight 18
|
|
3914
|
+
int styleable AppCompatTextView_textAllCaps 19
|
|
3915
|
+
int styleable AppCompatTextView_textLocale 20
|
|
3940
3916
|
int[] styleable AppCompatTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10100ae, 0x1010057, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
3941
3917
|
int styleable AppCompatTheme_actionBarDivider 0
|
|
3942
3918
|
int styleable AppCompatTheme_actionBarItemBackground 1
|
|
@@ -4120,9 +4096,6 @@ int styleable BottomSheetBehavior_Layout_shapeAppearance 16
|
|
|
4120
4096
|
int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 17
|
|
4121
4097
|
int[] styleable ButtonBarLayout { 0x0 }
|
|
4122
4098
|
int styleable ButtonBarLayout_allowStacking 0
|
|
4123
|
-
int[] styleable Capability { 0x0, 0x0 }
|
|
4124
|
-
int styleable Capability_queryPatterns 0
|
|
4125
|
-
int styleable Capability_shortcutMatchRequired 1
|
|
4126
4099
|
int[] styleable CardView { 0x1010140, 0x101013f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4127
4100
|
int styleable CardView_android_minHeight 0
|
|
4128
4101
|
int styleable CardView_android_minWidth 1
|
|
@@ -4137,11 +4110,6 @@ int styleable CardView_contentPaddingBottom 9
|
|
|
4137
4110
|
int styleable CardView_contentPaddingLeft 10
|
|
4138
4111
|
int styleable CardView_contentPaddingRight 11
|
|
4139
4112
|
int styleable CardView_contentPaddingTop 12
|
|
4140
|
-
int[] styleable CheckedTextView { 0x1010108, 0x0, 0x0, 0x0 }
|
|
4141
|
-
int styleable CheckedTextView_android_checkMark 0
|
|
4142
|
-
int styleable CheckedTextView_checkMarkCompat 1
|
|
4143
|
-
int styleable CheckedTextView_checkMarkTint 2
|
|
4144
|
-
int styleable CheckedTextView_checkMarkTintMode 3
|
|
4145
4113
|
int[] styleable Chip { 0x10101e5, 0x10100ab, 0x101011f, 0x101014f, 0x1010034, 0x1010098, 0x1010095, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
4146
4114
|
int styleable Chip_android_checkable 0
|
|
4147
4115
|
int styleable Chip_android_ellipsize 1
|
|
@@ -4228,12 +4196,10 @@ int styleable CollapsingToolbarLayout_toolbarId 19
|
|
|
4228
4196
|
int[] styleable CollapsingToolbarLayout_Layout { 0x0, 0x0 }
|
|
4229
4197
|
int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
|
|
4230
4198
|
int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
|
|
4231
|
-
int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5
|
|
4199
|
+
int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
|
|
4232
4200
|
int styleable ColorStateListItem_alpha 0
|
|
4233
4201
|
int styleable ColorStateListItem_android_alpha 1
|
|
4234
4202
|
int styleable ColorStateListItem_android_color 2
|
|
4235
|
-
int styleable ColorStateListItem_android_lStar 3
|
|
4236
|
-
int styleable ColorStateListItem_lStar 4
|
|
4237
4203
|
int[] styleable CompoundButton { 0x1010107, 0x0, 0x0, 0x0 }
|
|
4238
4204
|
int styleable CompoundButton_android_button 0
|
|
4239
4205
|
int styleable CompoundButton_buttonCompat 1
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/
|
|
2
|
+
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/debug/jniLibs"/></dataSet></merger>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/
|
|
2
|
+
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/debug/shaders"/></dataSet></merger>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/
|
|
2
|
+
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/assets"/><source path="/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/build/intermediates/shader_assets/debug/out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/debug/assets"/></dataSet></merger>
|
package/android/build/intermediates/incremental/packageDebugResources/compile-file-map.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Sat Aug 20 13:20:30 IST 2022
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/
|
|
2
|
+
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/res"/><source path="/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/build/generated/res/rs/debug"/><source path="/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/res"/><source path="/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/build/generated/res/rs/debug"/><source path="/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/debug/res"/></dataSet><mergedItems/></merger>
|
package/android/build/intermediates/javac/debug/classes/com/clevertap/react/BuildConfig.class
CHANGED
|
Binary file
|
package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule$1.class
CHANGED
|
Binary file
|
package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule$2.class
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModule.class
CHANGED
|
Binary file
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8"?>
|
|
2
2
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
3
3
|
package="com.clevertap.react"
|
|
4
|
-
android:versionCode="
|
|
5
|
-
android:versionName="0.9.
|
|
4
|
+
android:versionCode="90"
|
|
5
|
+
android:versionName="0.9.0" >
|
|
6
6
|
|
|
7
7
|
<uses-sdk
|
|
8
8
|
android:minSdkVersion="16"
|
|
9
|
-
android:targetSdkVersion="
|
|
9
|
+
android:targetSdkVersion="31" />
|
|
10
10
|
|
|
11
11
|
<application>
|
|
12
12
|
</application>
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
1<?xml version="1.0" encoding="utf-8"?>
|
|
2
2
|
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
3
3
|
3 package="com.clevertap.react"
|
|
4
|
-
4 android:versionCode="
|
|
5
|
-
5 android:versionName="0.9.
|
|
4
|
+
4 android:versionCode="90"
|
|
5
|
+
5 android:versionName="0.9.0" >
|
|
6
6
|
6
|
|
7
7
|
7 <uses-sdk
|
|
8
8
|
8 android:minSdkVersion="16"
|
|
9
|
-
8-->/Users/
|
|
10
|
-
9 android:targetSdkVersion="
|
|
11
|
-
9-->/Users/
|
|
9
|
+
8-->/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
10
|
+
9 android:targetSdkVersion="31" />
|
|
11
|
+
9-->/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
12
12
|
10
|
|
13
13
|
11 <application>
|
|
14
|
-
11-->/Users/
|
|
14
|
+
11-->/Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml:3:5-4:19
|
|
15
15
|
12 </application>
|
|
16
16
|
13
|
|
17
17
|
14</manifest>
|
|
@@ -63,7 +63,8 @@ animator mtrl_fab_hide_motion_spec
|
|
|
63
63
|
animator mtrl_fab_show_motion_spec
|
|
64
64
|
animator mtrl_fab_transformation_sheet_collapse_spec
|
|
65
65
|
animator mtrl_fab_transformation_sheet_expand_spec
|
|
66
|
-
array
|
|
66
|
+
array exo_playback_speeds
|
|
67
|
+
array exo_speed_multiplied_by_100
|
|
67
68
|
attr actionBarDivider
|
|
68
69
|
attr actionBarItemBackground
|
|
69
70
|
attr actionBarPopupTheme
|
|
@@ -205,9 +206,6 @@ attr cardPreventCornerOverlap
|
|
|
205
206
|
attr cardUseCompatPadding
|
|
206
207
|
attr cardViewStyle
|
|
207
208
|
attr chainUseRtl
|
|
208
|
-
attr checkMarkCompat
|
|
209
|
-
attr checkMarkTint
|
|
210
|
-
attr checkMarkTintMode
|
|
211
209
|
attr checkboxStyle
|
|
212
210
|
attr checkedButton
|
|
213
211
|
attr checkedChip
|
|
@@ -380,7 +378,6 @@ attr editTextStyle
|
|
|
380
378
|
attr elevation
|
|
381
379
|
attr elevationOverlayColor
|
|
382
380
|
attr elevationOverlayEnabled
|
|
383
|
-
attr emojiCompatEnabled
|
|
384
381
|
attr enableEdgeToEdge
|
|
385
382
|
attr endIconCheckable
|
|
386
383
|
attr endIconContentDescription
|
|
@@ -538,7 +535,6 @@ attr keep_content_on_player_reset
|
|
|
538
535
|
attr keyPositionType
|
|
539
536
|
attr keyboardIcon
|
|
540
537
|
attr keylines
|
|
541
|
-
attr lStar
|
|
542
538
|
attr labelBehavior
|
|
543
539
|
attr labelStyle
|
|
544
540
|
attr labelVisibilityMode
|
|
@@ -711,7 +707,6 @@ attr navigationMode
|
|
|
711
707
|
attr navigationRailStyle
|
|
712
708
|
attr navigationViewStyle
|
|
713
709
|
attr nestedScrollFlags
|
|
714
|
-
attr nestedScrollViewStyle
|
|
715
710
|
attr nestedScrollable
|
|
716
711
|
attr number
|
|
717
712
|
attr numericModifiers
|
|
@@ -774,7 +769,6 @@ attr progressBarPadding
|
|
|
774
769
|
attr progressBarStyle
|
|
775
770
|
attr queryBackground
|
|
776
771
|
attr queryHint
|
|
777
|
-
attr queryPatterns
|
|
778
772
|
attr radioButtonStyle
|
|
779
773
|
attr rangeFillColor
|
|
780
774
|
attr ratingBarStyle
|
|
@@ -826,7 +820,6 @@ attr shapeAppearanceLargeComponent
|
|
|
826
820
|
attr shapeAppearanceMediumComponent
|
|
827
821
|
attr shapeAppearanceOverlay
|
|
828
822
|
attr shapeAppearanceSmallComponent
|
|
829
|
-
attr shortcutMatchRequired
|
|
830
823
|
attr showAnimationBehavior
|
|
831
824
|
attr showAsAction
|
|
832
825
|
attr showDelay
|
|
@@ -2027,7 +2020,6 @@ drawable notification_template_icon_low_bg
|
|
|
2027
2020
|
drawable notification_tile_bg
|
|
2028
2021
|
drawable notify_panel_notification_icon_bg
|
|
2029
2022
|
drawable test_custom_background
|
|
2030
|
-
drawable test_level_drawable
|
|
2031
2023
|
drawable tooltip_frame_dark
|
|
2032
2024
|
drawable tooltip_frame_light
|
|
2033
2025
|
font roboto_medium_numbers
|
|
@@ -2121,6 +2113,7 @@ id cancel_action
|
|
|
2121
2113
|
id cancel_button
|
|
2122
2114
|
id carousel_linear_layout
|
|
2123
2115
|
id carousel_message_relative_layout
|
|
2116
|
+
id carousel_read_circle
|
|
2124
2117
|
id carousel_timestamp
|
|
2125
2118
|
id catalyst_redbox_title
|
|
2126
2119
|
id center
|
|
@@ -2338,10 +2331,6 @@ id interstitial_title
|
|
|
2338
2331
|
id invisible
|
|
2339
2332
|
id inward
|
|
2340
2333
|
id italic
|
|
2341
|
-
id item1
|
|
2342
|
-
id item2
|
|
2343
|
-
id item3
|
|
2344
|
-
id item4
|
|
2345
2334
|
id item_touch_helper_previous_elevation
|
|
2346
2335
|
id jumpToEnd
|
|
2347
2336
|
id jumpToStart
|
|
@@ -2593,7 +2582,6 @@ id view_offset_helper
|
|
|
2593
2582
|
id view_pager
|
|
2594
2583
|
id view_tag_native_id
|
|
2595
2584
|
id view_tree_lifecycle_owner
|
|
2596
|
-
id view_tree_on_back_pressed_dispatcher_owner
|
|
2597
2585
|
id view_tree_saved_state_registry_owner
|
|
2598
2586
|
id view_tree_view_model_store_owner
|
|
2599
2587
|
id visible
|
|
@@ -2811,12 +2799,9 @@ layout text_view_with_line_height_from_layout
|
|
|
2811
2799
|
layout text_view_with_line_height_from_style
|
|
2812
2800
|
layout text_view_with_theme_line_height
|
|
2813
2801
|
layout text_view_without_line_height
|
|
2814
|
-
menu example_menu
|
|
2815
|
-
menu example_menu2
|
|
2816
2802
|
plurals exo_controls_fastforward_by_amount_description
|
|
2817
2803
|
plurals exo_controls_rewind_by_amount_description
|
|
2818
2804
|
plurals mtrl_badge_content_description
|
|
2819
|
-
raw keep
|
|
2820
2805
|
string abc_action_bar_home_description
|
|
2821
2806
|
string abc_action_bar_home_description_format
|
|
2822
2807
|
string abc_action_bar_home_subtitle_description_format
|
|
@@ -2894,10 +2879,6 @@ string common_google_play_services_wear_update_text
|
|
|
2894
2879
|
string common_open_on_phone
|
|
2895
2880
|
string common_signin_button_text
|
|
2896
2881
|
string common_signin_button_text_long
|
|
2897
|
-
string ct_permission_not_available_message
|
|
2898
|
-
string ct_permission_not_available_open_settings_option
|
|
2899
|
-
string ct_permission_not_available_title
|
|
2900
|
-
string ct_txt_cancel
|
|
2901
2882
|
string error_icon_content_description
|
|
2902
2883
|
string exo_controls_cc_disabled_description
|
|
2903
2884
|
string exo_controls_cc_enabled_description
|
|
@@ -2912,6 +2893,7 @@ string exo_controls_overflow_show_description
|
|
|
2912
2893
|
string exo_controls_pause_description
|
|
2913
2894
|
string exo_controls_play_description
|
|
2914
2895
|
string exo_controls_playback_speed
|
|
2896
|
+
string exo_controls_playback_speed_normal
|
|
2915
2897
|
string exo_controls_previous_description
|
|
2916
2898
|
string exo_controls_repeat_all_description
|
|
2917
2899
|
string exo_controls_repeat_off_description
|
|
@@ -2930,9 +2912,6 @@ string exo_download_description
|
|
|
2930
2912
|
string exo_download_downloading
|
|
2931
2913
|
string exo_download_failed
|
|
2932
2914
|
string exo_download_notification_channel_name
|
|
2933
|
-
string exo_download_paused
|
|
2934
|
-
string exo_download_paused_for_network
|
|
2935
|
-
string exo_download_paused_for_wifi
|
|
2936
2915
|
string exo_download_removing
|
|
2937
2916
|
string exo_item_list
|
|
2938
2917
|
string exo_track_bitrate
|
|
@@ -3014,8 +2993,6 @@ string mtrl_picker_toggle_to_calendar_input_mode
|
|
|
3014
2993
|
string mtrl_picker_toggle_to_day_selection
|
|
3015
2994
|
string mtrl_picker_toggle_to_text_input_mode
|
|
3016
2995
|
string mtrl_picker_toggle_to_year_selection
|
|
3017
|
-
string notification_permission_name_for_title
|
|
3018
|
-
string notification_permission_settings_message
|
|
3019
2996
|
string password_toggle_content_description
|
|
3020
2997
|
string path_password_eye
|
|
3021
2998
|
string path_password_eye_mask_strike_through
|
|
@@ -3274,6 +3251,7 @@ style ExoMediaButton_Rewind
|
|
|
3274
3251
|
style ExoMediaButton_VR
|
|
3275
3252
|
style ExoStyledControls
|
|
3276
3253
|
style ExoStyledControls_Button
|
|
3254
|
+
style ExoStyledControls_ButtonText
|
|
3277
3255
|
style ExoStyledControls_Button_Bottom
|
|
3278
3256
|
style ExoStyledControls_Button_Bottom_AudioTrack
|
|
3279
3257
|
style ExoStyledControls_Button_Bottom_CC
|
|
@@ -3823,11 +3801,10 @@ styleable AnimatedStateListDrawableTransition android_drawable android_fromId an
|
|
|
3823
3801
|
styleable AppBarLayout android_background android_keyboardNavigationCluster android_touchscreenBlocksFocus elevation expanded liftOnScroll liftOnScrollTargetViewId statusBarForeground
|
|
3824
3802
|
styleable AppBarLayoutStates state_collapsed state_collapsible state_liftable state_lifted
|
|
3825
3803
|
styleable AppBarLayout_Layout layout_scrollFlags layout_scrollInterpolator
|
|
3826
|
-
styleable AppCompatEmojiHelper
|
|
3827
3804
|
styleable AppCompatImageView android_src srcCompat tint tintMode
|
|
3828
3805
|
styleable AppCompatSeekBar android_thumb tickMark tickMarkTint tickMarkTintMode
|
|
3829
3806
|
styleable AppCompatTextHelper android_drawableBottom android_drawableEnd android_drawableLeft android_drawableRight android_drawableStart android_drawableTop android_textAppearance
|
|
3830
|
-
styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat
|
|
3807
|
+
styleable AppCompatTextView android_textAppearance autoSizeMaxTextSize autoSizeMinTextSize autoSizePresetSizes autoSizeStepGranularity autoSizeTextType drawableBottomCompat drawableEndCompat drawableLeftCompat drawableRightCompat drawableStartCompat drawableTint drawableTintMode drawableTopCompat firstBaselineToTopHeight fontFamily fontVariationSettings lastBaselineToBottomHeight lineHeight textAllCaps textLocale
|
|
3831
3808
|
styleable AppCompatTheme actionBarDivider actionBarItemBackground actionBarPopupTheme actionBarSize actionBarSplitStyle actionBarStyle actionBarTabBarStyle actionBarTabStyle actionBarTabTextStyle actionBarTheme actionBarWidgetTheme actionButtonStyle actionDropDownStyle actionMenuTextAppearance actionMenuTextColor actionModeBackground actionModeCloseButtonStyle actionModeCloseContentDescription actionModeCloseDrawable actionModeCopyDrawable actionModeCutDrawable actionModeFindDrawable actionModePasteDrawable actionModePopupWindowStyle actionModeSelectAllDrawable actionModeShareDrawable actionModeSplitBackground actionModeStyle actionModeTheme actionModeWebSearchDrawable actionOverflowButtonStyle actionOverflowMenuStyle activityChooserViewStyle alertDialogButtonGroupStyle alertDialogCenterButtons alertDialogStyle alertDialogTheme android_windowAnimationStyle android_windowIsFloating autoCompleteTextViewStyle borderlessButtonStyle buttonBarButtonStyle buttonBarNegativeButtonStyle buttonBarNeutralButtonStyle buttonBarPositiveButtonStyle buttonBarStyle buttonStyle buttonStyleSmall checkboxStyle checkedTextViewStyle colorAccent colorBackgroundFloating colorButtonNormal colorControlActivated colorControlHighlight colorControlNormal colorError colorPrimary colorPrimaryDark colorSwitchThumbNormal controlBackground dialogCornerRadius dialogPreferredPadding dialogTheme dividerHorizontal dividerVertical dropDownListViewStyle dropdownListPreferredItemHeight editTextBackground editTextColor editTextStyle homeAsUpIndicator imageButtonStyle listChoiceBackgroundIndicator listChoiceIndicatorMultipleAnimated listChoiceIndicatorSingleAnimated listDividerAlertDialog listMenuViewStyle listPopupWindowStyle listPreferredItemHeight listPreferredItemHeightLarge listPreferredItemHeightSmall listPreferredItemPaddingEnd listPreferredItemPaddingLeft listPreferredItemPaddingRight listPreferredItemPaddingStart panelBackground panelMenuListTheme panelMenuListWidth popupMenuStyle popupWindowStyle radioButtonStyle ratingBarStyle ratingBarStyleIndicator ratingBarStyleSmall searchViewStyle seekBarStyle selectableItemBackground selectableItemBackgroundBorderless spinnerDropDownItemStyle spinnerStyle switchStyle textAppearanceLargePopupMenu textAppearanceListItem textAppearanceListItemSecondary textAppearanceListItemSmall textAppearancePopupMenuHeader textAppearanceSearchResultSubtitle textAppearanceSearchResultTitle textAppearanceSmallPopupMenu textColorAlertDialogListItem textColorSearchUrl toolbarNavigationButtonStyle toolbarStyle tooltipForegroundColor tooltipFrameBackground viewInflaterClass windowActionBar windowActionBarOverlay windowActionModeOverlay windowFixedHeightMajor windowFixedHeightMinor windowFixedWidthMajor windowFixedWidthMinor windowMinWidthMajor windowMinWidthMinor windowNoTitle
|
|
3832
3809
|
styleable AspectRatioFrameLayout resize_mode
|
|
3833
3810
|
styleable Badge backgroundColor badgeGravity badgeTextColor horizontalOffset maxCharacterCount number verticalOffset
|
|
@@ -3836,9 +3813,7 @@ styleable BottomAppBar backgroundTint elevation fabAlignmentMode fabAnimationMod
|
|
|
3836
3813
|
styleable BottomNavigationView itemHorizontalTranslationEnabled
|
|
3837
3814
|
styleable BottomSheetBehavior_Layout android_elevation android_maxWidth backgroundTint behavior_draggable behavior_expandedOffset behavior_fitToContents behavior_halfExpandedRatio behavior_hideable behavior_peekHeight behavior_saveFlags behavior_skipCollapsed gestureInsetBottomIgnored paddingBottomSystemWindowInsets paddingLeftSystemWindowInsets paddingRightSystemWindowInsets paddingTopSystemWindowInsets shapeAppearance shapeAppearanceOverlay
|
|
3838
3815
|
styleable ButtonBarLayout allowStacking
|
|
3839
|
-
styleable Capability queryPatterns shortcutMatchRequired
|
|
3840
3816
|
styleable CardView android_minHeight android_minWidth cardBackgroundColor cardCornerRadius cardElevation cardMaxElevation cardPreventCornerOverlap cardUseCompatPadding contentPadding contentPaddingBottom contentPaddingLeft contentPaddingRight contentPaddingTop
|
|
3841
|
-
styleable CheckedTextView android_checkMark checkMarkCompat checkMarkTint checkMarkTintMode
|
|
3842
3817
|
styleable Chip android_checkable android_ellipsize android_maxWidth android_text android_textAppearance android_textColor android_textSize checkedIcon checkedIconEnabled checkedIconTint checkedIconVisible chipBackgroundColor chipCornerRadius chipEndPadding chipIcon chipIconEnabled chipIconSize chipIconTint chipIconVisible chipMinHeight chipMinTouchTargetSize chipStartPadding chipStrokeColor chipStrokeWidth chipSurfaceColor closeIcon closeIconEnabled closeIconEndPadding closeIconSize closeIconStartPadding closeIconTint closeIconVisible ensureMinTouchTargetSize hideMotionSpec iconEndPadding iconStartPadding rippleColor shapeAppearance shapeAppearanceOverlay showMotionSpec textEndPadding textStartPadding
|
|
3843
3818
|
styleable ChipGroup checkedChip chipSpacing chipSpacingHorizontal chipSpacingVertical selectionRequired singleLine singleSelection
|
|
3844
3819
|
styleable CircularProgressIndicator indicatorDirectionCircular indicatorInset indicatorSize
|
|
@@ -3846,7 +3821,7 @@ styleable ClockFaceView clockFaceBackgroundColor clockNumberTextColor
|
|
|
3846
3821
|
styleable ClockHandView clockHandColor materialCircleRadius selectorSize
|
|
3847
3822
|
styleable CollapsingToolbarLayout collapsedTitleGravity collapsedTitleTextAppearance contentScrim expandedTitleGravity expandedTitleMargin expandedTitleMarginBottom expandedTitleMarginEnd expandedTitleMarginStart expandedTitleMarginTop expandedTitleTextAppearance extraMultilineHeightEnabled forceApplySystemWindowInsetTop maxLines scrimAnimationDuration scrimVisibleHeightTrigger statusBarScrim title titleCollapseMode titleEnabled toolbarId
|
|
3848
3823
|
styleable CollapsingToolbarLayout_Layout layout_collapseMode layout_collapseParallaxMultiplier
|
|
3849
|
-
styleable ColorStateListItem alpha android_alpha android_color
|
|
3824
|
+
styleable ColorStateListItem alpha android_alpha android_color
|
|
3850
3825
|
styleable CompoundButton android_button buttonCompat buttonTint buttonTintMode
|
|
3851
3826
|
styleable Constraint android_alpha android_elevation android_id android_layout_height android_layout_marginBottom android_layout_marginEnd android_layout_marginLeft android_layout_marginRight android_layout_marginStart android_layout_marginTop android_layout_width android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation android_rotation android_rotationX android_rotationY android_scaleX android_scaleY android_transformPivotX android_transformPivotY android_translationX android_translationY android_translationZ android_visibility animate_relativeTo barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraint_referenced_ids drawPath flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop motionProgress motionStagger pathMotionArc pivotAnchor transitionEasing transitionPathRotate visibilityMode
|
|
3852
3827
|
styleable ConstraintLayout_Layout android_elevation android_maxHeight android_maxWidth android_minHeight android_minWidth android_orientation android_padding android_paddingBottom android_paddingEnd android_paddingLeft android_paddingRight android_paddingStart android_paddingTop android_visibility barrierAllowsGoneWidgets barrierDirection barrierMargin chainUseRtl constraintSet constraint_referenced_ids flow_firstHorizontalBias flow_firstHorizontalStyle flow_firstVerticalBias flow_firstVerticalStyle flow_horizontalAlign flow_horizontalBias flow_horizontalGap flow_horizontalStyle flow_lastHorizontalBias flow_lastHorizontalStyle flow_lastVerticalBias flow_lastVerticalStyle flow_maxElementsWrap flow_verticalAlign flow_verticalBias flow_verticalGap flow_verticalStyle flow_wrapMode layoutDescription layout_constrainedHeight layout_constrainedWidth layout_constraintBaseline_creator layout_constraintBaseline_toBaselineOf layout_constraintBottom_creator layout_constraintBottom_toBottomOf layout_constraintBottom_toTopOf layout_constraintCircle layout_constraintCircleAngle layout_constraintCircleRadius layout_constraintDimensionRatio layout_constraintEnd_toEndOf layout_constraintEnd_toStartOf layout_constraintGuide_begin layout_constraintGuide_end layout_constraintGuide_percent layout_constraintHeight_default layout_constraintHeight_max layout_constraintHeight_min layout_constraintHeight_percent layout_constraintHorizontal_bias layout_constraintHorizontal_chainStyle layout_constraintHorizontal_weight layout_constraintLeft_creator layout_constraintLeft_toLeftOf layout_constraintLeft_toRightOf layout_constraintRight_creator layout_constraintRight_toLeftOf layout_constraintRight_toRightOf layout_constraintStart_toEndOf layout_constraintStart_toStartOf layout_constraintTag layout_constraintTop_creator layout_constraintTop_toBottomOf layout_constraintTop_toTopOf layout_constraintVertical_bias layout_constraintVertical_chainStyle layout_constraintVertical_weight layout_constraintWidth_default layout_constraintWidth_max layout_constraintWidth_min layout_constraintWidth_percent layout_editor_absoluteX layout_editor_absoluteY layout_goneMarginBottom layout_goneMarginEnd layout_goneMarginLeft layout_goneMarginRight layout_goneMarginStart layout_goneMarginTop layout_optimizationLevel
|
|
Binary file
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
-- Merging decision tree log ---
|
|
2
2
|
manifest
|
|
3
|
-
ADDED from /Users/
|
|
4
|
-
INJECTED from /Users/
|
|
5
|
-
INJECTED from /Users/
|
|
6
|
-
INJECTED from /Users/
|
|
7
|
-
INJECTED from /Users/
|
|
8
|
-
INJECTED from /Users/
|
|
9
|
-
INJECTED from /Users/
|
|
3
|
+
ADDED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml:1:1-5:12
|
|
4
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml:1:1-5:12
|
|
5
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml:1:1-5:12
|
|
6
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml:1:1-5:12
|
|
7
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml:1:1-5:12
|
|
8
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml:1:1-5:12
|
|
9
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml:1:1-5:12
|
|
10
10
|
package
|
|
11
|
-
ADDED from /Users/
|
|
12
|
-
INJECTED from /Users/
|
|
13
|
-
INJECTED from /Users/
|
|
11
|
+
ADDED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml:2:5-34
|
|
12
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
13
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
14
14
|
android:versionName
|
|
15
|
-
INJECTED from /Users/
|
|
16
|
-
ADDED from /Users/
|
|
17
|
-
INJECTED from /Users/
|
|
15
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
16
|
+
ADDED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml:1:1-5:12
|
|
17
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
18
18
|
android:versionCode
|
|
19
|
-
INJECTED from /Users/
|
|
20
|
-
ADDED from /Users/
|
|
21
|
-
INJECTED from /Users/
|
|
19
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
20
|
+
ADDED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml:1:1-5:12
|
|
21
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
22
22
|
xmlns:android
|
|
23
|
-
ADDED from /Users/
|
|
23
|
+
ADDED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml:1:11-69
|
|
24
24
|
application
|
|
25
|
-
ADDED from /Users/
|
|
25
|
+
ADDED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml:3:5-4:19
|
|
26
26
|
uses-sdk
|
|
27
|
-
INJECTED from /Users/
|
|
28
|
-
INJECTED from /Users/
|
|
29
|
-
INJECTED from /Users/
|
|
30
|
-
INJECTED from /Users/
|
|
31
|
-
INJECTED from /Users/
|
|
27
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml reason: use-sdk injection requested
|
|
28
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
29
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
30
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
31
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
32
32
|
android:targetSdkVersion
|
|
33
|
-
INJECTED from /Users/
|
|
34
|
-
ADDED from /Users/
|
|
35
|
-
INJECTED from /Users/
|
|
33
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
34
|
+
ADDED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
35
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
36
36
|
android:minSdkVersion
|
|
37
|
-
INJECTED from /Users/
|
|
38
|
-
ADDED from /Users/
|
|
39
|
-
INJECTED from /Users/
|
|
37
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
38
|
+
ADDED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
|
39
|
+
INJECTED from /Users/piyush.kukadiya/projects-clevertap/clevertap-react-native/android/src/main/AndroidManifest.xml
|
package/android/build.gradle
CHANGED
|
@@ -21,8 +21,8 @@ android {
|
|
|
21
21
|
defaultConfig {
|
|
22
22
|
minSdkVersion 19
|
|
23
23
|
targetSdkVersion 33
|
|
24
|
-
versionCode
|
|
25
|
-
versionName "1.0.
|
|
24
|
+
versionCode 101
|
|
25
|
+
versionName "1.0.1"
|
|
26
26
|
}
|
|
27
27
|
buildTypes {
|
|
28
28
|
release {
|
|
@@ -39,7 +39,7 @@ dependencies {
|
|
|
39
39
|
maven { url "$rootDir/../node_modules/react-native/android" }
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
api 'com.clevertap.android:clevertap-android-sdk:4.7.
|
|
42
|
+
api 'com.clevertap.android:clevertap-android-sdk:4.7.5'
|
|
43
43
|
implementation 'com.android.installreferrer:installreferrer:2.2'
|
|
44
44
|
//compile 'com.android.support:appcompat-v7:28.0.0'
|
|
45
45
|
implementation 'com.facebook.react:react-native:+'
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<module external.linked.project.id=":clevertap-react-native" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/../../Starter/android" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
|
|
3
|
+
<component name="FacetManager">
|
|
4
|
+
<facet type="android-gradle" name="Android-Gradle">
|
|
5
|
+
<configuration>
|
|
6
|
+
<option name="GRADLE_PROJECT_PATH" value=":clevertap-react-native" />
|
|
7
|
+
<option name="LAST_SUCCESSFUL_SYNC_AGP_VERSION" value="3.3.1" />
|
|
8
|
+
<option name="LAST_KNOWN_AGP_VERSION" value="3.3.1" />
|
|
9
|
+
</configuration>
|
|
10
|
+
</facet>
|
|
11
|
+
<facet type="android" name="Android">
|
|
12
|
+
<configuration>
|
|
13
|
+
<option name="SELECTED_BUILD_VARIANT" value="debug" />
|
|
14
|
+
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" />
|
|
15
|
+
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" />
|
|
16
|
+
<afterSyncTasks>
|
|
17
|
+
<task>generateDebugSources</task>
|
|
18
|
+
</afterSyncTasks>
|
|
19
|
+
<option name="ALLOW_USER_CONFIGURATION" value="false" />
|
|
20
|
+
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/../../Starter/node_modules/clevertap-react-native/android/src/main/AndroidManifest.xml" />
|
|
21
|
+
<option name="RES_FOLDER_RELATIVE_PATH" value="/../../Starter/node_modules/clevertap-react-native/android/src/main/res" />
|
|
22
|
+
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/../../Starter/node_modules/clevertap-react-native/android/src/main/assets" />
|
|
23
|
+
<option name="PROJECT_TYPE" value="1" />
|
|
24
|
+
</configuration>
|
|
25
|
+
</facet>
|
|
26
|
+
</component>
|
|
27
|
+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
|
|
28
|
+
<output url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes" />
|
|
29
|
+
<output-test url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/intermediates/javac/debugUnitTest/compileDebugUnitTestJavaWithJavac/classes" />
|
|
30
|
+
<exclude-output />
|
|
31
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/aidl_source_output_dir/debug/compileDebugAidl/out">
|
|
32
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/aidl_source_output_dir/debug/compileDebugAidl/out" isTestSource="false" generated="true" />
|
|
33
|
+
</content>
|
|
34
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/aidl_source_output_dir/debugAndroidTest/compileDebugAndroidTestAidl/out">
|
|
35
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/aidl_source_output_dir/debugAndroidTest/compileDebugAndroidTestAidl/out" isTestSource="true" generated="true" />
|
|
36
|
+
</content>
|
|
37
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/renderscript_source_output_dir/debug/compileDebugRenderscript/out">
|
|
38
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/renderscript_source_output_dir/debug/compileDebugRenderscript/out" isTestSource="false" generated="true" />
|
|
39
|
+
</content>
|
|
40
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/renderscript_source_output_dir/debugAndroidTest/compileDebugAndroidTestRenderscript/out">
|
|
41
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/renderscript_source_output_dir/debugAndroidTest/compileDebugAndroidTestRenderscript/out" isTestSource="true" generated="true" />
|
|
42
|
+
</content>
|
|
43
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/res/resValues/androidTest/debug">
|
|
44
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/res/resValues/androidTest/debug" type="java-test-resource" generated="true" />
|
|
45
|
+
</content>
|
|
46
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/res/resValues/debug">
|
|
47
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/res/resValues/debug" type="java-resource" generated="true" />
|
|
48
|
+
</content>
|
|
49
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/res/rs/androidTest/debug">
|
|
50
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/res/rs/androidTest/debug" type="java-test-resource" generated="true" />
|
|
51
|
+
</content>
|
|
52
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/res/rs/debug">
|
|
53
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/res/rs/debug" type="java-resource" generated="true" />
|
|
54
|
+
</content>
|
|
55
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/source/apt/androidTest/debug">
|
|
56
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/source/apt/androidTest/debug" isTestSource="true" generated="true" />
|
|
57
|
+
</content>
|
|
58
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/source/apt/debug">
|
|
59
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/source/apt/debug" isTestSource="false" generated="true" />
|
|
60
|
+
</content>
|
|
61
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/source/apt/test/debug">
|
|
62
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/source/apt/test/debug" isTestSource="true" generated="true" />
|
|
63
|
+
</content>
|
|
64
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/source/buildConfig/androidTest/debug">
|
|
65
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/source/buildConfig/androidTest/debug" isTestSource="true" generated="true" />
|
|
66
|
+
</content>
|
|
67
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/source/buildConfig/debug">
|
|
68
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/build/generated/source/buildConfig/debug" isTestSource="false" generated="true" />
|
|
69
|
+
</content>
|
|
70
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTest/aidl">
|
|
71
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTest/aidl" isTestSource="true" />
|
|
72
|
+
</content>
|
|
73
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTest/assets">
|
|
74
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTest/assets" type="java-test-resource" />
|
|
75
|
+
</content>
|
|
76
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTest/java">
|
|
77
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTest/java" isTestSource="true" />
|
|
78
|
+
</content>
|
|
79
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTest/res">
|
|
80
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTest/res" type="java-test-resource" />
|
|
81
|
+
</content>
|
|
82
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTest/resources">
|
|
83
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTest/resources" type="java-test-resource" />
|
|
84
|
+
</content>
|
|
85
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTest/rs">
|
|
86
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTest/rs" isTestSource="true" />
|
|
87
|
+
</content>
|
|
88
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTest/shaders">
|
|
89
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTest/shaders" isTestSource="true" />
|
|
90
|
+
</content>
|
|
91
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTestDebug/aidl">
|
|
92
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTestDebug/aidl" isTestSource="true" />
|
|
93
|
+
</content>
|
|
94
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTestDebug/assets">
|
|
95
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTestDebug/assets" type="java-test-resource" />
|
|
96
|
+
</content>
|
|
97
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTestDebug/java">
|
|
98
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTestDebug/java" isTestSource="true" />
|
|
99
|
+
</content>
|
|
100
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTestDebug/res">
|
|
101
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTestDebug/res" type="java-test-resource" />
|
|
102
|
+
</content>
|
|
103
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTestDebug/resources">
|
|
104
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTestDebug/resources" type="java-test-resource" />
|
|
105
|
+
</content>
|
|
106
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTestDebug/rs">
|
|
107
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTestDebug/rs" isTestSource="true" />
|
|
108
|
+
</content>
|
|
109
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTestDebug/shaders">
|
|
110
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/androidTestDebug/shaders" isTestSource="true" />
|
|
111
|
+
</content>
|
|
112
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/debug/aidl">
|
|
113
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/debug/aidl" isTestSource="false" />
|
|
114
|
+
</content>
|
|
115
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/debug/assets">
|
|
116
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/debug/assets" type="java-resource" />
|
|
117
|
+
</content>
|
|
118
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/debug/java">
|
|
119
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/debug/java" isTestSource="false" />
|
|
120
|
+
</content>
|
|
121
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/debug/res">
|
|
122
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/debug/res" type="java-resource" />
|
|
123
|
+
</content>
|
|
124
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/debug/resources">
|
|
125
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/debug/resources" type="java-resource" />
|
|
126
|
+
</content>
|
|
127
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/debug/rs">
|
|
128
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/debug/rs" isTestSource="false" />
|
|
129
|
+
</content>
|
|
130
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/debug/shaders">
|
|
131
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/debug/shaders" isTestSource="false" />
|
|
132
|
+
</content>
|
|
133
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/main/aidl">
|
|
134
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/main/aidl" isTestSource="false" />
|
|
135
|
+
</content>
|
|
136
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/main/assets">
|
|
137
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/main/assets" type="java-resource" />
|
|
138
|
+
</content>
|
|
139
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/main/java">
|
|
140
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/main/java" isTestSource="false" />
|
|
141
|
+
</content>
|
|
142
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/main/res">
|
|
143
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/main/res" type="java-resource" />
|
|
144
|
+
</content>
|
|
145
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/main/resources">
|
|
146
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/main/resources" type="java-resource" />
|
|
147
|
+
</content>
|
|
148
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/main/rs">
|
|
149
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/main/rs" isTestSource="false" />
|
|
150
|
+
</content>
|
|
151
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/main/shaders">
|
|
152
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/main/shaders" isTestSource="false" />
|
|
153
|
+
</content>
|
|
154
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/test/aidl">
|
|
155
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/test/aidl" isTestSource="true" />
|
|
156
|
+
</content>
|
|
157
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/test/assets">
|
|
158
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/test/assets" type="java-test-resource" />
|
|
159
|
+
</content>
|
|
160
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/test/java">
|
|
161
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/test/java" isTestSource="true" />
|
|
162
|
+
</content>
|
|
163
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/test/res">
|
|
164
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/test/res" type="java-test-resource" />
|
|
165
|
+
</content>
|
|
166
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/test/resources">
|
|
167
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/test/resources" type="java-test-resource" />
|
|
168
|
+
</content>
|
|
169
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/test/rs">
|
|
170
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/test/rs" isTestSource="true" />
|
|
171
|
+
</content>
|
|
172
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/test/shaders">
|
|
173
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/test/shaders" isTestSource="true" />
|
|
174
|
+
</content>
|
|
175
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/testDebug/aidl">
|
|
176
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/testDebug/aidl" isTestSource="true" />
|
|
177
|
+
</content>
|
|
178
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/testDebug/assets">
|
|
179
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/testDebug/assets" type="java-test-resource" />
|
|
180
|
+
</content>
|
|
181
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/testDebug/java">
|
|
182
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/testDebug/java" isTestSource="true" />
|
|
183
|
+
</content>
|
|
184
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/testDebug/res">
|
|
185
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/testDebug/res" type="java-test-resource" />
|
|
186
|
+
</content>
|
|
187
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/testDebug/resources">
|
|
188
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/testDebug/resources" type="java-test-resource" />
|
|
189
|
+
</content>
|
|
190
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/testDebug/rs">
|
|
191
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/testDebug/rs" isTestSource="true" />
|
|
192
|
+
</content>
|
|
193
|
+
<content url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/testDebug/shaders">
|
|
194
|
+
<sourceFolder url="file://$MODULE_DIR$/../../Starter/node_modules/clevertap-react-native/android/src/testDebug/shaders" isTestSource="true" />
|
|
195
|
+
</content>
|
|
196
|
+
<content url="file://$MODULE_DIR$" />
|
|
197
|
+
<orderEntry type="jdk" jdkName="Android API 28 Platform" jdkType="Android SDK" />
|
|
198
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
|
199
|
+
<orderEntry type="library" name="Gradle: com.facebook.infer.annotation:infer-annotation:0.11.2@jar" level="project" />
|
|
200
|
+
<orderEntry type="library" name="Gradle: com.facebook.yoga:proguard-annotations:1.14.1@jar" level="project" />
|
|
201
|
+
<orderEntry type="library" name="Gradle: javax.inject:javax.inject:1@jar" level="project" />
|
|
202
|
+
<orderEntry type="library" name="Gradle: com.google.code.findbugs:jsr305:3.0.2@jar" level="project" />
|
|
203
|
+
<orderEntry type="library" name="Gradle: com.squareup.okhttp3:okhttp-urlconnection:3.12.1@jar" level="project" />
|
|
204
|
+
<orderEntry type="library" name="Gradle: com.squareup.okhttp3:okhttp:3.12.1@jar" level="project" />
|
|
205
|
+
<orderEntry type="library" name="Gradle: com.squareup.okio:okio:1.15.0@jar" level="project" />
|
|
206
|
+
<orderEntry type="library" name="Gradle: com.facebook.fbjni:fbjni-java-only:0.0.3@jar" level="project" />
|
|
207
|
+
<orderEntry type="library" name="Gradle: androidx.collection:collection:1.0.0@jar" level="project" />
|
|
208
|
+
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-common:2.0.0@jar" level="project" />
|
|
209
|
+
<orderEntry type="library" name="Gradle: androidx.arch.core:core-common:2.0.0@jar" level="project" />
|
|
210
|
+
<orderEntry type="library" name="Gradle: androidx.annotation:annotation:1.0.0@jar" level="project" />
|
|
211
|
+
<orderEntry type="library" name="Gradle: com.facebook.soloader:nativeloader:0.8.0@jar" level="project" />
|
|
212
|
+
<orderEntry type="library" name="Gradle: com.parse.bolts:bolts-tasks:1.4.0@jar" level="project" />
|
|
213
|
+
<orderEntry type="library" name="Gradle: com.clevertap.android:clevertap-android-sdk:3.8.0@aar" level="project" />
|
|
214
|
+
<orderEntry type="library" name="Gradle: com.android.installreferrer:installreferrer:1.0@aar" level="project" />
|
|
215
|
+
<orderEntry type="library" name="Gradle: com.facebook.react:react-native:0.62.2@aar" level="project" />
|
|
216
|
+
<orderEntry type="library" name="Gradle: androidx.appcompat:appcompat:1.0.2@aar" level="project" />
|
|
217
|
+
<orderEntry type="library" name="Gradle: com.facebook.fresco:fresco:2.0.0@aar" level="project" />
|
|
218
|
+
<orderEntry type="library" name="Gradle: com.facebook.fresco:imagepipeline-okhttp3:2.0.0@aar" level="project" />
|
|
219
|
+
<orderEntry type="library" name="Gradle: com.facebook.fresco:drawee:2.0.0@aar" level="project" />
|
|
220
|
+
<orderEntry type="library" name="Gradle: com.facebook.fresco:nativeimagefilters:2.0.0@aar" level="project" />
|
|
221
|
+
<orderEntry type="library" name="Gradle: com.facebook.fresco:imagepipeline:2.0.0@aar" level="project" />
|
|
222
|
+
<orderEntry type="library" name="Gradle: com.facebook.fresco:nativeimagetranscoder:2.0.0@aar" level="project" />
|
|
223
|
+
<orderEntry type="library" name="Gradle: com.facebook.fresco:imagepipeline-base:2.0.0@aar" level="project" />
|
|
224
|
+
<orderEntry type="library" name="Gradle: com.facebook.soloader:soloader:0.8.0@aar" level="project" />
|
|
225
|
+
<orderEntry type="library" name="Gradle: androidx.fragment:fragment:1.0.0@aar" level="project" />
|
|
226
|
+
<orderEntry type="library" name="Gradle: androidx.vectordrawable:vectordrawable-animated:1.0.0@aar" level="project" />
|
|
227
|
+
<orderEntry type="library" name="Gradle: androidx.legacy:legacy-support-core-ui:1.0.0@aar" level="project" />
|
|
228
|
+
<orderEntry type="library" name="Gradle: androidx.legacy:legacy-support-core-utils:1.0.0@aar" level="project" />
|
|
229
|
+
<orderEntry type="library" name="Gradle: androidx.vectordrawable:vectordrawable:1.0.1@aar" level="project" />
|
|
230
|
+
<orderEntry type="library" name="Gradle: androidx.loader:loader:1.0.0@aar" level="project" />
|
|
231
|
+
<orderEntry type="library" name="Gradle: androidx.viewpager:viewpager:1.0.0@aar" level="project" />
|
|
232
|
+
<orderEntry type="library" name="Gradle: androidx.coordinatorlayout:coordinatorlayout:1.0.0@aar" level="project" />
|
|
233
|
+
<orderEntry type="library" name="Gradle: androidx.drawerlayout:drawerlayout:1.0.0@aar" level="project" />
|
|
234
|
+
<orderEntry type="library" name="Gradle: androidx.slidingpanelayout:slidingpanelayout:1.0.0@aar" level="project" />
|
|
235
|
+
<orderEntry type="library" name="Gradle: androidx.customview:customview:1.0.0@aar" level="project" />
|
|
236
|
+
<orderEntry type="library" name="Gradle: androidx.swiperefreshlayout:swiperefreshlayout:1.0.0@aar" level="project" />
|
|
237
|
+
<orderEntry type="library" name="Gradle: androidx.asynclayoutinflater:asynclayoutinflater:1.0.0@aar" level="project" />
|
|
238
|
+
<orderEntry type="library" name="Gradle: androidx.core:core:1.0.1@aar" level="project" />
|
|
239
|
+
<orderEntry type="library" name="Gradle: androidx.versionedparcelable:versionedparcelable:1.0.0@aar" level="project" />
|
|
240
|
+
<orderEntry type="library" name="Gradle: androidx.cursoradapter:cursoradapter:1.0.0@aar" level="project" />
|
|
241
|
+
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-runtime:2.0.0@aar" level="project" />
|
|
242
|
+
<orderEntry type="library" name="Gradle: androidx.documentfile:documentfile:1.0.0@aar" level="project" />
|
|
243
|
+
<orderEntry type="library" name="Gradle: androidx.localbroadcastmanager:localbroadcastmanager:1.0.0@aar" level="project" />
|
|
244
|
+
<orderEntry type="library" name="Gradle: androidx.print:print:1.0.0@aar" level="project" />
|
|
245
|
+
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-viewmodel:2.0.0@aar" level="project" />
|
|
246
|
+
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-livedata:2.0.0@aar" level="project" />
|
|
247
|
+
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-livedata-core:2.0.0@aar" level="project" />
|
|
248
|
+
<orderEntry type="library" name="Gradle: androidx.arch.core:core-runtime:2.0.0@aar" level="project" />
|
|
249
|
+
<orderEntry type="library" name="Gradle: androidx.interpolator:interpolator:1.0.0@aar" level="project" />
|
|
250
|
+
<orderEntry type="library" name="Gradle: com.facebook.fresco:fbcore:2.0.0@aar" level="project" />
|
|
251
|
+
<orderEntry type="library" name="Gradle: com.facebook.soloader:annotation:0.8.0@aar" level="project" />
|
|
252
|
+
</component>
|
|
253
|
+
</module>
|
package/android/local.properties
CHANGED
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
# Location of the SDK. This is only used by Gradle.
|
|
5
5
|
# For customization when using a Version Control System, please read the
|
|
6
6
|
# header note.
|
|
7
|
-
#
|
|
8
|
-
sdk.dir=/Users/
|
|
7
|
+
#Sat Mar 14 18:50:58 IST 2020
|
|
8
|
+
sdk.dir=/Users/piyush.kukadiya/Library/Android/sdk
|
package/docs/install.md
CHANGED