AlertDialogPro
AlertDialogPro copied to clipboard
Issue About Deprecated Then How Can Handle That Issue
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').
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" }
}
}
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 https://github.com/fengdai/AlertDialogPro/issues/68#issuecomment-259910349, or mute the thread https://github.com/notifications/unsubscribe-auth/AQqlSjXvVSTwEB22bhUtVSDaRayzsjN-ks5q9CxfgaJpZM4Kuo7f .