Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
6.0.8 release (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
adobekirk authored and mttmllns committed Feb 17, 2017
1 parent cc36f90 commit daf03b9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
4 changes: 4 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
-->
## Release Notes for AEMM Android ##

### 6.0.8 (Feb 16, 2017)
#### Features
* Includes AEM Mobile .aar version 2017.2

### 6.0.7 (Jan 10, 2017)
#### Features
* Includes AEM Mobile .aar version 2017.1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.8-dev
6.0.8
2 changes: 1 addition & 1 deletion bin/templates/cordova/version
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

// Coho updates this line:
var VERSION = "6.0.8-dev";
var VERSION = "6.0.8";

module.exports.version = VERSION;

Expand Down
8 changes: 5 additions & 3 deletions bin/templates/project/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ dependencies {
compile (name:'CordovaLib-release', ext:'aar')

// Uncomment these if testing for memory leaks
// debugCompile 'com.squareup.leakcanary:leakcanary-android:1.4-beta2'
// releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta2'
// testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta2'
// NOTE: Last we checked, jcenter did not have anything above version 1.3.1 of leakcanary. This means
// that we need to either use 1.3.1, try pulling from mavenCentral, or add the code locally.
//debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5'
//releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
//testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
}
Binary file modified bin/templates/project/libs/aemm-lib-release.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion framework/src/org/apache/cordova/CordovaWebView.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "6.0.8-dev";
public static final String CORDOVA_VERSION = "6.0.8";

void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "6.0.8-dev",
"version": "6.0.8",
"description": "aemm-android release",
"bin": {
"create": "bin/create"
Expand Down

0 comments on commit daf03b9

Please sign in to comment.