Project

General

Profile

« Previous | Next » 

Revision 4bfffdd5

Added by Leszek Koltunski 12 months ago

build for API 34.

View differences:

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

  
3 3
android {
4
    compileSdkVersion 32
4
    compileSdkVersion 34
5 5

  
6 6
    defaultConfig {
7 7
        applicationId "org.distorted.examples"
8 8
        minSdkVersion 21
9
        targetSdkVersion 32
9
        targetSdkVersion 34
10 10
        versionCode 1
11 11
        versionName "1.0"
12 12
    }
......
24 24
    api project(':distorted-library-opengl')
25 25
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
26 26
    implementation 'androidx.legacy:legacy-support-v13:1.0.0'
27
    implementation 'com.google.android.material:material:1.8.0'
27
    implementation 'com.google.android.material:material:1.9.0'
28 28
    implementation project(path: ':distorted-library-object')
29 29
    implementation project(path: ':distorted-component-jsons')
30 30
}

Also available in: Unified diff