Answers for "getAll on channel dev.fluttercommunity.plus/package_info"

0

getAll on channel dev.fluttercommunity.plus/package_info

For me changing kotlin version and changing minSDK version resolved the issue

from
ext.kotlin_version = '1.3.50'

to
ext.kotlin_version = '1.6.0'

#########################

Change this:
minSdkVersion 16
  
into this:
minSdkVersion 23
Posted by: Guest on February-22-2022

Code answers related to "getAll on channel dev.fluttercommunity.plus/package_info"

Browse Popular Code Answers by Language