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

0.72.5版本报错 #43

Open
CrankGentleman opened this issue Oct 9, 2023 · 1 comment
Open

0.72.5版本报错 #43

CrankGentleman opened this issue Oct 9, 2023 · 1 comment

Comments

@CrankGentleman
Copy link

使用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"

@parz1
Copy link

parz1 commented Oct 13, 2023

classifer我提了个pr #44
我也遇到 @CrankGentleman 这个问题,我目前的解决方案是在build.gradle下添加

allprojects {
    repositories {
        maven {
            url "https://gradle.finogeeks.club/repository/applet/"
            credentials {
                username "applet"
                password "123321"
            }
        }
    }
}

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