We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用2.0.1,出现Could not set unknown property 'classifier' for task ':react-native-mopsdk:androidSourcesJar' of type org.gradle.api.tasks.bundling.Jar
自行解决了classifier的报错,又出现了Could not find com.finogeeks.lib:finapplet:2.41.11 麻烦对0.70以上的版本进行支持,
gradle: 8.0.1-all buildToolsVersion = "33.0.0" minSdkVersion = 21 compileSdkVersion = 33 targetSdkVersion = 33 ndkVersion = "23.1.7779620"
The text was updated successfully, but these errors were encountered:
classifer我提了个pr #44 我也遇到 @CrankGentleman 这个问题,我目前的解决方案是在build.gradle下添加
allprojects { repositories { maven { url "https://gradle.finogeeks.club/repository/applet/" credentials { username "applet" password "123321" } } } }
Sorry, something went wrong.
No branches or pull requests
使用2.0.1,出现Could not set unknown property 'classifier' for task ':react-native-mopsdk:androidSourcesJar' of type org.gradle.api.tasks.bundling.Jar
自行解决了classifier的报错,又出现了Could not find com.finogeeks.lib:finapplet:2.41.11
麻烦对0.70以上的版本进行支持,
gradle: 8.0.1-all
buildToolsVersion = "33.0.0"
minSdkVersion = 21
compileSdkVersion = 33
targetSdkVersion = 33
ndkVersion = "23.1.7779620"
The text was updated successfully, but these errors were encountered: