Project

General

Profile

« Previous | Next » 

Revision bb028a4c

Added by Leszek Koltunski 3 days ago

  • ID bb028a4c56f124e5faacfbc00ed1d1174ebb5d75
  • Parent f7862ecf

up the compileSdk to 35.

View differences:

build.gradle
7 7
            keyAlias = 'distorted'
8 8
        }
9 9
    }
10
    compileSdk 34
10
    compileSdk 35
11 11

  
12 12
    defaultConfig {
13 13
        minSdkVersion 21
14
        targetSdkVersion 34
15
        externalNativeBuild {
16
            cmake {
17
                cppFlags ''
18
            }
19
        }
14
        targetSdk 35
20 15
    }
21 16

  
22 17
    buildTypes {

Also available in: Unified diff