Dependency 'androidx.constraintlayout:constraintlayout:2.2.0' requires libraries and applications that depend on it to compile against version 34 or later of the Android APIs.

Dauda Lawal
Published on Dec, 20 2024 1 min read 0 comments
image

Dependency 'androidx.constraintlayout:constraintlayout:2.2.0' requires libraries and applications that
          depend on it to compile against version 34 or later of the
          Android APIs.
    
          :app is currently compiled against android-33.
    
          Recommended action: Update this project to use a newer compileSdk
          of at least 34, for example 34.
    
          Note that updating a library or application's compileSdk (which
          allows newer APIs to be used) can be done separately from updating
          targetSdk (which opts the app in to new runtime behavior) and
          minSdk (which determines which devices the app can be installed
          on).

0 Answers