Project

General

Profile

« Previous | Next » 

Revision 6ee45e4a

Added by Leszek Koltunski 3 days ago

  • ID 6ee45e4a00a9bb990a0a31d75731e6591452923d
  • Parent 18ce7d29

up the compileSdk to 35.

View differences:

build.gradle
1 1
apply plugin: 'com.android.application'
2 2

  
3 3
android {
4
    compileSdk 34
4
    compileSdk 35
5 5

  
6 6
    defaultConfig {
7 7
        applicationId "org.distorted.examples"
8 8
        minSdkVersion 21
9
        targetSdkVersion 34
9
        targetSdk 35
10 10
        versionCode 1
11 11
        versionName "1.0"
12 12
    }

Also available in: Unified diff