ci fix now?

This commit is contained in:
Sorunome 2021-01-28 17:42:14 +01:00
parent 3f0d9f4f61
commit 782960fb2d
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
2 changed files with 0 additions and 5 deletions

View File

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

View File

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