Skip to content

Dai#66

Open
ezeferex wants to merge 5 commits intopankaj-pp:masterfrom
ezeferex:DAI
Open

Dai#66
ezeferex wants to merge 5 commits intopankaj-pp:masterfrom
ezeferex:DAI

Conversation

@ezeferex
Copy link
Copy Markdown

@ezeferex ezeferex commented Nov 8, 2019

No description provided.

@vikasd11 vikasd11 changed the base branch from development to master November 11, 2019 08:29
Comment thread android/build.gradle
// IMA SDK
implementation 'com.google.ads.interactivemedia.v3:interactivemedia:3.16.0'
implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0'
implementation "androidx.core:core-ktx:1.0.1"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't use androidx libraries, As of now our project is not compatible with it

Comment thread android/build.gradle
implementation 'com.google.ads.interactivemedia.v3:interactivemedia:3.16.0'
implementation 'com.google.android.gms:play-services-ads-identifier:17.0.0'
implementation "androidx.core:core-ktx:1.0.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

def safeExtGet(prop, fallback) {
    rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
}

 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${safeExtGet('kotlin_version', '1.3.50')}"

Please use this, so that we can maintain same kotlin version for all libraries in our project

# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

android.useAndroidX=true
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't use androidx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants