From ceea3ee34bd8ea585f512ea149cf10cdf8acaec1 Mon Sep 17 00:00:00 2001 From: Arturo Jamaica Date: Fri, 11 Aug 2023 15:04:45 -0600 Subject: [PATCH] chore: Update dependencies and file versions - Update `com.android.tools.build:gradle` classpath version from `7.2.1` to `7.2.2` - Update the version of `misc.xml` file - Update `DesignSurface` component with new file paths and zoom level values - Remove `default` attribute from `ProjectRootManager` component - Update `output` URL in `ProjectRootManager` component - Update `id` value in `ProjectType` component - Update version name from "1.4.0" to "1.5.0" in `lib/build.gradle` - Change Kotlin coroutines core dependency version from 1.6.1 to 1.6.4 - Update SolanaKT dependency version from 2.1.0 to 2.1.1 --- .idea/misc.xml | 2 +- build.gradle | 2 +- lib/build.gradle | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 24a0579..e825904 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -15,7 +15,7 @@ - + diff --git a/build.gradle b/build.gradle index 8b9a14a..97516ad 100644 --- a/build.gradle +++ b/build.gradle @@ -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" diff --git a/lib/build.gradle b/lib/build.gradle index b633d98..43bd1d8 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -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" @@ -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'){