Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
gradle: bump version to 1.0.0
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 7207192a4e39923efb03130128658fd0914f4961
  • Loading branch information
kikengineering committed May 18, 2021
1 parent cd16a97 commit d994f9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/src/main/java/org/kin/sdk/base/models/SDKConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package org.kin.sdk.base.models

object SDKConfig {
const val platform = "JVM"
const val versionString = "0.4.8"
const val versionString = "1.0.0"
val systemUserAgent by lazy { System.getProperty("http.agent") ?: "JVM/unspecified" }
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ allprojects {
ext {
// Libraries
groupId = "org.kin.sdk.android"
libraryVersion = "0.4.8" // NOTE: ALSO CHANGE SDKConfig.versionString when updating. Should be identical.
libraryVersion = "1.0.0" // NOTE: ALSO CHANGE SDKConfig.versionString when updating. Should be identical.
siteUrl = "https://github.com/kinecosystem/kin-android"
gitUrl = "https://github.com/kinecosystem/kin-android.git"
}
Expand Down

0 comments on commit d994f9e

Please sign in to comment.