You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/android/build.gradle
+51Lines changed: 51 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ buildscript {
8
8
}
9
9
}
10
10
11
+
plugins {
12
+
id 'com.gradleup.nmcp' version '1.2.0'
13
+
}
14
+
11
15
apply plugin: 'com.android.library'
12
16
apply plugin: 'maven-publish'
13
17
@@ -56,7 +60,54 @@ afterEvaluate {
56
60
version = project.hasProperty('VERSION') ? project.VERSION: ['make', 'version'].execute(null, file('../..')).text.trim()
57
61
58
62
artifact bundleReleaseAar
63
+
64
+
pom {
65
+
name ='SQLite Vector'
66
+
description ='A cross-platform, ultra-efficient SQLite extension that brings vector search capabilities to your embedded database. Works seamlessly on iOS, Android, Windows, Linux, and macOS, using just 30MB of memory by default.'
0 commit comments