solana-mobile / dapp-publishing

Apache License 2.0
54 stars 15 forks source link

Support minVersionSdk for android build tools #276

Closed ankur2136 closed 1 month ago

ankur2136 commented 1 month ago

build tool version 34 and below prints this

sdkVersion:'22'

while build tool version 35 prints this

minSdkVersion:'22'

on the same apk.

This change fixes the parsing for support between the 2 variants.