relaystr / ndk

Dart Nostr Development Kit
https://pub.dev/packages/ndk
MIT License
11 stars 2 forks source link

Isar DB cache impl #41

Open frnandu opened 2 days ago

frnandu commented 2 days ago

https://github.com/isar/isar/issues/1654

frnandu commented 2 days ago

Add to android/build.gradle:

subprojects {
    afterEvaluate { project ->
        if (project.hasProperty('android')) {
            project.android {
                compileSdkVersion 34
                if (namespace == null) {
                    namespace project.group
                }
            }
        }
    }
}

TODO -> check ios if it builds/runs