Skip to content

Commit

Permalink
Merge pull request #32 from ProtonProtocol/develop
Browse files Browse the repository at this point in the history
ABI formatting bug fix
  • Loading branch information
Joey Harward authored Apr 30, 2021
2 parents 9fc2923 + 8c5ffd2 commit b078dab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Then add the following dependency to your module's build.gradle
```gradle
dependencies {
...
implementation "com.metallicus:protonsdk:1.0.1"
implementation "com.metallicus:protonsdk:1.0.2"
}
```

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const val orchidVersion = "0.21.1"

object ProtonSdk {
const val versionCode = 40
const val versionName = "1.0.1"
const val versionName = "1.0.2"
}

object BuildPlugins {
Expand Down Expand Up @@ -69,7 +69,7 @@ object Libraries {
const val timber = "4.7.1"
const val gson = "2.8.6"
const val guava = "30.1.1-jre"
const val esr = "1.0.0"
const val esr = "1.0.1"
}

const val kotlinStdLib = "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
Expand Down

0 comments on commit b078dab

Please sign in to comment.