Project

General

Profile

« Previous | Next » 

Revision c31aa527

Added by Leszek Koltunski 4 months ago

add a test for a solid created with a VertexEffectPipe effect for DistortedExamples.

View differences:

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

  
3 3
android {
4
    compileSdkVersion 34
4
    compileSdk 34
5 5

  
6 6
    defaultConfig {
7 7
        applicationId "org.distorted.examples"
......
21 21
}
22 22

  
23 23
dependencies {
24
    api project(':distorted-library-opengl')
24
    api project(':distorted-library')
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.9.0'
28
    implementation project(path: ':distorted-library-object')
27
    implementation 'com.google.android.material:material:1.11.0'
28
    implementation project(path: ':distorted-objectlib')
29 29
}

Also available in: Unified diff