Skip to content

Commit

Permalink
Version bumped from 1.0.0 to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rob729 committed Dec 17, 2023
1 parent 710e346 commit 61583dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.2.2'

- name: Install Fastlane
run: gem install fastlane
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
minSdk 24
targetSdk 34
versionCode 1
versionName "1.0.0"
versionName "1.0.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
9 changes: 2 additions & 7 deletions fastlane/report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@



<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000192">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000182">

</testcase>


<testcase classname="fastlane.lanes" name="1: default_platform" time="8.1e-05">

</testcase>


<testcase classname="fastlane.lanes" name="2: git_commit" time="0.194071">
<testcase classname="fastlane.lanes" name="1: git_commit" time="0.189849">

</testcase>

Expand Down

0 comments on commit 61583dc

Please sign in to comment.