hss01248 / DialogUtil

common used dialog with material style ( in support v7),ios style,get top activity automatically, invoke everywhere (any thread , any window)
Apache License 2.0
980 stars 168 forks source link

gradle3.0.0-beta4下不通过编译 #45

Closed Heleninsa closed 6 years ago

Heleninsa commented 7 years ago

Error:(54, 5) style attribute '@android:attr/windowEnterAnimation' not found

Sky-Walkrr commented 7 years ago

@Heleninsa 原因是gradle plugin 3.0.0改变了aapt2的工作方式,已发PR给作者。详细信息可参考https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html#aapt2

hss01248 commented 6 years ago

已修复 @Heleninsa