Hello,
I am trying to build a .aar (or .jar) of this library but keep getting an error about merging the Manifest files. The message I keep getting is:
"Main manifest has but library uses targetSdkVersion='11'
Note: main manifest lacks a declaration, which defaults to value minSdkVersion or 1."
There are several Manifest files under the four directories created in build/exploded-bundles that each target a different sdk Version, however I cannot find the manifest and build.gradle files that are used to generate this output to fix the issue myself. Please help!
Thank you,
Nate
Hello,
I am trying to build a .aar (or .jar) of this library but keep getting an error about merging the Manifest files. The message I keep getting is:
"Main manifest has but library uses targetSdkVersion='11'
Note: main manifest lacks a declaration, which defaults to value minSdkVersion or 1."
There are several Manifest files under the four directories created in build/exploded-bundles that each target a different sdk Version, however I cannot find the manifest and build.gradle files that are used to generate this output to fix the issue myself. Please help!
Thank you,
Nate