Skip to content

Commit

Permalink
Merge pull request #105 from metaplex-foundation/bump/1.5.0
Browse files Browse the repository at this point in the history
Bump 1.5.0
  • Loading branch information
ajamaica authored Aug 11, 2023
2 parents 9f8d2d3 + ceea3ee commit d77a818
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'com.android.tools.build:gradle:7.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"

Expand Down
6 changes: 3 additions & 3 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdk 21
targetSdk 31
versionCode 5
versionName "1.4.0"
versionName "1.5.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -59,11 +59,11 @@ dependencies {
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.1.0'

// SolanaKT
implementation 'com.github.metaplex-foundation:SolanaKT:2.1.0'
implementation 'com.github.metaplex-foundation:SolanaKT:2.1.1'

// Borsh
implementation ('com.github.metaplex-foundation:kborsh:0.1.0b1'){
Expand Down

0 comments on commit d77a818

Please sign in to comment.