Skip to content

Commit

Permalink
Merge branch 'release/1.0.0' into 'develop'
Browse files Browse the repository at this point in the history
Release/1.0.0

See merge request papers/airgap/beacon-android-sdk!21
  • Loading branch information
godenzim committed Jan 11, 2021
2 parents 213b7c0 + 98a385e commit a4fc4ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To add `Beacon Android SDK` into your project:

2. Add the dependency:
```groovy
def beaconVersion = "1.0.0-beta01"
def beaconVersion = "1.0.0"
implementation "com.github.airgap-it:beacon-android-sdk:$beaconVersion"
```
Expand Down Expand Up @@ -114,4 +114,4 @@ $ ./gradlew testMock{Release|Debug}UnitTest

[Beacon SDK](https://github.com/airgap-it/beacon-sdk) - an SDK for web developers (dApp & wallet)

<!-- TODO: [Beacon iOS SDK]() - an SDK for iOS developers (wallet) -->
[Beacon iOS SDK](https://github.com/airgap-it/beacon-ios-sdk) - an SDK for iOS developers (wallet)
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName "1.0.0-beta01"
versionName "1.0.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit a4fc4ad

Please sign in to comment.