ci fixing go brrrrrr

This commit is contained in:
Sorunome 2021-01-28 18:08:07 +01:00
parent 782960fb2d
commit 03ceef5273
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
2 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,10 @@ android {
main.java.srcDirs += 'src/main/kotlin'
}
lintOptions {
disable 'InvalidPackage'
}
defaultConfig {
applicationId "chat.fluffy.fluffychat"
minSdkVersion 21

View File

@ -2,6 +2,8 @@
flutter channel stable
flutter upgrade
flutter pub get
flutter build apk --debug
flutter build apk --profile
flutter build apk --release
mkdir -p build/android
cp build/app/outputs/apk/release/app-release.apk build/android/