{"id":16865246,"url":"https://github.com/lesmiscore/proguardtransformfix","last_synced_at":"2026-04-18T06:02:12.058Z","repository":{"id":147866938,"uuid":"106177836","full_name":"Lesmiscore/ProguardTransformFix","owner":"Lesmiscore","description":"An ugly way to avoid stack size error and using dontoptimize option","archived":false,"fork":false,"pushed_at":"2020-03-30T12:42:46.000Z","size":76,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T23:16:38.834Z","etag":null,"topics":["gradle","groovy","java","proguard"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lesmiscore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-08T13:21:13.000Z","updated_at":"2018-09-07T07:56:09.000Z","dependencies_parsed_at":"2023-05-27T18:15:28.403Z","dependency_job_id":null,"html_url":"https://github.com/Lesmiscore/ProguardTransformFix","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lesmiscore%2FProguardTransformFix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lesmiscore%2FProguardTransformFix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lesmiscore%2FProguardTransformFix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lesmiscore%2FProguardTransformFix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lesmiscore","download_url":"https://codeload.github.com/Lesmiscore/ProguardTransformFix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244306042,"owners_count":20431736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gradle","groovy","java","proguard"],"created_at":"2024-10-13T14:46:21.888Z","updated_at":"2026-04-18T06:02:11.992Z","avatar_url":"https://github.com/Lesmiscore.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProguardTransformFix\nAn ugly way to avoid stack size error and using `-dontoptimize` option.   \n    \nUse at your own risk, or it break your build.     \nThere's no grantee to use this.\n     \n## Usage\nAdd following to root `build.gradle` file.\n\n```groovy\nbuildscript {\n    repositories {\n        jcenter()\n        // ...\n        maven { url 'https://jitpack.io' }\n    }\n    dependencies {\n        // change after last colon to the commit you want\n        classpath 'com.github.nao20010128nao:ProguardTransformFix:f0fb66b'\n    }\n}\n```\n\nThen, append following to root `build.gradle` file.\n\n```groovy\nimport com.android.build.gradle.internal.transforms.*\nimport com.android.build.gradle.internal.pipeline.*\n\ngradle.taskGraph.beforeTask { task -\u003e\n    if(task instanceof TransformTask){\n        FixedProGuardTransform.injectProGuardTransform(task)\n    }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flesmiscore%2Fproguardtransformfix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flesmiscore%2Fproguardtransformfix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flesmiscore%2Fproguardtransformfix/lists"}