-
Notifications
You must be signed in to change notification settings - Fork 10
Description
…as it was not built from a clean tree at the tagged commit – and the local changes were never committed it seems. Looking at the differences in the manifest:
XML ELEM START [lineno=2, name='manifest', #attributes=7]
- ATTR: http://schemas.android.com/apk/res/android:versionCode=76
- ATTR: http://schemas.android.com/apk/res/android:versionName='0.34.0'
+ ATTR: http://schemas.android.com/apk/res/android:versionCode=75
+ ATTR: http://schemas.android.com/apk/res/android:versionName='0.31.6'
ATTR: http://schemas.android.com/apk/res/android:compileSdkVersion=36
at the tagged commit, versionCode is 75. I could not find a commit where version.properties have the 76 your APK has; in the commit history, it went straight to 77. So we cannot cure it at our end I'm afraid, as this was not the only difference; all the native libs differ as well, and classes5.dex differs, too (this one, basically mirroring the manifest diff). So we have to declare this release "RB failed" I'm afraid – and hope that the next release succeeds again. Please take a look at our RB Hints for Developers, especially at the "first basic rule" – to always build from a clean tree at the tagged commit 😉