dinasaif / socialauth-android

Automatically exported from code.google.com/p/socialauth-android
0 stars 0 forks source link

ProGuard can continue #147

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Extract example share-bar from socialauth-android-sdk-3.1.zip
2. Rename proguard.cfg to proguard-project.txt and fixing (as proguard warn me) 
-keepclasseswithmembernames to -keepclasseswithmembers
3. at Eclipse > rclick project > Android tools > export signed application

I got :

[2014-02-16 11:26:16 - share-bar] Proguard returned with error code 1. See 
console
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.AbstractProvider: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.AbstractProvider: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.AuthProviderFactory: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.AuthProviderFactory: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.SocialAuthConfig: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.SocialAuthConfig: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.SocialAuthManager: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.SocialAuthManager: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.oauthstrategy.Hybrid: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.oauthstrategy.Hybrid: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.oauthstrategy.OAuth1: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.oauthstrategy.OAuth1: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.oauthstrategy.OAuth2: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.oauthstrategy.OAuth2: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.facebook.AlbumsPluginImpl: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.facebook.AlbumsPluginImpl: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.facebook.FeedPluginImpl: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.facebook.FeedPluginImpl: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.googleplus.AlbumsPluginImpl: can't find 
referenced class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.googleplus.AlbumsPluginImpl: can't find 
referenced class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.googleplus.FeedPluginImpl: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.googleplus.FeedPluginImpl: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.instagram.FeedPluginImpl: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.instagram.FeedPluginImpl: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.linkedin.CareerPluginImpl: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.linkedin.CareerPluginImpl: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.linkedin.FeedPluginImpl: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.linkedin.FeedPluginImpl: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.twitter.AlbumsPluginImpl: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.twitter.AlbumsPluginImpl: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.twitter.FeedPluginImpl: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.plugin.twitter.FeedPluginImpl: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.FacebookImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.FacebookImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.FlickerImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.FlickerImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.FourSquareImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.FourSquareImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.GenericOAuth1Provider: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.GenericOAuth1Provider: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.GenericOAuth2Provider: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.GenericOAuth2Provider: can't find referenced 
class org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.GitHubImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.GitHubImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.GoogleImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.GoogleImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.GooglePlusImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.GooglePlusImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.HotmailImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.HotmailImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.InstagramImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.InstagramImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.LinkedInImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.LinkedInImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.MendeleyImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.MendeleyImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.MySpaceImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.MySpaceImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.NimbleImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.NimbleImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.consumer.ConsumerManager
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.consumer.ConsumerManager
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.consumer.ConsumerManager
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.consumer.ConsumerManager
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.consumer.ConsumerManager
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.ax.FetchRequest
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.ax.FetchRequest
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.AuthRequest
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.AuthRequest
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.OpenIDException
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.OpenIDException
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.ParameterList
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.ParameterList
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.consumer.ConsumerManager
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.consumer.VerificationResult
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.discovery.Identifier
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.consumer.VerificationResult
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.AuthSuccess
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.AuthSuccess
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.AuthSuccess
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.ax.FetchResponse
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.ax.FetchResponse
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.consumer.ConsumerException
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.OpenIDException
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.ParameterList
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.consumer.VerificationResult
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.discovery.Identifier
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.AuthSuccess
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.ax.FetchResponse
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.ax.FetchRequest
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.AuthRequest
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.consumer.VerificationResult
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.discovery.Identifier
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.consumer.ConsumerManager
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.discovery.DiscoveryInformation
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.AuthRequest
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.ax.FetchRequest
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.OpenIDException
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.ax.FetchResponse
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.AuthSuccess
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.message.ParameterList
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.consumer.VerificationResult
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.discovery.Identifier
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.OpenIdImpl: can't find referenced class 
org.openid4java.OpenIDException
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.RunkeeperImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.RunkeeperImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.SalesForceImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.SalesForceImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.TwitterImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.TwitterImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.YahooImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.YahooImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.YammerImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.provider.YammerImpl: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.util.HttpUtil: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.util.HttpUtil: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.util.OAuthConsumer: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.util.OAuthConsumer: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.util.OpenIdConsumer: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.util.OpenIdConsumer: can't find referenced class 
org.apache.commons.logging.LogFactory
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.util.SocialAuthUtil: can't find referenced class 
javax.servlet.http.HttpServletRequest
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.util.SocialAuthUtil: can't find referenced class 
javax.servlet.http.HttpServletRequest
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.util.SocialAuthUtil: can't find referenced class 
javax.servlet.http.HttpServletRequest
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.util.SocialAuthUtil: can't find referenced class 
javax.servlet.http.HttpServletRequest
[2014-02-16 11:26:16 - share-bar] Warning: 
org.brickred.socialauth.util.SocialAuthUtil: can't find referenced class 
javax.servlet.http.HttpServletRequest
[2014-02-16 11:26:16 - share-bar] Warning: there were 127 unresolved references 
to classes or interfaces.
[2014-02-16 11:26:16 - share-bar]          You may need to specify additional 
library jars (using '-libraryjars').
[2014-02-16 11:26:16 - share-bar] java.io.IOException: Please correct the above 
warnings first.
[2014-02-16 11:26:16 - share-bar]   at 
proguard.Initializer.execute(Initializer.java:321)
[2014-02-16 11:26:16 - share-bar]   at 
proguard.ProGuard.initialize(ProGuard.java:211)
[2014-02-16 11:26:16 - share-bar]   at 
proguard.ProGuard.execute(ProGuard.java:86)
[2014-02-16 11:26:16 - share-bar]   at proguard.ProGuard.main(ProGuard.java:492)

I cant compile my project because of socialauth :(

Original issue reported on code.google.com by yotag...@gmail.com on 16 Feb 2014 at 9:31

GoogleCodeExporter commented 8 years ago
-dontwarn org.brickred.**

solve it

Original comment by yotag...@gmail.com on 16 Feb 2014 at 9:39

GoogleCodeExporter commented 8 years ago
Hi , 

Didn't understand your issue. You are saying after including socialauth-android 
your proguard fails.

Why you are renaming proguard?

Original comment by vineet.a...@3pillarglobal.com on 21 Feb 2014 at 5:33

GoogleCodeExporter commented 8 years ago

Original comment by vineet.a...@3pillarglobal.com on 21 Feb 2014 at 5:36

GoogleCodeExporter commented 8 years ago

Original comment by vineet.a...@3pillarglobal.com on 10 Mar 2014 at 10:00