Upgrading to 2.0.0 from 2.0.0-alpha2 fails because of minSdkVersion 17 dependency
See original GitHub issueI’ve been using 2.0.0-alpha2 and upgraded to the final 2.0.0 with my project that supports api level 16. Now I can’t build my project because I get the following error:
Error:Execution failed for task ':app:processStandardBetaDebugManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 17 declared in library [com.xwray:groupie:2.0.0] /Users/coltonidle/.gradle/caches/transforms-1/files-1.1/groupie-2.0.0.aar/d6d373b79a4ea48/AndroidManifest.xml as the library might be using APIs not available in 16
Suggestion: use a compatible library with a minSdk of at most 16,
or increase this project's minSdk version to at least 17,
or use tools:overrideLibrary="com.xwray.groupie" to force usage (may lead to runtime failures)
I didn’t see anything in the release notes about this so I’m assuming it wasn’t purposeful.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Android Studio 2.0 - Plugin is too old, please update to a more ...
In previous projects developed, the problem does not occur and I realized that gradle is different classpath 'com.android.tools.build:gradle:1.3.0' . I have to ...
Read more ><uses-sdk> | Android Developers
Lets you express an application's compatibility with one or more versions of the Android platform, by means of an API Level integer.
Read more >Upgrading - Flutter documentation
How to upgrade Flutter. ... Once you've changed your channel, use flutter upgrade to download the Flutter SDK and dependent packages. For example:....
Read more >no aar for react-native-reanimated found - You.com
When I build my app for android it failed after installing react-native-reanimated v2.3.0-beta.2 The main error line is > Transform's input file does...
Read more >realm | Yarn - Package Manager
realm128.7kapache-2.011.3.1TS vulns 0 vulnerabilities. Realm is a mobile database: an alternative to SQLite and key-value stores.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Nope. No Kotlin in this project (yet).
Found this message in my build.gradle
Found versions 27.0.2, 26.1.0. Examples include com.android.support:recyclerview-v7:27.0.2 and com.android.support:animated-vector-drawable:26.1.0 more...
I’m not targeting or using 27.* of anything (builds, sdk, compile, min, support libs). Running
gradlew app:dependencies
I can see that groupie brings in 27.0.2 of recyclerView.