Skip to content

Commit

Permalink
Fixed a bug that prevented F-Droid builds
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed Apr 24, 2023
1 parent 2bf07df commit d144a8e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId "io.github.yamin8000.dooz"
minSdk 24
targetSdk 33
versionCode 6
versionName "1.0.5"
versionCode 7
versionName "1.0.6"
vectorDrawables {
useSupportLibrary true
}
Expand All @@ -48,7 +48,6 @@ android {

free {
dimension "version"
applicationIdSuffix ".free"
manifestPlaceholders = [launcherActivity: "io.github.yamin8000.dooz.content.FreeMainActivity"]
}
}
Expand Down

0 comments on commit d144a8e

Please sign in to comment.