Skip to content

Commit

Permalink
Merge branch 'recloudstream:master' into bump-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna712 authored Jan 23, 2025
2 parents f3601e1 + 5691078 commit 1dc4c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 64
versionName = "4.4.2"
versionName = "4.5.0"

resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}")
resValue("string", "commit_hash", getGitCommitHash())
Expand Down Expand Up @@ -288,4 +288,4 @@ dokka {
}
}
}
}
}

0 comments on commit 1dc4c3d

Please sign in to comment.