Skip to content

Commit

Permalink
update fdroid
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Apr 16, 2024
1 parent 0784812 commit 16bd83b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ flutter {

dependencies {}

ext.abiCodes = ["x86_64": 1, "armeabi-v7a": 2, "arm64-v8a": 3]
ext.abiCodes = ["x86_64": 1, "arm64-v8a": 2, "armeabi-v7a": 3]
import com.android.build.OutputFile
android.applicationVariants.all { variant ->
variant.outputs.each { output ->
Expand Down
4 changes: 2 additions & 2 deletions com.danemadsen.maid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Builds:
- mv $repo/maid com.danemadsen.maid

- versionName: 1.2.5
versionCode: 23
versionCode: 22
commit: 55aa7dccd5c596131b55d6fcf56c1a6e24e46109
submodules: true
sudo:
Expand Down Expand Up @@ -135,4 +135,4 @@ AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.2.5
CurrentVersionCode: 2
CurrentVersionCode: 22

0 comments on commit 16bd83b

Please sign in to comment.