File tree Expand file tree Collapse file tree 7 files changed +11
-12
lines changed Expand file tree Collapse file tree 7 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ buildscript {
1414 google()
1515 }
1616 dependencies {
17- classpath ' com.android.tools.build:gradle:3.1.4 '
17+ classpath ' com.android.tools.build:gradle:3.2.1 '
1818 }
1919}
2020
2121android {
22- compileSdkVersion safeExtGet(' compileSdkVersion' , 26 )
23- buildToolsVersion safeExtGet(' buildToolsVersion' , ' 26 .0.3' )
22+ compileSdkVersion safeExtGet(' compileSdkVersion' , 28 )
23+ buildToolsVersion safeExtGet(' buildToolsVersion' , ' 28 .0.3' )
2424 defaultConfig {
2525 minSdkVersion safeExtGet(' minSdkVersion' , 16 )
26- targetSdkVersion safeExtGet(' targetSdkVersion' , 26 )
26+ targetSdkVersion safeExtGet(' targetSdkVersion' , 28 )
2727 versionCode 1
2828 versionName " 1.0"
2929 }
Original file line number Diff line number Diff line change 1+ android.enableJetifier =true
2+ android.useAndroidX =true
Original file line number Diff line number Diff line change 2424 <application android : label =" @string/app_name" >
2525
2626 <provider
27- android : name =" android.support.v4 .content.FileProvider"
27+ android : name =" androidx.core .content.FileProvider"
2828 android : authorities =" ${applicationId}.provider"
2929 android : exported =" false"
3030 android : grantUriPermissions =" true" >
Original file line number Diff line number Diff line change 66import android .content .pm .PackageManager ;
77import android .net .Uri ;
88import android .os .Build ;
9- import android . support . v4 .content .FileProvider ;
9+ import androidx . core .content .FileProvider ;
1010import android .util .SparseArray ;
1111
1212import com .facebook .react .bridge .ActivityEventListener ;
2828import okhttp3 .JavaNetCookieJar ;
2929
3030import java .io .File ;
31- import java .util .HashMap ;
3231import java .util .Map ;
3332import java .util .concurrent .LinkedBlockingQueue ;
3433import java .util .concurrent .ThreadPoolExecutor ;
Original file line number Diff line number Diff line change 11package com .RNFetchBlob ;
22
3- import android . support .annotation .NonNull ;
3+ import androidx .annotation .NonNull ;
44import android .util .Base64 ;
55
66import com .facebook .react .bridge .Arguments ;
Original file line number Diff line number Diff line change 88import android .database .Cursor ;
99import android .net .Uri ;
1010import android .os .Build ;
11- import android . support .annotation .NonNull ;
11+ import androidx .annotation .NonNull ;
1212import android .util .Base64 ;
1313
1414import com .RNFetchBlob .Response .RNFetchBlobDefaultResp ;
1515import com .RNFetchBlob .Response .RNFetchBlobFileResp ;
1616import com .facebook .common .logging .FLog ;
1717import com .facebook .react .bridge .Arguments ;
1818import com .facebook .react .bridge .Callback ;
19- import com .facebook .react .bridge .ReactApplicationContext ;
2019import com .facebook .react .bridge .ReadableArray ;
2120import com .facebook .react .bridge .ReadableMap ;
2221import com .facebook .react .bridge .ReadableMapKeySetIterator ;
Original file line number Diff line number Diff line change 11package com .RNFetchBlob .Response ;
22
3- import android .support .annotation .NonNull ;
4- import android .util .Log ;
3+ import androidx .annotation .NonNull ;
54
65import com .RNFetchBlob .RNFetchBlobConst ;
76import com .RNFetchBlob .RNFetchBlobProgressConfig ;
You can’t perform that action at this time.
0 commit comments