We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1552e commit 37dd49aCopy full SHA for 37dd49a
app/src/main/java/com/android1500/yard/App.kt
@@ -6,6 +6,7 @@ import com.google.android.material.color.DynamicColors
6
class App : Application() {
7
8
init {
9
+ // Load native library
10
System.loadLibrary("app")
11
}
12
0 commit comments