Skip to content

Commit

Permalink
fix: bump up version of SDK on sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
satsukies committed Oct 1, 2024
1 parent 2ca2262 commit 1fe4382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
devrealImplementation project(':sdk')
devmockImplementation project(':sdkMock')

def version = "4.3.0"
def version = "4.9.0"
stablerealImplementation "com.deploygate:sdk:$version"
stablemockImplementation "com.deploygate:sdk-mock:$version"
}
}

0 comments on commit 1fe4382

Please sign in to comment.