Skip to content

Commit

Permalink
Version updated to 7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
himgupta229 committed Apr 19, 2018
1 parent 8cc670a commit faea0d7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.payu.custombrowser"
android:versionCode="21"
android:versionName="7.1.1" >

<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="23" />
android:versionCode="23"
android:versionName="7.1.3">

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission
Expand All @@ -15,11 +11,14 @@

<application>
<activity
android:name="com.payu.custombrowser.CBActivity"
android:name=".CBActivity"
android:screenOrientation="portrait"
android:windowSoftInputMode="stateAlwaysHidden" />

<service android:name="com.payu.custombrowser.services.SnoozeService" />
<service android:name=".services.SnoozeService" />

<activity android:name=".upiintent.PaymentResponseActivity"
android:theme="@style/Theme.Transparent"/>
</application>

</manifest>
Binary file modified CustomBrowser-release.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
### Integration of Custom Browser (Latest version 7.1.1)
### Integration of Custom Browser (Latest version 7.1.3)
Binary file modified libs/classes.jar
Binary file not shown.

0 comments on commit faea0d7

Please sign in to comment.