Skip to content

Commit

Permalink
Version updated to 7.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
himgupta229 committed Oct 11, 2018
1 parent 9da1ea0 commit 0739575
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 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="27"
android:versionName="7.2.2">
android:versionCode="30"
android:versionName="7.2.5">

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission
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.2.2)
### Integration of Custom Browser (Latest version 7.2.5)
Binary file modified libs/classes.jar
Binary file not shown.
13 changes: 7 additions & 6 deletions res/layout/loading.xml → res/layout/cb_loading.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,17 @@
android:layout_height="30dp">

<TextView
android:id="@+id/t_payu_review_option"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="@string/cb_payu_review_order"
android:layout_alignParentRight="true"
android:elevation="10dp"
android:gravity="center_vertical"
android:paddingRight="10dp"
android:text="@string/cb_payu_review_order"
android:textColor="@color/cb_blue_button"
android:gravity="center_vertical"
android:textStyle="bold"
android:elevation="10dp"
android:layout_alignParentRight="true"
android:id="@+id/t_payu_review_option"/>
android:textStyle="bold" />

<TextView
style="@style/cb_text_view"
android:layout_width="match_parent"
Expand Down

0 comments on commit 0739575

Please sign in to comment.