We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0407258 commit 2aad652Copy full SHA for 2aad652
androidpromisedatabase/build.gradle
@@ -14,18 +14,16 @@
14
apply plugin: 'com.android.library'
15
apply plugin: 'kotlin-android'
16
17
+apply plugin: 'maven'
18
+
19
android {
20
compileSdkVersion 29
21
- group "com.github.android-promise" //add group id
- version "1.0.1-alpha05" //add version
22
-
23
defaultConfig {
24
minSdkVersion 17
25
targetSdkVersion 29
26
versionCode 1
27
- versionName "$version"
28
- archivesBaseName = "database"
+ versionName "1.0"
29
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
30
31
}
0 commit comments