Skip to content

Commit

Permalink
chore: Bump library version to 2.0.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
stigi authored May 8, 2024
1 parent 70eb034 commit 666e044
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'

// MagicBell
// implementation 'com.magicbell:magicbell-sdk:1.0.0'
// implementation 'com.magicbell:magicbell-sdk:2.0.0'
implementation project(":sdk") // using local dependency

// implementation 'com.magicbell:magicbell-sdk-compose:1.0.0'
// implementation 'com.magicbell:magicbell-sdk-compose:2.0.0'
implementation project(":sdk-compose") // using local dependency

// Compose
Expand Down
2 changes: 1 addition & 1 deletion gradle-mvn-push.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'maven-publish'
apply plugin: 'signing'

version = '1.0.0'
version = '2.0.0'
group = 'com.magicbell'

def isReleaseBuild() {
Expand Down

0 comments on commit 666e044

Please sign in to comment.