mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
6 lines
343 B
YAML
6 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
|