Skip to content

Commit

Permalink
Added type token approach for proguard handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Dhamija authored and Rajat Dhamija committed Apr 11, 2023
1 parent e8ef55d commit 3aabf20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .safedk/hashes.safedk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Tue Apr 04 23:10:45 IST 2023
json=1890419844
#Tue Apr 11 13:54:00 IST 2023
json=1807607168
2 changes: 1 addition & 1 deletion .safedk/plugin.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
#Wed Apr 05 00:16:47 IST 2023
#Tue Apr 11 13:54:00 IST 2023
gcyVX2np_6N23XxVZWl_N5eTnUgybgZyIMqdBXeWJG4Rniy3LcTOhMvrRTQLpcMePJw9t1uk4O0X2yHg2RNpE9=pA3NAGLWSFkdUbKoK9gLEDnpXe6x8XU6D2TgT5vsHlZXt4FATcoLWTvA3fHBVhG6hh7HJWJa6JD1akUlTlVgwx
sdk_analysis_plugin_version=4.9.1
set_multidex=true
2 changes: 1 addition & 1 deletion adsdk/src/main/java/com/appyhigh/adsdk/utils/AdConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ internal class AdConfig {
adResponse =
gson.fromJson(
SharedPrefs.getString(AdSdkConstants.AD_CONFIG_RESPONSE),
object : TypeToken<ArrayList<AdResponse?>?>() {}.type
object : TypeToken<AdResponse>() {}.type
)
adResponse?.let {
for (adItem in it.app?.adMob!!) {
Expand Down

0 comments on commit 3aabf20

Please sign in to comment.