CB-14240 Set version & VERSION to 7.1.2-dev (coho)

This commit is contained in:
Christopher J. Brody
2018-08-02 13:04:46 -04:00
parent f19ffd7abd
commit 1efcbfa1d5
5 changed files with 7 additions and 7 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.1'
version = '7.1.2-dev'
android {
compileSdkVersion cdvCompileSdkVersion
@@ -129,9 +129,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = '7.1.1'
name = '7.1.2-dev'
released = new Date()
vcsTag = '7.1.1'
vcsTag = '7.1.2-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.1";
public static final String CORDOVA_VERSION = "7.1.2-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);