arcadefire / nice-spinner

A nice spinner for Android
Apache License 2.0
2.85k stars 445 forks source link

版本最大支持26 尴尬用不了 #150

Open lmcjava opened 4 years ago

lmcjava commented 4 years ago

i can't use this library ,my sdk version is 28 .

xiaoyan551 commented 4 years ago

源码是支持28的,你可以试着在app的gradle文件中的 android {}中t添加下面代码

compileOptions { sourceCompatibility = '1.8' targetCompatibility = '1.8' }

lmcjava commented 4 years ago

源码是支持28的,你可以试着在app的gradle文件中的 android {}中t添加下面代码

compileOptions { sourceCompatibility = '1.8' targetCompatibility = '1.8' }

好的收到