Note: this was published on 13/09/2018
New:
- ASV-877 - Reverted the removal of the collapseActionView flag
To fix this, we did two big changes:
from
-COMPILE_SDK_VERSION=25
to
+COMPILE_SDK_VERSION=27
and from
SUPPORT_LIB_VERSION = ’25.4.0'
to:
SUPPORT_LIB_VERSION = ’26.0.1'
Hotfix:
- [ASV-1005] fix: App View now correctly checks if campaign is valid when app has no AppCoins billing flow but has AppCoins advertising flow.
Published
https://aptoide.atlassian.net/wiki/spaces/AQ/pages/430460/Vanilla
Database:
REALM_SCHEMA_VERSION= 8095
public static final int DATABASE_VERSION = 60;
https://github.com/Aptoide/aptoide-client-v8/blob/v9.1.0.1(9107)/gradle.properties
https://github.com/Aptoide/aptoide-client-v8/blob/v9.1.0.1(9107)/app/src/main/java/cm/aptoide/pt/deprecated/SQLiteDatabaseHelper.java