plugins { id 'com.android.application' }

android {
    namespace 'dev.nachlakes.hevybridge'
    compileSdk 34

    defaultConfig {
        applicationId 'dev.nachlakes.hevybridge'
        minSdk 26
        targetSdk 34
        versionCode 1
        versionName '0.1.0'
    }
}
