Set Version to 7.1.4-dev

(based on e1befaca5a)
This commit is contained in:
Christopher J. Brody
2018-11-22 09:25:57 -05:00
parent e1befaca5a
commit afdffe4028
6 changed files with 8 additions and 8 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.3'
version = '7.1.4-dev'
android {
compileSdkVersion cdvCompileSdkVersion
@@ -129,9 +129,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = '7.1.3'
name = '7.1.4-dev'
released = new Date()
vcsTag = '7.1.3'
vcsTag = '7.1.4-dev'
}
}
}
@@ -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.3";
public static final String CORDOVA_VERSION = "7.1.4-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);