mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-11 14:36:04 +01:00
5 lines
343 B
YAML
5 lines
343 B
YAML
RepoType: git
|
|
Repo: https://github.com/felixb/eucookieconsent
|
|
|
|
Prepare: |
|
|
sed -i -e '/afterEvaluate/,$d' -e '/apply/aandroid {\n\ncompileSdkVersion 22\n\nbuildToolsVersion "22.0.1"\n\n\n\ndefaultConfig {\n\nminSdkVersion 3\n\ntargetSdkVersion 22\n\n} \n\n\n\nbuildTypes {\n\nrelease {\n\nminifyEnabled false\n\n} } }' library/build.gradle
|