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

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

Open
lmcjava opened this issue Nov 7, 2019 · 3 comments
Open

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

lmcjava opened this issue Nov 7, 2019 · 3 comments

Comments

@lmcjava
Copy link

lmcjava commented Nov 7, 2019

No description provided.

@lmcjava
Copy link
Author

lmcjava commented Nov 7, 2019

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

@xiaoyan551
Copy link

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

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

@lmcjava
Copy link
Author

lmcjava commented Dec 18, 2019

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

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

好的收到

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

2 participants