Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1
4 changes: 2 additions & 2 deletions monetai-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 34
versionCode 7
versionName "1.1.0"
versionCode 8
versionName "1.1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
2 changes: 1 addition & 1 deletion monetai-sdk/src/main/java/com/monetai/sdk/SDKVersion.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package com.monetai.sdk
* SDK version information
*/
object SDKVersion {
private const val VERSION = "1.1.0"
private const val VERSION = "1.1.1"

@JvmStatic
fun getVersion(): String = VERSION
Expand Down