This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: openjdk:8-jdk | |
variables: | |
ANDROID_COMPILE_SDK: "25" | |
ANDROID_BUILD_TOOLS: "24.0.0" | |
ANDROID_SDK_TOOLS: "24.4.1" | |
before_script: | |
- apt-get --quiet update --yes | |
- apt-get --quiet install --yes wget tar unzip lib32stdc++6 lib32z1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-keepclassmembers class com.google.android.gms.dynamite.DynamiteModule { | |
** MODULE_ID; | |
** MODULE_VERSION; | |
** sClassLoader; | |
} | |
-keepclassmembers class com.google.android.gms.internal.in { | |
** mOrigin; | |
** mCreationTimestamp; | |
** mName; | |
** mValue; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initializing... | |
Note: com.google.android.gms.cast.framework.CastContext calls '(com.google.android.gms.cast.framework.OptionsProvider)Class.forName(variable).newInstance()' | |
Note: com.google.android.gms.internal.ql: can't find dynamically referenced class com.google.appengine.api.ThreadManager | |
Note: com.google.android.gms.internal.zzcem: can't find dynamically referenced class android.os.SystemProperties | |
Note: com.google.protobuf.zzc: can't find dynamically referenced class com.google.protobuf.ExtensionRegistry | |
Note: com.google.protobuf.zzd: can't find dynamically referenced class com.google.protobuf.Extension | |
Note: com.google.protobuf.zze: can't find dynamically referenced class libcore.io.Memory | |
Note: com.google.protobuf.zze: can't find dynamically referenced class org.robolectric.Robolectric | |
Note: the configuration keeps the entry point 'com.google.ads.mediation.AbstractAdViewAdapter { com.google.android.gms.ads.AdRequest zza(android.content.Context,com.google.android. | |
gms.ads.mediation.MediationAdRequest,a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-keep class com.google.protobuf.zzc | |
-keep class com.google.protobuf.zzd | |
-keep class com.google.protobuf.zze | |
-keep class com.google.android.gms.dynamic.IObjectWrapper | |
-keep class com.google.android.gms.internal.zzuq | |
-keep class com.google.android.gms.internal.oo | |
-keep class com.google.android.gms.internal.oh | |
-keep class com.google.android.gms.internal.zzcgl | |
-keep class com.google.android.gms.internal.ql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-keep class com.google.android.gms.dynamic.IObjectWrapper | |
-dontnote com.google.protobuf.zzc | |
-dontnote com.google.protobuf.zzd | |
-dontnote com.google.protobuf.zze |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-keep class com.google.android.gms.dynamic.IObjectWrapper | |
-keep class com.google.android.gms.plus.PlusOneButton$OnPlusOneClickListener | |
-dontnote com.google.protobuf.zzc | |
-dontnote com.google.protobuf.zzd | |
-dontnote com.google.protobuf.zze |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-keep class com.google.android.gms.dynamic.IObjectWrapper | |
-keep class com.google.android.gms.internal.zzuq | |
-keep class com.google.android.gms.ads.mediation.MediationAdRequest | |
-keep class com.google.android.gms.ads.mediation.MediationBannerListener | |
-keep class com.google.android.gms.ads.AdSize | |
-keep class com.google.android.gms.ads.mediation.MediationInterstitialListener | |
-keep class com.google.android.gms.ads.mediation.MediationNativeListener | |
-keep class com.google.android.gms.ads.reward.mediation.MediationRewardedVideoAdListener | |
-keep class com.google.android.gms.ads.InterstitialAd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-keep class com.facebook.login.DefaultAudience | |
-keep class com.facebook.login.LoginBehavior | |
-keep class com.facebook.login.widget.ToolTipPopup$Style | |
-keep class com.facebook.login.widget.LoginButton$ToolTipMode | |
-keep class com.facebook.login.widget.LoginButton$LoginButtonProperties | |
-keep class com.facebook.login.LoginManager | |
-keep class com.facebook.login.widget.ProfilePictureView$OnErrorListener | |
-keep class com.facebook.share.internal.LikeBoxCountView$LikeBoxCountViewCaretPosition | |
-keep class com.facebook.share.model.ShareContent | |
-keep class com.facebook.share.widget.LikeView$Style |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-keep class io.fabric.sdk.android.services.events.EventsStorageListener | |
-keep class io.fabric.sdk.android.services.events.EventsStorage | |
-keep class io.fabric.sdk.android.services.common.CurrentTimeProvider | |
-keep class io.fabric.sdk.android.services.events.EventTransform | |
-keep class io.fabric.sdk.android.services.concurrency.Task | |
-keep class io.fabric.sdk.android.services.network.HttpMethod | |
-keep class io.fabric.sdk.android.services.network.HttpRequestFactory | |
-keep class io.fabric.sdk.android.Kit | |
-keep class io.fabric.sdk.android.services.common.IdManager | |
-keep class io.fabric.sdk.android.InitializationCallback |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.gradle.tooling.BuildException: Could not run build action using Gradle distribution 'https://services.gradle.org/distributions/gradle-4.4-rc-3-all.zip'. | |
at org.gradle.tooling.internal.consumer.ExceptionTransformer.transform(ExceptionTransformer.java:51) | |
at org.gradle.tooling.internal.consumer.ExceptionTransformer.transform(ExceptionTransformer.java:29) | |
at org.gradle.tooling.internal.consumer.ResultHandlerAdapter.onFailure(ResultHandlerAdapter.java:41) | |
at org.gradle.tooling.internal.consumer.async.DefaultAsyncConsumerActionExecutor$1$1.run(DefaultAsyncConsumerActionExecutor.java:57) | |
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63) | |
at org.gradle.internal.concurrent.StoppableExecutorImpl$1.run(StoppableExecutorImpl.java:46) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) | |
at java.lang.Thread.run(Thread.java:745) |