Skip to content

Commit

Permalink
1. Bug Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AtikulSoftware committed Jun 30, 2024
1 parent 2dae3fd commit 44c9d2f
Show file tree
Hide file tree
Showing 1,419 changed files with 48,353 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

263 changes: 263 additions & 0 deletions .idea/other.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified SmartAdmob-release.aar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
i/
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
o/bundleLibRuntimeToDirDebug
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
o/out
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.ads.nativetemplates" >

<uses-sdk android:minSdkVersion="16" />

<application android:supportsRtl="true" >
</application>

</manifest>
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
aarFormatVersion=1.0
aarMetadataVersion=1.0
minCompileSdk=1
minCompileSdkExtension=0
minAndroidGradlePluginVersion=1.0.0
coreLibraryDesugaringEnabled=false
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
int attr gnt_template_type 0x0
int color gnt_ad_green 0x0
int color gnt_black 0x0
int color gnt_blue 0x0
int color gnt_gray 0x0
int color gnt_green 0x0
int color gnt_outline 0x0
int color gnt_red 0x0
int color gnt_test_background_color 0x0
int color gnt_test_background_color_2 0x0
int color gnt_white 0x0
int dimen gnt_ad_indicator_bar_height 0x0
int dimen gnt_ad_indicator_bottom_margin 0x0
int dimen gnt_ad_indicator_height 0x0
int dimen gnt_ad_indicator_text_size 0x0
int dimen gnt_ad_indicator_top_margin 0x0
int dimen gnt_ad_indicator_width 0x0
int dimen gnt_default_margin 0x0
int dimen gnt_media_view_weight 0x0
int dimen gnt_medium_cta_button_height 0x0
int dimen gnt_medium_template_bottom_weight 0x0
int dimen gnt_medium_template_top_weight 0x0
int dimen gnt_no_margin 0x0
int dimen gnt_no_size 0x0
int dimen gnt_small_cta_button_height 0x0
int dimen gnt_small_margin 0x0
int dimen gnt_text_row_weight 0x0
int dimen gnt_text_size_large 0x0
int dimen gnt_text_size_small 0x0
int drawable gnt_outline_shape 0x0
int drawable gnt_rounded_corners_shape 0x0
int id ad_notification_view 0x0
int id background 0x0
int id body 0x0
int id content 0x0
int id cta 0x0
int id headline 0x0
int id icon 0x0
int id media_view 0x0
int id middle 0x0
int id native_ad_view 0x0
int id primary 0x0
int id rating_bar 0x0
int id row_two 0x0
int id secondary 0x0
int layout gnt_medium_template_view 0x0
int layout gnt_small_template_view 0x0
int[] styleable TemplateView { 0x0 }
int styleable TemplateView_gnt_template_type 0
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}

# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep,includedescriptorclasses public class com.google.android.ads.nativetemplates { *; }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<solid android:color="@color/gnt_white" />
<stroke android:width="2dp" android:color="@color/gnt_outline"/>
</shape>

Loading

0 comments on commit 44c9d2f

Please sign in to comment.