Skip to content

An Android Studio plugin for check module modification before real build

Notifications You must be signed in to change notification settings

nebulae-pan/cpnt-build-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cpnt-build-plugin

An Android Studio plugin for check module modification before real build

Why dev this plugin

We are doing componentization our large Android project, but in this early phase, there is no way to completely decouple components.
Compare to upload and deploy a AAR file when a component has been changed, We perfer use the same process to run the application.

what this plugin does?

Use origin configuration in Android Studio, but before this confinguration execute, plugin checks the file snapshots of all modules that the current project depends on, if snapshots doesn't match, deploy a new AAR file to repository, then we will build project with default process.

About

An Android Studio plugin for check module modification before real build

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages