Update RELEASENOTES & version for v7.1.2

This commit is contained in:
Darryl Pogue
2018-11-05 12:17:08 -08:00
parent 36c6f44697
commit 725e75fa0d
7 changed files with 16 additions and 9 deletions
+3 -3
View File
@@ -42,7 +42,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
group = 'org.apache.cordova'
version = '7.1.2-dev'
version = '7.1.2'
android {
compileSdkVersion cdvCompileSdkVersion
@@ -129,9 +129,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = '7.1.2-dev'
name = '7.1.2'
released = new Date()
vcsTag = '7.1.2-dev'
vcsTag = '7.1.2'
}
}
}
@@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "7.1.2-dev";
public static final String CORDOVA_VERSION = "7.1.2";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);