Skip to content

Commit

Permalink
Version 2.0 Bump (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajamaica authored Oct 25, 2022
1 parent 9c88971 commit 66de0f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rxSolana/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.solana'
version '1.2'
version '2.0'

android {
compileSdkVersion 30
Expand All @@ -16,7 +16,7 @@ android {
minSdkVersion 19
targetSdkVersion 30
versionCode 1
versionName "1.2"
versionName version

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
4 changes: 2 additions & 2 deletions solana/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.solana'
version '1.2'
version '2.0'

android {
compileSdkVersion 30
Expand All @@ -16,7 +16,7 @@ android {
minSdkVersion 19
targetSdkVersion 30
versionCode 1
versionName "1.2"
versionName version

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit 66de0f0

Please sign in to comment.