Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #21 from tiki/release/v3
Browse files Browse the repository at this point in the history
Release: Trail v3.x
  • Loading branch information
mike-audi authored Jul 9, 2023
2 parents bf373d6 + 02c5d2f commit c64a286
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Flutter
name: Publish

on:
pull_request:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: "Setup Flutter"
uses: subosito/flutter-action@v1
with:
flutter-version: '3.7.12'
flutter-version: '3.10.5'

- name: "Setup XCode"
uses: maxim-lobanov/setup-xcode@v1
Expand Down Expand Up @@ -132,12 +132,12 @@ jobs:
- name: 'Setup Flutter'
uses: subosito/flutter-action@v1
with:
flutter-version: '3.7.12'
flutter-version: '3.10.5'

- name: 'Set up Java 11'
- name: 'Set up Java 17'
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'

- name: 'Remove unecessary dependencies for native libs'
Expand All @@ -164,4 +164,4 @@ jobs:
flutter build aar --no-debug --no-profile --build-number ${{needs.release.outputs.tag}}
env:
GITHUB_USER: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ concurrency:
jobs:
version:
if: startsWith(github.head_ref, 'release/')
environment: Production
runs-on: ubuntu-latest
outputs:
tag: ${{ steps.semver.outputs.nextStrict }}
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.0
* update API to support tiki_trail v3.x
* add support for tiki_idp
* add API for tiki_idp methods

## 1.0.11
* minor bug fixes

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tiki_sdk_native
description: Use TIKI's dart libs in native projects
version: 1.0.11
version: 2.0.0
homepage: https://mytiki.com
documentation: https://mytiki.com/docs
repository: https://github.com/tiki/tiki-sdk-platform-channel
Expand Down

0 comments on commit c64a286

Please sign in to comment.