AlphaWallet / AlphaWallet/alpha-wallet-android

drop android 6 (planning discussion)

Open
#1,553 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
646
Forks
579
PR merge metrics
No merged PRs in 30d

Description

We already warned users that android 6 will stop working #1264

Currently our minSDK version is 23. Using minSdkVersion 24 gives us these:

API Java 8 | minSdkVersion compatible
-- | --
java.lang.annotation.Repeatable | API nivel 24 o versiones posteriores
AnnotatedElement.getAnnotationsByType(Class) | API nivel 24 o versiones posteriores
java.util.stream | API nivel 24 o versiones posteriores
java.lang.FunctionalInterface | API nivel 24 o versiones posteriores
java.lang.reflect.Method.isDefault() | API nivel 24 o versiones posteriores
java.util.function | API nivel 24 o versiones posteriores

(current api level is 29 i.e. Android 10)

@AW-STJ @James-Sangalli I opt for making minsdk 24 for downstream products that you are managing, because that saves us the trouble of upping it later, which eventually will happen.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.