Skip to content

Commit

Permalink
Version 6.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
banghuazhao committed Sep 16, 2024
1 parent 0053cfb commit ae3c60d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ android {
buildTypes {
release {
signingConfig signingConfigs.release
minifyEnabled false
shrinkResources false
}
}
namespace 'com.banghuazhao.swiftcomp'
Expand Down
8 changes: 4 additions & 4 deletions android/fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000253">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000312">

</testcase>


<testcase classname="fastlane.lanes" name="1: Switch to android increment_version_code_time lane" time="0.00028">
<testcase classname="fastlane.lanes" name="1: Switch to android increment_version_code_time lane" time="0.000124">

</testcase>


<testcase classname="fastlane.lanes" name="2: assembleRelease" time="22.99542">
<testcase classname="fastlane.lanes" name="2: assembleRelease" time="34.620375">

</testcase>


<testcase classname="fastlane.lanes" name="3: upload_to_play_store" time="40.032328">
<testcase classname="fastlane.lanes" name="3: upload_to_play_store" time="33.569815">

</testcase>

Expand Down
2 changes: 1 addition & 1 deletion android/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionName=6.1.7
versionCode=2024091509
versionCode=2024091511
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: swiftcomp
description: A cross-platform composite calculator developed with Flutter, based on SwiftComp, designed for engineers and researchers. Available on both iOS and Android.

version: 6.1.7+2024091509
version: 6.1.7+2024091511

environment:
sdk: ">=2.15.0 <3.0.0"
Expand Down

0 comments on commit ae3c60d

Please sign in to comment.