SkillAgentSearch skills...

CodeBuildShipKe

A demo app for the codebuildship session at droidconke 2018

Install / Use

/learn @mobidevke/CodeBuildShipKe
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Build Status

CodeBuildShipKe

Codelab demo

Steps

1. Apk splitting

Why? Smaller is always better :)

splits {
        abi {
            enable gradle.startParameter.taskNames.contains(":app:assembleRelease") || gradle.startParameter.taskNames.contains("assembleRelease")
            reset()
            include 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
            universalApk true
        }
    }

2. Testing

Why? Who likes surprises??

Both instrumented and unit tests should present to ensure code quality

Add test coverage if you want (jacoco)

3. Code quality checks

4. Deployment

There are many options, but the easiest option to work with is fastlane

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated7y ago
Forks5

Languages

Kotlin

Security Score

60/100

Audited on Oct 25, 2018

No findings