Skip to content

Commit 2aad652

Browse files
authored
Update build.gradle
1 parent 0407258 commit 2aad652

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

androidpromisedatabase/build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,16 @@
1414
apply plugin: 'com.android.library'
1515
apply plugin: 'kotlin-android'
1616

17+
apply plugin: 'maven'
18+
1719
android {
1820
compileSdkVersion 29
1921

20-
group "com.github.android-promise" //add group id
21-
version "1.0.1-alpha05" //add version
22-
2322
defaultConfig {
2423
minSdkVersion 17
2524
targetSdkVersion 29
2625
versionCode 1
27-
versionName "$version"
28-
archivesBaseName = "database"
26+
versionName "1.0"
2927
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3028

3129
}

0 commit comments

Comments
 (0)