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

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

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