Skip to content

Commit

Permalink
Release 6.12.3 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
af-dudka committed Sep 20, 2023
1 parent 05f34c5 commit bf89c9a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
build/
oaid/libs/
local.properties
*.iml
.idea/*
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ OPPO, Realme | Color OS 3
Lenovo | ZUI 11.4
Samsung, Meizu, Nubia, ZTE, ASUS, OnePlus, Black shark, Motorola, Freeme OS | Android 10

**Supported MSA library version:** 1.1.0
**Supported MSA library version:** 2.2.0

## Adding to your project
module **build.gradle**
#### Step 1
Download AAR provided by the [MSA](http://www.msa-alliance.cn/col.jsp?id=120) to your module libs folder
**Note:** MSA AAR requires min API level 16
```groovy
implementation 'com.appsflyer:oaid:6.9.0'
implementation files('libs/oaid_sdk_2.0.0.aar')
implementation 'com.appsflyer:oaid:6.12.3'
implementation files('libs/oaid_sdk_2.2.0.aar')
```

#### Step 2
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {
repositories { maven { url 'https://developer.huawei.com/repo/' } }
dependencies {
// You can choose either HMS dependency (minSDK=17) or MSA (minSDK=21)
implementation files('../oaid/libs/oaid_sdk_2.0.0.aar')
implementation files('../oaid/libs/oaid_sdk_2.2.0.aar')
//implementation 'com.huawei.hms:ads-identifier:3.4.39.302'
implementation project(':oaid')
implementation 'androidx.appcompat:appcompat:1.5.1'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROUP=com.appsflyer

VERSION_CODE=33
VERSION_NAME=6.9.0
VERSION_CODE=35
VERSION_NAME=6.12.3

POM_ARTIFACT_ID=oaid
POM_PACKAGING=aar
Expand Down
6 changes: 3 additions & 3 deletions oaid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ android {
}
repositories { maven { url 'https://developer.huawei.com/repo/' } }
dependencies {
compileOnly files('libs/oaid_sdk_2.0.0.aar')
compileOnly files('libs/oaid_sdk_2.2.0.aar')
compileOnly 'com.huawei.hms:ads-identifier:3.4.39.302'
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'androidx.annotation:annotation:1.7.0'
testImplementation 'com.huawei.hms:ads-identifier:3.4.39.302'
testImplementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.robolectric:robolectric:4.8.1'
testImplementation 'androidx.test.ext:junit:1.1.3'
testImplementation 'androidx.test.ext:junit:1.1.5'
}
apply from: file('publish.gradle')
Binary file added oaid/libs/oaid_sdk_2.2.0.aar
Binary file not shown.

0 comments on commit bf89c9a

Please sign in to comment.