File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
java/com/cloudinary/android/sample/signed/app Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ android {
44 compileSdkVersion 25
55 buildToolsVersion " 25.0.3"
66 defaultConfig {
7- applicationId " com.cloudinary.android.sample"
7+ applicationId " com.cloudinary.android.sample.signed "
88 minSdkVersion 19
99 targetSdkVersion 25
1010 versionCode 1
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- package =" com.cloudinary.android.signed" >
3+ package =" com.cloudinary.android.sample. signed" >
44
55 <uses-permission android : name =" android.permission.INTERNET" />
66
77 <application
8- android : name =" com.cloudinary.android.sample .app.MainApplication"
8+ android : name =" .app.MainApplication"
99 android : allowBackup =" false"
1010 android : icon =" @drawable/ic_launcher"
1111 android : label =" @string/app_name"
1212 android : supportsRtl =" false"
1313 android : theme =" @style/AppTheme" >
1414 <activity
15- android : name =" com.cloudinary.android.sample .app.MainActivity"
15+ android : name =" .app.MainActivity"
1616 android : label =" @string/app_name"
1717 android : screenOrientation =" portrait"
1818 android : theme =" @style/AppTheme.NoActionBar" >
Original file line number Diff line number Diff line change 1- package com .cloudinary .android .sample .app ;
1+ package com .cloudinary .android .sample .signed . app ;
22
33import android .content .Intent ;
44import android .os .Bundle ;
1313import com .cloudinary .android .CldAndroid ;
1414import com .cloudinary .android .callback .ErrorInfo ;
1515import com .cloudinary .android .callback .UploadCallback ;
16+ import com .cloudinary .android .sample .signed .R ;
1617import com .cloudinary .android .sample .util .Utils ;
17- import com .cloudinary .android .signed .R ;
1818import com .squareup .picasso .Picasso ;
1919
2020import java .util .Map ;
Original file line number Diff line number Diff line change 1- package com .cloudinary .android .sample .app ;
1+ package com .cloudinary .android .sample .signed . app ;
22
33
44import android .app .Application ;
You can’t perform that action at this time.
0 commit comments