Skip to content

Commit

Permalink
[Bump] Android version to 1.3.8 (43)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhPatange committed Oct 2, 2023
1 parent 15552cd commit 3c74420
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions XClipper.Android/buildSrc/src/main/java/AndroidConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ object AndroidConfig {
const val TARGET_SDK_VERSION = 33
const val BUILD_TOOLS_VERSION = "30.0.3" // deprecated

const val VERSION_CODE = 42
const val VERSION_NAME = "1.3.7"
const val VERSION_CODE = 43
const val VERSION_NAME = "1.3.8"

const val ID = "com.kpstv.xclipper"
const val TEST_INSTRUMENTATION_RUNNER = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix: Crash in Suggestion Bubble.
8 changes: 4 additions & 4 deletions XClipper.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.000268">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000201">

</testcase>


<testcase classname="fastlane.lanes" name="1: app:checkForChangelog" time="107.524683">
<testcase classname="fastlane.lanes" name="1: app:checkForChangelog" time="8.858743">

</testcase>


<testcase classname="fastlane.lanes" name="2: clean bundleRelease" time="321.777068">
<testcase classname="fastlane.lanes" name="2: clean bundleRelease" time="17.851032">

</testcase>


<testcase classname="fastlane.lanes" name="3: upload_to_play_store" time="328.979896">
<testcase classname="fastlane.lanes" name="3: upload_to_play_store" time="35.332176">

</testcase>

Expand Down

0 comments on commit 3c74420

Please sign in to comment.