Skip to content

Commit 63d3f13

Browse files
committed
bump version to 1.0.2+3
1 parent 07bacd8 commit 63d3f13

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
build/windows/x64/runner/OCMS-Win64-${{ env.VERSION }}/
8484
compression-level: 9
8585

86-
build-linux:
87-
name: Build (Linux & Android)
86+
build-android:
87+
name: Build (Android)
8888
runs-on: ubuntu-latest
8989
steps:
9090
- name: Checkout code
@@ -145,17 +145,4 @@ jobs:
145145
name: Android-X86_64-${{ env.VERSION }}
146146
path: |
147147
build/app/outputs/flutter-apk/OCMS-Android-x86_64-${{ env.VERSION }}.apk
148-
compression-level: 9
149-
- name: Build linux
150-
run: flutter build linux --release
151-
- name: Rename Linux Build
152-
run: |
153-
cd build/linux/x64/release/
154-
mv bundle OCMS-Linux-$VERSION
155-
- name: Upload Artifacts (Linux)
156-
uses: actions/upload-artifact@v4
157-
with:
158-
name: OCMS-Linux-${{ env.VERSION }}
159-
path: |
160-
build/linux/x64/release/OCMS-Linux-${{ env.VERSION }}/
161148
compression-level: 9

android/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
21-
id("com.android.application") version "8.7.3" apply false
21+
id("com.android.application") version "8.9.1" apply false
2222
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
2323
}
2424

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.2+1
19+
version: 1.0.2+3
2020

2121
environment:
2222
sdk: ^3.8.1

0 commit comments

Comments
 (0)