AlphaWallet / AlphaWallet/alpha-wallet-android
drop android 6 (planning discussion)
- Lenguaje dominante
- Java
- Estrellas
- 646
- Forks
- 579
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.