{"id":17997725,"url":"https://github.com/williamyyu/androidtemplate","last_synced_at":"2026-05-10T16:16:22.893Z","repository":{"id":101892204,"uuid":"310012004","full_name":"williamyyu/AndroidTemplate","owner":"williamyyu","description":"Gradle Kotlin DSL","archived":false,"fork":false,"pushed_at":"2020-12-21T10:52:40.000Z","size":168,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-18T03:38:46.768Z","etag":null,"topics":["android","android-template","kotlin-android","kotlin-dsl"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/williamyyu.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":"2020-11-04T13:33:07.000Z","updated_at":"2025-01-01T13:16:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6085e80-9fae-4aba-8e7c-d788d08c7030","html_url":"https://github.com/williamyyu/AndroidTemplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/williamyyu/AndroidTemplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamyyu%2FAndroidTemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamyyu%2FAndroidTemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamyyu%2FAndroidTemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamyyu%2FAndroidTemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/williamyyu","download_url":"https://codeload.github.com/williamyyu/AndroidTemplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/williamyyu%2FAndroidTemplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32862516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["android","android-template","kotlin-android","kotlin-dsl"],"created_at":"2024-10-29T21:21:01.178Z","updated_at":"2026-05-10T16:16:22.452Z","avatar_url":"https://github.com/williamyyu.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AndroidTemplate\n\n## Usage\n1. Change `applicationId` in [AndroidConfigs](buildSrc/src/main/java/AndroidConfigs)\n2. Change `app_name` in strings.xml\n3. Change `rootProject.name` in [settings.gradle.kts](settings.gradle.kts)\n4. Rename the package name `com.will.androidtemplate` to whatever you like\n\n## How To Enable Dependency Version Checker\nDownload the [customlintversioncheck.jar](customlintversioncheck.jar) and put it under path `~/.android/lint`.\n\n\u003e Note: I'm using a customize version of the [version-checker-gradle-lint](https://github.com/PicPay/version-checker-gradle-lint), \nwhich makes dependencies can be nested in one file. For instance, `Libs.Kotlin.stdLib`. If you'd prefer to create serveral separate files for dependencies, feel free to download the original jar from [version-checker-gradle-lint](https://github.com/PicPay/version-checker-gradle-lint).\n\n## Glance\nLook at this incredible clear dependencies!\n\n```gradle\ndependencies {\n    implementation(Libs.Kotlin.stdLib)\n    implementation(Libs.Kotlin.coroutinesCore)\n    implementation(Libs.Kotlin.coroutinesAndroid)\n\n    implementation(Libs.Material.material)\n\n    implementation(Libs.AndroidX.coreKtx)\n    implementation(Libs.AndroidX.appcompat)\n    implementation(Libs.AndroidX.lifecycleExt)\n    implementation(Libs.AndroidX.constraintLayout)\n    implementation(Libs.AndroidX.navigationFragment)\n    implementation(Libs.AndroidX.navigationUI)\n    implementation(Libs.AndroidX.roomRuntime)\n    kapt(Libs.AndroidX.roomCompiler)\n\n    implementation(Libs.Hilt.hiltAndroid)\n    implementation(Libs.Hilt.hiltViewModel)\n    kapt(Libs.Hilt.hiltCompiler)\n    kapt(Libs.Hilt.hiltAndroidCompiler)\n\n    implementation(Libs.ThirdPartyLib.timber)\n    implementation(Libs.ThirdPartyLib.mmkv)\n\n    testImplementation(TestLibs.UnitTest.junit4)\n    androidTestImplementation(TestLibs.AndroidTest.junit)\n    androidTestImplementation(TestLibs.AndroidTest.espressoCore)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamyyu%2Fandroidtemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilliamyyu%2Fandroidtemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilliamyyu%2Fandroidtemplate/lists"}