/*
 * Copyright 2025 MicroEJ Corp. All rights reserved.
 * MicroEJ Corp. PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */

allprojects {
    group = "com.microej.veeport.actions"
    version = rootProject.extra.get("veeportVersion") as String
}