Project

General

Profile

« Previous | Next » 

Revision f7862ecf

Added by Leszek Koltunski 27 days ago

remove the native part.

View differences:

build.gradle
34 34
        sourceCompatibility JavaVersion.VERSION_11
35 35
        targetCompatibility JavaVersion.VERSION_11
36 36
    }
37
    externalNativeBuild {
38
        cmake {
39
            path file('src/main/cpp/CMakeLists.txt')
40
            version '3.22.1'
41
        }
42
    }
43 37
}

Also available in: Unified diff