{"id":17115857,"url":"https://github.com/blundell/release-android-library","last_synced_at":"2025-04-09T22:54:10.307Z","repository":{"id":19565383,"uuid":"22814529","full_name":"blundell/release-android-library","owner":"blundell","description":"Remote script to create a maven compatible release of an android library (aar)","archived":false,"fork":false,"pushed_at":"2023-05-16T13:46:44.000Z","size":19,"stargazers_count":141,"open_issues_count":0,"forks_count":51,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-09T22:54:06.216Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/blundell.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":"2014-08-10T17:31:24.000Z","updated_at":"2024-11-15T19:26:02.000Z","dependencies_parsed_at":"2024-12-01T03:24:53.820Z","dependency_job_id":"035f0d2b-206e-450b-a13e-d35f7a4dbd69","html_url":"https://github.com/blundell/release-android-library","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blundell%2Frelease-android-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blundell%2Frelease-android-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blundell%2Frelease-android-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blundell%2Frelease-android-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blundell","download_url":"https://codeload.github.com/blundell/release-android-library/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248125632,"owners_count":21051766,"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":[],"created_at":"2024-10-14T17:47:08.772Z","updated_at":"2025-04-09T22:54:10.266Z","avatar_url":"https://github.com/blundell.png","language":null,"funding_links":[],"categories":["Libs"],"sub_categories":["\u003cA NAME=\"Tools\"\u003e\u003c/A\u003eTools"],"readme":"release-android-library\n=======================\n\n## 🚨 Deprecated 🚨\n\nThis script is deprecated in favour of: [novoda/bintray-release](https://github.com/novoda/bintray-release)\n\n-----\n\nRemote script to create a maven compatible release of an android library (aar). This release comes in a zip or exploded form and is only created locally inside your own build folder. You can these use these files to release to JCenter or Maven Central.\n\nMatching blog post here: [http://blog.blundellapps.co.uk/locally-release-an-android-library-for-jcenter-or-maven-central-inclusion/](http://blog.blundellapps.co.uk/locally-release-an-android-library-for-jcenter-or-maven-central-inclusion/)\n\n#### adding to your library\n```\napply plugin: 'com.android.library'\n\next {\n    PUBLISH_GROUP_ID = 'com.blundell'\n    PUBLISH_ARTIFACT_ID = 'example-library-name'\n    PUBLISH_VERSION = '1.0.0'\n}\n\nandroid {\n    // configs, flavors etc\n}\n\ndependencies {\n    // dependencies\n}\n\n// Copy the file locally and use\napply from: 'android-release-aar.gradle'\n// or use the remote copy to keep update with latest changes\napply from: 'https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'\n```\n\n\n#### useage\n\n`./gradlew clean build generateRelease`\n\n#### example output\n\n\n```\n :engine:zipRelease\n :engine:generateRelease\n Release 1.0.0 can be found at /Users/Blundell/Developer/git_repo/ExampleAndroidLibrary/build/release/1.0.0/\n Release 1.0.0 zipped can be found /Users/Blundell/Developer/git_repo/ExampleAndroidLibrary/build/release-1.0.0.zip\n\n BUILD SUCCESSFUL\n \n Total time: 23.609 secs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblundell%2Frelease-android-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblundell%2Frelease-android-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblundell%2Frelease-android-library/lists"}