Skip to content

Commit cb3171e

Browse files
committed
update build.gradle
1 parent d431c42 commit cb3171e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ local.properties
2727
.idea/gradle.xml
2828
.idea/misc.xml
2929
.idea/deploymentTargetDropDown.xml
30+
.idea/compiler.xml
31+
.idea/gradle.xml
32+
.idea/misc.xml

CanaryLibrary/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343

4444
implementation 'com.google.android.material:material:1.9.0'
4545

46-
implementation 'com.github.operatorfoundation:ShapeshifterAndroidKotlin:5.0.8'
46+
implementation 'com.github.operatorfoundation:ShapeshifterAndroidKotlin:5.0.9'
4747
implementation 'com.beust:klaxon:5.6'
4848

4949
testImplementation 'junit:junit:4.13.2'

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
4848
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0'
4949

50-
implementation 'com.github.OperatorFoundation:ShapeshifterAndroidKotlin:5.0.8'
50+
implementation 'com.github.OperatorFoundation:ShapeshifterAndroidKotlin:5.0.9'
5151
implementation 'com.beust:klaxon:5.6'
5252

5353
implementation 'com.google.android.material:material:1.9.0'

0 commit comments

Comments
 (0)