googleads / googleads-mobile-android-native-templates

Apache License 2.0
116 stars 102 forks source link

gradle file target sdk #43

Closed pavanjoshi914 closed 10 months ago

pavanjoshi914 commented 11 months ago

i see this template uses compile sdk 30. it shall target to new android versions such as api level 34. keeping the same config will effect my app? my app targets from api level 21 to api level 34

NVentimiglia commented 10 months ago

@pavanjoshi914

The compile sdk should not affect runtime behaviour, it is used at compile time by gradle. Yes, please upgrade to the latest compile api level as demanded by the google mobile ads sdk and all other dependencies.