79160732

Date: 2024-11-05 21:30:05
Score: 1.5
Natty:
Report link

To override the minSDK use:

<uses-sdk tools:overrideLibrary="com.xxxx.xxxx"/>

To fix the merge error use:

android {
packagingOptions {
    pickFirst 'google/protobuf/*.proto'
    pickFirst 'google/protobuf/compiler/*.proto'
    }
}

source: https://github.com/protocolbuffers/protobuf/issues/8694

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ramiro G.M.