Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

版本最大支持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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants