File tree Expand file tree Collapse file tree 19 files changed +1542
-1584
lines changed
src/main/java/com/cloudinary/test
src/main/java/com/cloudinary/android
main/java/com/cloudinary/http42
test/java/com/cloudinary/test Expand file tree Collapse file tree 19 files changed +1542
-1584
lines changed Original file line number Diff line number Diff line change 1515 <name >Cloudinary Android Test Project</name >
1616
1717 <dependencies >
18+ <dependency >
19+ <groupId >com.cloudinary</groupId >
20+ <artifactId >cloudinary-android</artifactId >
21+ <type >jar</type >
22+ <version >1.1.0-SNAPSHOT</version >
23+ </dependency >
1824 <dependency >
1925 <groupId >com.google.android</groupId >
2026 <artifactId >android</artifactId >
2733 <version >2.3.1</version >
2834 <scope >provided</scope >
2935 </dependency >
30- <dependency >
31- <groupId >com.cloudinary</groupId >
32- <artifactId >cloudinary</artifactId >
33- <type >jar</type >
34- <version >1.1.0-SNAPSHOT</version >
35- </dependency >
36- <dependency >
37- <groupId >com.cloudinary</groupId >
38- <artifactId >cloudinary-android</artifactId >
39- <type >jar</type >
40- <version >1.1.0-SNAPSHOT</version >
41- </dependency >
36+
4237 <dependency >
4338 <groupId >junit</groupId >
4439 <artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 88import java .util .HashMap ;
99import java .util .Map ;
1010
11- import org .json .JSONArray ;
12- import org .json .JSONObject ;
11+ import org .cloudinary . json .JSONArray ;
12+ import org .cloudinary . json .JSONObject ;
1313
1414import android .test .InstrumentationTestCase ;
1515import android .util .Log ;
2323
2424public class UploaderTest extends InstrumentationTestCase {
2525
26+
2627 private Cloudinary cloudinary ;
2728 private static boolean first = true ;
2829
Original file line number Diff line number Diff line change 1818 <name >Cloudinary Android Library</name >
1919
2020 <dependencies >
21+ <dependency >
22+ <groupId >com.cloudinary</groupId >
23+ <artifactId >cloudinary-core</artifactId >
24+ <version >${project.version} </version >
25+ </dependency >
2126 <dependency >
2227 <groupId >com.google.android</groupId >
2328 <artifactId >android</artifactId >
3035 <version >2.3.1</version >
3136 <scope >provided</scope >
3237 </dependency >
33- <dependency >
34- <groupId >com.cloudinary</groupId >
35- <artifactId >cloudinary</artifactId >
36- <version >${project.version} </version >
37- </dependency >
3838 </dependencies >
3939
4040 <build >
Original file line number Diff line number Diff line change 88import java .util .Collection ;
99import java .util .Map ;
1010
11- import org .json .JSONException ;
12- import org .json .JSONObject ;
11+ import org .cloudinary . json .JSONException ;
12+ import org .cloudinary . json .JSONObject ;
1313
1414import com .cloudinary .strategies .AbstractUploaderStrategy ;
1515import com .cloudinary .utils .ObjectUtils ;
Original file line number Diff line number Diff line change 77 <version >1.1.0-SNAPSHOT</version >
88 </parent >
99
10- <artifactId >cloudinary</artifactId >
10+ <artifactId >cloudinary-core </artifactId >
1111 <packaging >jar</packaging >
1212
1313</project >
Original file line number Diff line number Diff line change 1010import java .util .List ;
1111import java .util .Map ;
1212
13- import org .json .JSONObject ;
13+ import org .cloudinary . json .JSONObject ;
1414
1515import com .cloudinary .strategies .AbstractUploaderStrategy ;
1616import com .cloudinary .utils .ObjectUtils ;
Original file line number Diff line number Diff line change 99import java .util .List ;
1010import java .util .Map ;
1111
12- import org .json .JSONArray ;
13- import org .json .JSONException ;
14- import org .json .JSONObject ;
12+ import org .cloudinary .json .JSONArray ;
13+ import org .cloudinary .json .JSONException ;
14+ import org .cloudinary .json .JSONObject ;
15+
1516
1617public class ObjectUtils {
1718
You can’t perform that action at this time.
0 commit comments