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

Commit

Permalink
Merge pull request #26 from adobekirk/6.0.9-release
Browse files Browse the repository at this point in the history
Version 6.0.9
  • Loading branch information
adobekirk authored Mar 14, 2017
2 parents fe173d3 + a2c9aef commit 505ff0a
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 9 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.9 (Mar 14, 2017)
#### Features
* Includes AEM Mobile .aar version 2017.3

### 6.0.8 (Feb 16, 2017)
#### Features
* Includes AEM Mobile .aar version 2017.2
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.9-dev
6.0.9
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.9-dev";
var VERSION = "6.0.9";

module.exports.version = VERSION;

Expand Down
14 changes: 9 additions & 5 deletions bin/templates/project/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ repositories {
}

dependencies {
compile 'com.android.support:appcompat-v7:23.2.1' // Keep in sync with lib/src/main/project.properties
// Keep in sync with lib/src/main/project.properties
compile 'com.android.support:appcompat-v7:23.2.1'
compile 'com.android.support:cardview-v7:23.2.1'
compile 'com.android.support:support-v4:23.2.1'
compile 'com.android.support:recyclerview-v7:23.2.1'
Expand All @@ -39,19 +40,22 @@ dependencies {
compile 'com.google.guava:guava:18.0'
compile 'com.j256.ormlite:ormlite-android:4.48'
compile 'net.jcip:jcip-annotations:1.0'
compile 'com.squareup.okhttp:okhttp:2.7.2'
compile 'com.squareup.okhttp3:okhttp:3.4.2'
compile 'com.fasterxml.jackson.core:jackson-core:2.5.0'
compile 'com.fasterxml.jackson.core:jackson-databind:2.5.0'
compile 'com.github.bumptech.glide:glide:3.6.1'
compile 'com.github.bumptech.glide:okhttp-integration:1.3.1'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile ('com.github.bumptech.glide:okhttp3-integration:1.4.0'){
exclude group: 'glide-parent'
}
compile 'uk.co.chrisjenx:calligraphy:2.2.0'

// Keep in sync with root build.gradle
compile ('com.newrelic.agent.android:android-agent:5.6.1')

compile 'com.adobe.creativesdk.foundation:auth:0.9.978'

compile (name:'adobeMobileLibrary-4.13.2', ext:'jar') // https://github.com/Adobe-Marketing-Cloud/mobile-services
// https://github.com/Adobe-Marketing-Cloud/mobile-services
compile (name:'adobeMobileLibrary-4.13.3', ext:'jar')

compile (name:'CordovaLib-release', ext:'aar')

Expand Down
Binary file not shown.
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.9-dev";
public static final String CORDOVA_VERSION = "6.0.9";

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.9-dev",
"version": "6.0.9",
"description": "aemm-android release",
"bin": {
"create": "bin/create"
Expand Down

0 comments on commit 505ff0a

Please sign in to comment.