We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bcb26c commit 42ef5dfCopy full SHA for 42ef5df
1 file changed
code/edge/build.gradle
@@ -128,7 +128,7 @@ publishing {
128
url = 'https://developer.adobe.com/client-sdks'
129
licenses {
130
license {
131
- name = 'Adobe Proprietary'
+ name = 'The Apache License, Version 2.0'
132
}
133
134
developers {
@@ -251,4 +251,4 @@ dependencies {
251
androidTestImplementation "androidx.test.ext:junit:${rootProject.ext.junitVersion}"
252
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
253
androidTestImplementation 'com.fasterxml.jackson.core:jackson-databind:2.12.7'
254
-}
+}
0 commit comments