Skip to content

Commit

Permalink
Merge pull request #146 from onflow/sdk-release
Browse files Browse the repository at this point in the history
Bump version for release
  • Loading branch information
lealobanov authored Nov 26, 2024
2 parents 4b6ff14 + fc1a2df commit f51754a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

// Configuration variables
val defaultGroupId = "org.onflow"
val defaultVersion = "2.0.1"
val defaultVersion = "2.1.1"

fun getProp(name: String, defaultValue: String? = null): String? {
return project.findProperty("flow.$name")?.toString()?.trim()?.ifBlank { null }
Expand Down

0 comments on commit f51754a

Please sign in to comment.