To keep up with the latest technologies, Anytype Android is now targeting the latest API 31, which means that we’re adopting Android App Bundle (AAB
) format, which is a new standard for distribution. You will be able to receive these updates on Google Play.
For those of us, who prefer not to use Google Play, we stay in touch. Instead of AAB
, we’ll be delivering APKs for the two most common device architectures: armeabi-v7a
, arm64-v8a
. This will save you some space on your device by including only the code that is needed for your device architecture. This will also reduce download size when updating.
If your device does not support these architectures, you’ll be able to download an APK, including several system architectures, which should be supported by all devices. The drawback of this type of apk
is an increased apk
size and a larger application size.