Skip to content

Commit

Permalink
Bump version to 0.13.1 in demo apps (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciszekjob authored Oct 18, 2024
1 parent 1f78cf5 commit 6cd1da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion androiddemo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
implementation("com.google.android.material:material:1.9.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
// Make sure you are using the AAR and not a JAR and include transitive dependencies
implementation("com.swmansion.starknet:starknet:0.13.0@aar"){
implementation("com.swmansion.starknet:starknet:0.13.1@aar"){
isTransitive = true
}
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")
Expand Down
2 changes: 1 addition & 1 deletion javademo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation("com.swmansion.starknet:starknet:0.13.0")
implementation("com.swmansion.starknet:starknet:0.13.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.0")
}
Expand Down

0 comments on commit 6cd1da0

Please sign in to comment.