metaplex-foundation / SolanaKT

This is a open source library on kotlin for Solana protocol.
MIT License
71 stars 36 forks source link

MinSdk should be lower than 30 #79

Closed creativedrewy closed 2 years ago

creativedrewy commented 2 years ago

Is there any reason why MinSdk is 30? That is pretty limiting for the Android device landscape. Is there any reason it needs to be that high? MinSdk 21-24 would be much more ideal for a library such as this.

ajamaica commented 2 years ago

The Base58 lib only. This is a valid concern i haven't look at it.

ajamaica commented 2 years ago

BTW min version is 27 target is 30