File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Safe Java-JS WebView Bridge
1515 <dependency>
1616 <groupId>cn.pedant.safewebviewbridge</groupId>
1717 <artifactId>library</artifactId>
18- <version>1.3 </version>
18+ <version>1.4 </version>
1919 <type>aar</type>
2020 </dependency>
2121
@@ -26,7 +26,7 @@ Safe Java-JS WebView Bridge
2626 }
2727
2828 dependencies {
29- compile 'cn.pedant.safewebviewbridge:library:1.3 '
29+ compile 'cn.pedant.safewebviewbridge:library:1.4 '
3030 }
3131
3232## Sample
Original file line number Diff line number Diff line change 1- VERSION_NAME =1.3
2- VERSION_CODE =4
1+ VERSION_NAME =1.4
2+ VERSION_CODE =5
33GROUP =cn.pedant.safewebviewbridge
44
55POM_DESCRIPTION =Provide a safe and reliable scheme for Java and JavaScript in Android WebView.
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ android {
2828}
2929
3030dependencies {
31- // compile 'cn.pedant.safewebviewbridge:library:1.3 '
31+ // compile 'cn.pedant.safewebviewbridge:library:1.4 '
3232 compile project(' :library' )
3333}
You can’t perform that action at this time.
0 commit comments