Skip to content

Commit

Permalink
Merge pull request #1 from adjust/v100
Browse files Browse the repository at this point in the history
Version 1.0.0
  • Loading branch information
uerceg authored Dec 3, 2020
2 parents b917106 + 672ab09 commit e07393f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
6 changes: 3 additions & 3 deletions AdjustAdobeExtension/adobeextension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 14
targetSdkVersion 30
versionCode 1
versionName '0.0.1'
versionName '1.0.0'

consumerProguardFiles "consumer-rules.pro"
}
Expand All @@ -33,9 +33,9 @@ dependencies {
//region Publish to jCenter
def libGroupId = 'com.adjust.adobeextension'
def libArtifactId = 'adobeextension'
def libVersion = '0.0.1'
def libVersion = '1.0.0'
def libDesc = 'This is the Android Adobe Mobile Extension of Adjust.'
def libLicenses = ['Apache-2.0']
def libLicenses = ['MIT License']
def libVCSUrl = 'https://github.com/adjust/android_adobe_extension.git'

// Generate Source Jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class AdjustAdobeExtensionConstants {
static final String LOG_TAG = "AdjustAdobeExtension";
static final String EXTENSION_NAME = "com.adjust.adobeextension";
static final String EXTENSION_VERSION = "adobe_ext0.0.1";
static final String EXTENSION_VERSION = "adobe_ext1.0.0";

static final String EVENT_TYPE_ADOBE_HUB = "com.adobe.eventType.hub";
static final String EVENT_TYPE_ADOBE_GENERIC_TRACK = "com.adobe.eventType.generic.track";
Expand Down
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
### Version 1.0.0 (xxth November 2020)
### Version 1.0.0 (3rd December 2020)
#### Added
- Initial release of the Adjust Android SDK Adobe Extension.
- Official release of the Adjust Android SDK Adobe Extension.

#### Native Android SDK
- [[email protected]][android_sdk_v4.24.1]

---

### Version 0.0.1 (2nd December 2020)
#### Added
- Pre release of the Adjust Android SDK Adobe Extension.

#### Native Android SDK
- [[email protected]][android_sdk_v4.24.1]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ These are the minimum required steps to integrate the Adjust SDK Extension in yo
If you are using [`Maven`][maven], add the following to your `build.gradle` file:

```gradle
implementation 'com.adjust.adobeextension:adobeextension:0.0.1'
implementation 'com.adjust.adobeextension:adobeextension:1.0.0'
implementation 'com.adjust.sdk:adjust-android:4.24.1'
implementation 'com.android.installreferrer:installreferrer:2.1'
```
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0

0 comments on commit e07393f

Please sign in to comment.