AlertDialogPro icon indicating copy to clipboard operation
AlertDialogPro copied to clipboard

Issue About Deprecated Then How Can Handle That Issue

Open jalpesh10121991 opened this issue 8 years ago • 2 comments

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').

jalpesh10121991 avatar Nov 10 '16 13:11 jalpesh10121991

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" }
  }
}

fengdai avatar Nov 11 '16 08:11 fengdai

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 .

jalpesh10121991 avatar Nov 12 '16 20:11 jalpesh10121991