Skip to content

Commit

Permalink
Release for fdroid: 0.0.62
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Dec 26, 2024
1 parent f372b7f commit 9f96e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId = "com.prof18.feedflow"
minSdk = libs.versions.android.min.sdk.get().toInt()
targetSdk = libs.versions.android.target.sdk.get().toInt()
versionCode = getVersionCode()
versionName = getVersionName()
versionCode = 949
versionName = "0.0.62"

addManifestPlaceholders(
mapOf(
Expand Down

0 comments on commit 9f96e73

Please sign in to comment.