File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
core/src/androidTest/java/com/cloudinary/android Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public synchronized static void setup() {
2222 public void testAnalyticsURL () {
2323 MediaManager .get ().getCloudinary ().config .analytics = true ;
2424 String url = MediaManager .get ().getCloudinary ().url ().generate ("sample" );
25- Assert .assertTrue (url .contains ("a=CAFAACAhAAh0 " ));
25+ Assert .assertTrue (url .contains ("a=DAFAACAhAhA0 " ));
2626 }
2727
2828 @ Test
Original file line number Diff line number Diff line change 1414# These two properties must use these exact names to be compatible with 'gradle install' plugin.
1515group =com.cloudinary
1616version =2.6.1
17- cloudinaryLibsVersion =1.35 .0
17+ cloudinaryLibsVersion =1.37 .0
1818
1919org.gradle.jvmargs =-Xmx1024m
2020gnsp.disableApplyOnlyOnRootProjectEnforcement =true
You can’t perform that action at this time.
0 commit comments