Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue About Deprecated Then How Can Handle That Issue #68

Open
jalpesh10121991 opened this issue Nov 10, 2016 · 2 comments
Open

Issue About Deprecated Then How Can Handle That Issue #68

jalpesh10121991 opened this issue Nov 10, 2016 · 2 comments

Comments

@jalpesh10121991
Copy link

Look I User Adobe creative Sdk and then your library used in adobe sdk then how can use your updated alertdialogpro version please upload latest version

Error:(61, 5) No resource found that matches the given name (at 'android:textColorHint' with value '@color/hint_foreground_material_light').

@fengdai
Copy link
Owner

fengdai commented Nov 11, 2016

Use latest snapshot:

compile 'com.github.fengdai:alertdialogpro-core:0.2.7-20161111.083903-7'
compile 'com.github.fengdai:alertdialogpro-theme-material:0.2.7-20161110.030043-6'

Don't forget to add snapshot-repositories to your root build.gradle file:

allprojects {
  repositories {

   // Add this line:
    maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
  }
}

@jalpesh10121991
Copy link
Author

Thanks Buddy

On Fri, Nov 11, 2016 at 2:20 PM, Feng Dai [email protected] wrote:

Use latest snapshot:

compile 'com.github.fengdai:alertdialogpro-core:0.2.7-20161111.083903-7'
compile 'com.github.fengdai:alertdialogpro-theme-material:0.2.7-20161110.030043-6'

Don't forget to add snapshot-repositories to your root build.gradle file:

allprojects {
repositories {

// Add this line:
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
}


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#68 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AQqlSjXvVSTwEB22bhUtVSDaRayzsjN-ks5q9CxfgaJpZM4Kuo7f
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@fengdai @jalpesh10121991 and others