Home | History | Annotate | Download | only in 2.0.0-beta6

META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/google/gms/
com/google/gms/googleservices/
com/google/gms/googleservices/GoogleServicesPlugin$_setupPlugin_closure4.class
GoogleServicesPlugin.groovy
package com.google.gms.googleservices
 com.google.gms.googleservices.GoogleServicesPlugin$_setupPlugin_closure4 extends groovy.lang.Closure implements org.codehaus.groovy.runtime.GeneratedClosure  {
	private groovy.lang.Reference project
	private static org.codehaus.groovy.reflection.ClassInfo $staticClassInfo
	public static transient boolean __$stMC
	private static java.lang.ref.SoftReference $callSiteArray
	public void  (java.lang.Object, java.lang.Object, groovy.lang.Reference) 
		Object _outerInstance
		Object _thisObject
		groovy.lang.Reference project
	public java.lang.Object doCall (java.lang.Object) 
		Object variant
	public org.gradle.api.Project getProject () 
	protected groovy.lang.MetaClass $getStaticMetaClass () 
	private static void $createCallSiteArray_1 (java.lang.String[]) 
	private static org.codehaus.groovy.runtime.callsite.CallSiteArray $createCallSiteArray () 
	private static org.codehaus.groovy.runtime.callsite.CallSite[] $getCallSiteArray () 
}

com/google/gms/googleservices/GoogleServicesPlugin.class
GoogleServicesPlugin.groovy
package com.google.gms.googleservices
public com.google.gms.googleservices.GoogleServicesPlugin extends java.lang.Object implements org.gradle.api.Plugin groovy.lang.GroovyObject  {
	public static final String JSON_FILE_NAME
	public static final String MODULE_GROUP
	public static final String MODULE_NAME
	public static final String MODULE_VERSION
	public static final String MINIMUM_VERSION
	private static String targetVersion
	private static org.codehaus.groovy.reflection.ClassInfo $staticClassInfo
	public static transient boolean __$stMC
	private transient groovy.lang.MetaClass metaClass
	private static org.codehaus.groovy.reflection.ClassInfo $staticClassInfo$
	private static java.lang.ref.SoftReference $callSiteArray
	public void  () 
	public void apply (org.gradle.api.Project) 
		groovy.lang.Reference project
		org.gradle.api.Project project
	private void showWarningForPluginLocation (org.gradle.api.Project) 
		org.gradle.api.Project project
	private boolean checkMinimumVersion () 
		String[] subTargetVersions
		String[] subMinimumVersions
		int i
		Integer subTargetVersion
		Integer subMinimumVersion
		int i
		Integer subTargetVersion
		Integer subMinimumVersion
	private void addDependency (org.gradle.api.Project) 
		org.gradle.api.Project project
	private java.lang.String findTargetVersion (org.gradle.api.Project) 
		org.gradle.api.Project project
		Object configurations
		Object configuration
		Object dependencies
		Object dependency
	private void setupPlugin (org.gradle.api.Project, boolean) 
		groovy.lang.Reference project
		org.gradle.api.Project project
		boolean isLibrary
	private static void handleVariant (org.gradle.api.Project, java.lang.Object) 
		org.gradle.api.Project project
		Object variant
		java.io.File quickstartFile
		String variantName
		String[] variantTokens
		String flavorName
		java.io.File flavorFile
		java.io.File outputDir
		com.google.gms.googleservices.GoogleServicesTask task
	protected groovy.lang.MetaClass $getStaticMetaClass () 
	public groovy.lang.MetaClass getMetaClass () 
	public void setMetaClass (groovy.lang.MetaClass) 
	public java.lang.Object invokeMethod (java.lang.String, java.lang.Object) 
	public java.lang.Object getProperty (java.lang.String) 
	public void setProperty (java.lang.String, java.lang.Object) 
	public volatile void apply (java.lang.Object) 
	private static void $createCallSiteArray_1 (java.lang.String[]) 
	private static org.codehaus.groovy.runtime.callsite.CallSiteArray $createCallSiteArray () 
	private static org.codehaus.groovy.runtime.callsite.CallSite[] $getCallSiteArray () 
}

com/google/gms/googleservices/GoogleServicesTask.class
GoogleServicesTask.java
package com.google.gms.googleservices
public com.google.gms.googleservices.GoogleServicesTask extends org.gradle.api.DefaultTask {
	private static final String STATUS_DISABLED
	private static final String STATUS_ENABLED
	public java.io.File quickstartFile
	public java.io.File intermediateDir
	public String packageName
	public String moduleGroup
	public String moduleVersion
	public void  () 
	public void action ()  throws java.io.IOException 
		com.google.gson.JsonElement root
		com.google.gson.JsonObject rootObject
		java.util.Map resValues
		java.util.Map resAttributes
		com.google.gson.JsonObject clientObject
		java.io.File values
	private void checkVersionConflict () 
		org.gradle.api.artifacts.Dependency dependency
		java.util.Iterator i$
		org.gradle.api.artifacts.DependencySet dependencies
		org.gradle.api.artifacts.Configuration configuration
		java.util.Iterator i$
		org.gradle.api.Project project
		org.gradle.api.artifacts.ConfigurationContainer configurations
		boolean hasConflict
	private void handleProjectNumber (com.google.gson.JsonObject, java.util.Map)  throws java.io.IOException 
		com.google.gson.JsonObject rootObject
		java.util.Map resValues
		com.google.gson.JsonObject projectInfo
		com.google.gson.JsonPrimitive projectNumber
	private void handleAnalytics (com.google.gson.JsonObject, java.util.Map)  throws java.io.IOException 
		com.google.gson.JsonObject clientObject
		java.util.Map resValues
		com.google.gson.JsonObject analyticsService
		com.google.gson.JsonObject analyticsProp
		com.google.gson.JsonPrimitive trackingId
		java.io.File xml
	private void handleAdsService (com.google.gson.JsonObject, java.util.Map)  throws java.io.IOException 
		com.google.gson.JsonObject clientObject
		java.util.Map resValues
		com.google.gson.JsonObject adsService
	private void handleMapsService (com.google.gson.JsonObject, java.util.Map)  throws java.io.IOException 
		com.google.gson.JsonElement apiKeyElement
		com.google.gson.JsonObject apiKeyObject
		com.google.gson.JsonPrimitive currentKey
		int i
		int count
		com.google.gson.JsonObject clientObject
		java.util.Map resValues
		com.google.gson.JsonObject mapsService
		com.google.gson.JsonArray array
	private static void findStringByName (com.google.gson.JsonObject, java.lang.String, java.util.Map) 
		com.google.gson.JsonObject jsonObject
		String stringName
		java.util.Map resValues
		com.google.gson.JsonPrimitive id
	private com.google.gson.JsonObject getClientForPackageName (com.google.gson.JsonObject) 
		com.google.gson.JsonElement clientElement
		com.google.gson.JsonObject clientObject
		com.google.gson.JsonObject clientInfo
		com.google.gson.JsonObject androidClientInfo
		com.google.gson.JsonPrimitive clientPackageName
		int i
		int count
		com.google.gson.JsonObject jsonObject
		com.google.gson.JsonArray array
	private void handleGoogleAppId (com.google.gson.JsonObject, java.util.Map)  throws java.io.IOException 
		com.google.gson.JsonObject clientObject
		java.util.Map resValues
		com.google.gson.JsonObject clientInfo
		com.google.gson.JsonPrimitive googleAppId
		String googleAppIdStr
	private com.google.gson.JsonObject getServiceByName (com.google.gson.JsonObject, java.lang.String) 
		com.google.gson.JsonObject clientObject
		String serviceName
		com.google.gson.JsonObject services
		com.google.gson.JsonObject service
		com.google.gson.JsonPrimitive status
		String statusStr
	private static java.lang.String getGlobalTrackerContent (java.lang.String) 
		String ga_trackingId
	private static java.lang.String getValuesContent (java.util.Map, java.util.Map) 
		java.util.Map$Entry attr
		java.util.Iterator i$
		String name
		java.util.Map$Entry entry
		java.util.Iterator i$
		java.util.Map values
		java.util.Map attributes
		StringBuilder sb
	private static void deleteFolder (java.io.File) 
		java.io.File file
		java.io.File[] arr$
		int len$
		int i$
		java.io.File folder
		java.io.File[] files
}

com/google/gms/googleservices/GoogleServicesPlugin$_setupPlugin_closure5.class
GoogleServicesPlugin.groovy
package com.google.gms.googleservices
 com.google.gms.googleservices.GoogleServicesPlugin$_setupPlugin_closure5 extends groovy.lang.Closure implements org.codehaus.groovy.runtime.GeneratedClosure  {
	private groovy.lang.Reference project
	private static org.codehaus.groovy.reflection.ClassInfo $staticClassInfo
	public static transient boolean __$stMC
	private static java.lang.ref.SoftReference $callSiteArray
	public void  (java.lang.Object, java.lang.Object, groovy.lang.Reference) 
		Object _outerInstance
		Object _thisObject
		groovy.lang.Reference project
	public java.lang.Object doCall (java.lang.Object) 
		Object variant
	public org.gradle.api.Project getProject () 
	protected groovy.lang.MetaClass $getStaticMetaClass () 
	private static void $createCallSiteArray_1 (java.lang.String[]) 
	private static org.codehaus.groovy.runtime.callsite.CallSiteArray $createCallSiteArray () 
	private static org.codehaus.groovy.runtime.callsite.CallSite[] $getCallSiteArray () 
}

com/google/gms/googleservices/GoogleServicesPlugin$_apply_closure1.class
GoogleServicesPlugin.groovy
package com.google.gms.googleservices
 com.google.gms.googleservices.GoogleServicesPlugin$_apply_closure1 extends groovy.lang.Closure implements org.codehaus.groovy.runtime.GeneratedClosure  {
	private groovy.lang.Reference project
	private static org.codehaus.groovy.reflection.ClassInfo $staticClassInfo
	public static transient boolean __$stMC
	private static java.lang.ref.SoftReference $callSiteArray
	public void  (java.lang.Object, java.lang.Object, groovy.lang.Reference) 
		Object _outerInstance
		Object _thisObject
		groovy.lang.Reference project
	public java.lang.Object doCall (java.lang.Object) 
		Object it
	public org.gradle.api.Project getProject () 
	public java.lang.Object doCall () 
	protected groovy.lang.MetaClass $getStaticMetaClass () 
	private static void $createCallSiteArray_1 (java.lang.String[]) 
	private static org.codehaus.groovy.runtime.callsite.CallSiteArray $createCallSiteArray () 
	private static org.codehaus.groovy.runtime.callsite.CallSite[] $getCallSiteArray () 
}

com/google/gms/googleservices/GoogleServicesPlugin$_apply_closure2.class
GoogleServicesPlugin.groovy
package com.google.gms.googleservices
 com.google.gms.googleservices.GoogleServicesPlugin$_apply_closure2 extends groovy.lang.Closure implements org.codehaus.groovy.runtime.GeneratedClosure  {
	private groovy.lang.Reference project
	private static org.codehaus.groovy.reflection.ClassInfo $staticClassInfo
	public static transient boolean __$stMC
	private static java.lang.ref.SoftReference $callSiteArray
	public void  (java.lang.Object, java.lang.Object, groovy.lang.Reference) 
		Object _outerInstance
		Object _thisObject
		groovy.lang.Reference project
	public java.lang.Object doCall (java.lang.Object) 
		Object it
	public org.gradle.api.Project getProject () 
	public java.lang.Object doCall () 
	protected groovy.lang.MetaClass $getStaticMetaClass () 
	private static void $createCallSiteArray_1 (java.lang.String[]) 
	private static org.codehaus.groovy.runtime.callsite.CallSiteArray $createCallSiteArray () 
	private static org.codehaus.groovy.runtime.callsite.CallSite[] $getCallSiteArray () 
}

com/google/gms/googleservices/GoogleServicesPlugin$_apply_closure3.class
GoogleServicesPlugin.groovy
package com.google.gms.googleservices
 com.google.gms.googleservices.GoogleServicesPlugin$_apply_closure3 extends groovy.lang.Closure implements org.codehaus.groovy.runtime.GeneratedClosure  {
	private groovy.lang.Reference project
	private static org.codehaus.groovy.reflection.ClassInfo $staticClassInfo
	public static transient boolean __$stMC
	private static java.lang.ref.SoftReference $callSiteArray
	public void  (java.lang.Object, java.lang.Object, groovy.lang.Reference) 
		Object _outerInstance
		Object _thisObject
		groovy.lang.Reference project
	public java.lang.Object doCall (java.lang.Object) 
		Object it
	public org.gradle.api.Project getProject () 
	public java.lang.Object doCall () 
	protected groovy.lang.MetaClass $getStaticMetaClass () 
	private static void $createCallSiteArray_1 (java.lang.String[]) 
	private static org.codehaus.groovy.runtime.callsite.CallSiteArray $createCallSiteArray () 
	private static org.codehaus.groovy.runtime.callsite.CallSite[] $getCallSiteArray () 
}

META-INF/gradle-plugins/
META-INF/gradle-plugins/com.google.gms.google-services.properties