Skip to content

minSdkVersion in lib is 16 and not 11 as the documentation states #7

@arlm001

Description

@arlm001

The lib seems to work in API 11, but gradle.build in the lib project specifies minSdkVersion 16 which is generating issues in projects using lower sdk versions:
https://github.com/xgc1986/ParallaxPagerTransformer/blob/master/parallaxpagertransformer/build.gradle#L22

I am having this issue when using the ParallaxPagerTransformer lib in my project using minSdkVersion 15:

Error:Execution failed for task ':app:processDebugManifest'.

Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version 16 declared in library [com.xgc1986.android:parallaxpagertransformer:1.0.4] /MyApp/app/build/intermediates/exploded-aar/com.xgc1986.android/parallaxpagertransformer/1.0.4/AndroidManifest.xml
Suggestion: use tools:overrideLibrary="com.xgc1986.parallaxpagerlibrary" to force usage

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions