ParallaxPagerTransformer icon indicating copy to clipboard operation
ParallaxPagerTransformer copied to clipboard

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

Open arlm001 opened this issue 8 years ago • 1 comments

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

arlm001 avatar May 07 '16 20:05 arlm001

Having the same issue, My MinSDK is 15 while documentation says minSDK is 11. Is this project's support still active?

ejdelros08 avatar Sep 12 '16 09:09 ejdelros08