Skip to content

Commit

Permalink
Update adsdk version34(#14)
Browse files Browse the repository at this point in the history
* SDKs have been updated.

* gitignore changes

* Updated to Kotlin compatible versions.

Co-authored-by: Mr. T <[email protected]>
  • Loading branch information
GenarC and Aziz-T authored Apr 12, 2023
1 parent bb624f1 commit 28352d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
dependencies {
classpath "com.android.tools.build:gradle:4.1.2"
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'

// NOTE: Do not place your application dependencies here; they belong
Expand Down
3 changes: 2 additions & 1 deletion huaweiadsadapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.5.10"
implementation "androidx.core:core-ktx:+"

implementation 'androidx.core:core-ktx:1.9.0'
implementation 'com.ironsource.sdk:mediationsdk:7.3.0'

compileOnly('com.huawei.hms:ads:3.4.61.304')
Expand Down

0 comments on commit 28352d4

Please sign in to comment.