Skip to content

Commit

Permalink
[Bump] Android version to 1.3.1 (36)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhPatange committed Aug 20, 2022
1 parent 60fd93c commit ea60458
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 17 deletions.

This file was deleted.

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 = 30
const val BUILD_TOOLS_VERSION = "30.0.3"

const val VERSION_CODE = 35
const val VERSION_NAME = "1.3.0"
const val VERSION_CODE = 36
const val VERSION_NAME = "1.3.1"

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,4 @@
Added: Option to generate QR code through Special Action.
Added: Feature to paste text from QR.
Fixed: Feature dialog will now exit quickly instead of delaying.
Fixed: Update helper invalid response.
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.0032437">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000172">

</testcase>


<testcase classname="fastlane.lanes" name="1: app:checkForChangelog" time="4.2726723">
<testcase classname="fastlane.lanes" name="1: app:checkForChangelog" time="6.162392">

</testcase>


<testcase classname="fastlane.lanes" name="2: clean bundleRelease" time="152.022186">
<testcase classname="fastlane.lanes" name="2: clean bundleRelease" time="190.685993">

</testcase>


<testcase classname="fastlane.lanes" name="3: upload_to_play_store" time="26.3381348">
<testcase classname="fastlane.lanes" name="3: upload_to_play_store" time="35.314145">

</testcase>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.kpstv.xclipper.feature_settings">

<!-- Required for blacklist apps feature where will will show list of apps to select from. -->
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />

</manifest>
package="com.kpstv.xclipper.feature_settings"/>

0 comments on commit ea60458

Please sign in to comment.