summaryrefslogtreecommitdiffstats
path: root/NativeApp/Android/android_common.gradle
blob: 9499a199a150f85c6cf0d361554cbda574afc06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
android {
    compileSdkVersion 28

    defaultConfig {
        minSdkVersion 21
        targetSdkVersion 28
        versionCode 1
        versionName "1.0"

        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }
}

buildDir "${project.rootDir}/../../build/Android/${project.name}"