-
Notifications
You must be signed in to change notification settings - Fork 93
Description
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