XiaoJiang
XiaoJiang
The gradle version used in my project is 8.4, but it cannot be used normally. The gradle error prompts that it is not compatible. ``` Error resolving plugin [id: 'io.github.goldfish07.reschiper',...
./gradlew clean :app:resChiperRelease --stacktrace error: ``` Execution failed for task ':app:resChiperRelease'. > Cannot invoke "com.android.builder.model.SigningConfig.getStoreFile()" because the return value of "com.android.build.gradle.api.ApplicationVariant.getSigningConfig()" is null ```
Does the current version support obfuscation of apk format files?