// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { alias(libs.plugins.agp.lib) apply false } ext { MIN_SDK = 26 TARGET_SDK = 37 API_VERSION = '2.6.0' SERVER_API_VERSION = '0.1.0' }