Skip to content

Commit 48c1c33

Browse files
committed
v1.3.1
1 parent cf5480d commit 48c1c33

1,370 files changed

Lines changed: 15913 additions & 6993 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AdTapsy-Unity-Plugin.unitypackage

655 KB
Binary file not shown.

AdTapsyUnitySample/Assets/Plugins/Android/google-play-services_lib.meta

Lines changed: 4 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AdTapsyUnitySample/Assets/Plugins/Android/google-play-services_lib/AndroidManifest.xml.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AdTapsyUnitySample/Assets/Plugins/Android/google-play-services_lib/README.txt.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AdTapsyUnitySample/Assets/Plugins/Android/google-play-services_lib/libs.meta

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

AdTapsyUnitySample/Assets/Plugins/Android/google-play-services_lib/libs/google-play-services.jar.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AdTapsyUnitySample/Assets/Plugins/Android/google-play-services_lib/libs/google-play-services.jar.properties.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AdTapsyUnitySample/Assets/Plugins/Android/google-play-services_lib/proguard.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010

1111
# Keep the names of classes/members we need for client functionality.
12+
-keep @interface com.google.android.gms.common.annotation.KeepName
1213
-keepnames @com.google.android.gms.common.annotation.KeepName class *
1314
-keepclassmembernames class * {
1415
@com.google.android.gms.common.annotation.KeepName *;
@@ -18,3 +19,17 @@
1819
-keepnames class * implements android.os.Parcelable {
1920
public static final ** CREATOR;
2021
}
22+
23+
# Needed when building against pre-Marshmallow SDK.
24+
-dontwarn android.security.NetworkSecurityPolicy
25+
26+
# Keep metadata about included modules.
27+
-keep public class com.google.android.gms.dynamite.descriptors.** {
28+
public <fields>;
29+
}
30+
31+
# Keep the implementation of the flags api for google-play-services-flags
32+
33+
-keep public class com.google.android.gms.flags.impl.FlagProviderImpl {
34+
public <fields>; public <methods>;
35+
}

AdTapsyUnitySample/Assets/Plugins/Android/google-play-services_lib/proguard.txt.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)