littledog623
littledog623
There are some missing proguard rules for the trace canary library. Some Java class and method names are called from native c++ code, MatrixTracer.cc in specific. So we need to...
Error: Version must match the format '<major>.<minor>.<revision>[-<qualifier>]', but found '0.0.0/'
Version of bundle: 1.15.0 [BT:1.15.0] Error: Version must match the format '..[-]', but found '0.0.0/'. java.lang.IllegalArgumentException: Version must match the format '..[-]', but found '0.0.0/'. at com.google.common.base.Preconditions.checkArgument(Preconditions.java:220) at com.android.tools.build.bundletool.model.version.Version.of(Version.java:67) at...
Sometimes the artifact only declares license name, and the license url is empty. This results in the empty page for such artifact in the Google Play OssLicenseActivity. An example of...
There is a bundletool compatibility issue when 1. the bundle is built by a newer bundletool version through AGP. 2. later is added the code transparency file with a older...
Since Protobuf Gradle Plugin 0.9.0, the generated proto java classes can be automatically added to the project sourceset, so that the files can be correctly indexed by the IDE. This...