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 #25 from tiki/release/android-build
Browse files Browse the repository at this point in the history
fix: set android versions
  • Loading branch information
mike-audi authored Jul 11, 2023
2 parents 8793089 + b244048 commit fc4e420
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ jobs:
run: |
flutter pub get
- name: 'Set app/build.gradle versions'
run: |
perl -i -p0e 's/compileSdkVersion 31/compileSdkVersion 33/g' .android/app/build.gradle
perl -i -p0e 's/minSdkVersion 16/minSdkVersion 18/g' .android/app/build.gradle
perl -i -p0e 's/targetSdkVersion 31/targetSdkVersion 33/g' .android/app/build.gradle
- name: 'Flutter Build AAR'
run: |
flutter build aar
Expand Down
5 changes: 0 additions & 5 deletions publish.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
/*
* Copyright (c) TIKI Inc.
* MIT license. See LICENSE file in root directory.
*/

apply plugin: 'maven-publish'
project.getGradle().projectsEvaluated {
allprojects {
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: 2.0.3
version: 2.0.4
homepage: https://mytiki.com
documentation: https://mytiki.com/docs
repository: https://github.com/tiki/tiki_sdk_native
Expand Down

0 comments on commit fc4e420

Please sign in to comment.