Skip to content

Commit

Permalink
feat: FDroid 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
feelfreelinux committed Nov 3, 2021
1 parent 1ce2706 commit d5daa5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.octo4a"
minSdk = 17
targetSdk = 28
versionName = "1.0.2"
versionCode = maxOf(androidGitVersion.code(), 1)
versionName = "1.0.3"
versionCode = 1000003
multiDexEnabled = true

ndk {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/1000003.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix FDroid release

0 comments on commit d5daa5e

Please sign in to comment.