Skip to content

Commit

Permalink
Appodeal Update 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrules44 committed Jul 8, 2024
1 parent f448dcd commit 3f80ea2
Show file tree
Hide file tree
Showing 300 changed files with 11,696 additions and 1,769 deletions.
2 changes: 1 addition & 1 deletion plugins/2018.3326/android/corona.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
implementation 'com.appodeal.ads.sdk.networks:applovin:3.2.1.0'
implementation 'com.appodeal.ads.sdk.networks:applovin:3.3.1.0'
}
Binary file added plugins/2018.3326/iphone-sim/.DS_Store
Binary file not shown.
Binary file modified plugins/2018.3326/iphone-sim/AppLovinSDK.framework/AppLovinSDK
100644 → 100755
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"type": "alert",
"title": {
"key": "PP_TITLE",
"key_unified_flow": "PP_TITLE_UNIFIED_FLOW",
"replacements": ["<APP_NAME>"]
},
"message": {
"key": "AGREE_MESSAGE"
"key": "AGREE_MESSAGE",
"key_unified_flow": "AGREE_MESSAGE_UNIFIED_FLOW"
},
"transitions": [{
"title": {
"key": "AGREE_TO_TERMS_BUTTON_TITLE"
"key": "AGREE_TO_TERMS_BUTTON_TITLE",
"key_unified_flow": "CONTINUE_BUTTON_TITLE_UNIFIED_FLOW"
},
"style": "default",
"destination_state_id": 12
}]
}, {
"id": 11,
"type": "pp"
}, {
"id": 12,
"type": "event",
Expand All @@ -30,4 +30,3 @@
"type": "reinit"
}]
}

Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"type": "alert",
"title": {
"key": "PP_TITLE",
"key_unified_flow": "PP_TITLE_UNIFIED_FLOW",
"replacements": ["<APP_NAME>"]
},
"message": {
"key": "AGREE_MESSAGE"
"key": "AGREE_MESSAGE",
"key_unified_flow": "AGREE_MESSAGE_UNIFIED_FLOW"
},
"transitions": [{
"title": {
"key": "AGREE_TO_TERMS_BUTTON_TITLE"
"key": "AGREE_TO_TERMS_BUTTON_TITLE",
"key_unified_flow": "CONTINUE_BUTTON_TITLE_UNIFIED_FLOW"
},
"style": "default",
"destination_state_id": 12
}]
}, {
"id": 11,
"type": "pp"
}, {
"id": 12,
"type": "event",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,21 @@
"type": "alert",
"title": {
"key": "PP_AND_TOS_TITLE",
"key_unified_flow": "PP_AND_TOS_TITLE_UNIFIED_FLOW",
"replacements": ["<APP_NAME>"]
},
"message": {
"key": "AGREE_MESSAGE"
"key": "AGREE_MESSAGE",
"key_unified_flow": "AGREE_MESSAGE_UNIFIED_FLOW"
},
"transitions": [{
"title": {
"key": "AGREE_TO_TERMS_BUTTON_TITLE"
"key": "AGREE_TO_TERMS_BUTTON_TITLE",
"key_unified_flow": "CONTINUE_BUTTON_TITLE_UNIFIED_FLOW"
},
"style": "default",
"destination_state_id": 12
}]
}, {
"id": 10,
"type": "tos"
}, {
"id": 11,
"type": "pp"
}, {
"id": 12,
"type": "event",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,21 @@
"type": "alert",
"title": {
"key": "PP_AND_TOS_TITLE",
"key_unified_flow": "PP_AND_TOS_TITLE_UNIFIED_FLOW",
"replacements": ["<APP_NAME>"]
},
"message": {
"key": "AGREE_MESSAGE"
"key": "AGREE_MESSAGE",
"key_unified_flow": "AGREE_MESSAGE_UNIFIED_FLOW"
},
"transitions": [{
"title": {
"key": "AGREE_TO_TERMS_BUTTON_TITLE"
"key": "AGREE_TO_TERMS_BUTTON_TITLE",
"key_unified_flow": "CONTINUE_BUTTON_TITLE_UNIFIED_FLOW"
},
"style": "default",
"destination_state_id": 12
}]
}, {
"id": 10,
"type": "tos"
}, {
"id": 11,
"type": "pp"
}, {
"id": 12,
"type": "event",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"states": [{
"is_initial_state": true,
"id": 1000,
"type": "decision",
"decision_type": "is_al_gdpr",
"destination_state_id_true": 20,
"destination_state_id_false": 500
}, {
"id": 20,
"type": "cmp_load",
"decision_type": "cmp_load_success",
"destination_state_id_true": 21,
"destination_state_id_false": 500
}, {
"id": 21,
"type": "cmp_show",
"destination_state_id": 13
}, {
"id": 13,
"type": "event",
"name": "gdpr_ok",
"destination_state_id": 1001
}, {
"id": 1001,
"type": "decision",
"decision_type": "is_user_eligible_for_att_alert",
"destination_state_id_true": 14,
"destination_state_id_false": 99
}, {
"id": 14,
"type": "att",
"destination_state_id": 99
}, {
"id": 500,
"type": "terms_flow"
}, {
"id": 99,
"type": "reinit"
}]
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 3f80ea2

Please sign in to comment.