You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why are you asking about the Prebid Android SDK in the Prebid Server repository? There are different teams working on the different Prebid projects. You'll likely get a better response asking this in the https://github.com/prebid/prebid-mobile-android project, Many of us have never built the Android SDK and cannot help resolve build issues.
hello everyone,
I am trying to open a demo project in that is on it https://github.com/prebid/prebid-mobile-android . when i go in runing stat then a GitHash show error
here is build.gradle file :
apply from: '../android.gradle'
apply from: '../publisher.gradle'
apply from: '../tests.gradle'
android {
def getGitHash = { ->
def stdout = new ByteArrayOutputStream()
exec {
commandLine 'git', 'rev-parse', '--short', 'HEAD'
standardOutput = stdout
}
return stdout.toString().trim()
}
}
dependencies {
implementation project(":omsdk-android")
}
error is:
error: unclosed string literal
public static final String GitHash = "Microsoft Windows [Version 10.0.19045.3693]
The text was updated successfully, but these errors were encountered: