Skip to content

Commit ee38865

Browse files
Update version code for split ABIs
1 parent 5e71141 commit ee38865

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

android/app/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ androidComponents {
135135
// As required by F-Droid, version code at beginning and abi code at the end
136136
// If wanting to build a universal APK with similar naming scheme, do so manually
137137
// via `--build-number` argument from `flutter build apk`
138-
baseAbiCode * 100 + output.versionCode.get()
139-
// Default split apk version code, api code at beginning and version code at the end
140-
//baseAbiVersionCode * 1000 + variant.versionCode
138+
output.versionCode.get() * 100 + baseAbiCode
141139
)
142140
}
143141
}

0 commit comments

Comments
 (0)