Skip to content

Commit

Permalink
update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
bragelbytes committed Mar 1, 2024
1 parent d431c42 commit cb3171e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ local.properties
.idea/gradle.xml
.idea/misc.xml
.idea/deploymentTargetDropDown.xml
.idea/compiler.xml
.idea/gradle.xml
.idea/misc.xml
2 changes: 1 addition & 1 deletion CanaryLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {

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

implementation 'com.github.operatorfoundation:ShapeshifterAndroidKotlin:5.0.8'
implementation 'com.github.operatorfoundation:ShapeshifterAndroidKotlin:5.0.9'
implementation 'com.beust:klaxon:5.6'

testImplementation 'junit:junit:4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0'

implementation 'com.github.OperatorFoundation:ShapeshifterAndroidKotlin:5.0.8'
implementation 'com.github.OperatorFoundation:ShapeshifterAndroidKotlin:5.0.9'
implementation 'com.beust:klaxon:5.6'

implementation 'com.google.android.material:material:1.9.0'
Expand Down

0 comments on commit cb3171e

Please sign in to comment.