Skip to content

Commit

Permalink
Version updated to 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
himgupta229 committed Sep 10, 2019
1 parent 1252a21 commit fd31f2c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +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="36"
android:versionName="7.4.0">
android:versionCode="37"
android:versionName="7.5.0">

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<!--Permission Disabled -->
Expand Down
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.4.0)
### Integration of Custom Browser (Latest version 7.5.0)
Binary file modified libs/classes.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion res/layout/wait_for_otp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
android:layout_marginTop="@dimen/cb_eight"
android:fontFamily="sans-serif-light"
android:text="@string/text_or"
android:layout_marginRight="@dimen/four"
android:layout_marginRight="@dimen/cb_four"
android:textSize="18sp" />

<TextView
Expand Down

0 comments on commit fd31f2c

Please sign in to comment.