Closed ghost closed 9 years ago
Remove minSdk from the AndroidManifest.xml or bump it at least to 4 to avoid conflicts with support-v4. In gradle you can set it via minSdkVersion 4.
minSdkVersion 4
For reference: In fdroid I currently apply the following modifications: sed -i -e 's/v4:22.0.1/v4:22.0.0/g' -e '/target/aminSdkVersion 4' build.gradle
sed -i -e 's/v4:22.0.1/v4:22.0.0/g' -e '/target/aminSdkVersion 4' build.gradle
e773f3abed849cf4f6bbdb1cd6ed267212836972
Remove minSdk from the AndroidManifest.xml or bump it at least to 4 to avoid conflicts with support-v4. In gradle you can set it via
minSdkVersion 4
.For reference: In fdroid I currently apply the following modifications:
sed -i -e 's/v4:22.0.1/v4:22.0.0/g' -e '/target/aminSdkVersion 4' build.gradle