This repository was archived by the owner on Oct 5, 2023. It is now read-only.
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,24 +15,24 @@ def getLibraryName = { ->
15
15
}
16
16
17
17
android {
18
- compileSdkVersion safeExtGet(' compileSdkVersion' , 28 )
19
- buildToolsVersion safeExtGet(' buildToolsVersion' , " 28 .0.3" )
18
+ compileSdkVersion safeExtGet(' compileSdkVersion' , 26 )
19
+ buildToolsVersion safeExtGet(' buildToolsVersion' , " 26 .0.3" )
20
20
defaultConfig {
21
21
minSdkVersion 16
22
- targetSdkVersion safeExtGet(' targetSdkVersion' , 28 )
22
+ targetSdkVersion safeExtGet(' targetSdkVersion' , 26 )
23
23
versionCode 1
24
24
versionName getLibraryName()
25
25
}
26
26
}
27
27
28
28
dependencies {
29
29
implementation " com.facebook.react:react-native:${ safeExtGet('reactNativeVersion', '+')} "
30
- implementation " com.android.support:appcompat-v7:${ safeExtGet('supportLibVersion', '28.0 .0')} "
30
+ implementation " com.android.support:appcompat-v7:${ safeExtGet('supportLibVersion', '26.1 .0')} "
31
31
32
32
testImplementation ' junit:junit:4.12'
33
33
34
34
// Android JUnit Runner
35
- androidTestImplementation ' com.android.support.test:runner:1.0.2 '
35
+ androidTestImplementation ' com.android.support.test:runner:0.5 '
36
36
// JUnit4 Rules
37
- androidTestImplementation ' com.android.support.test:rules:1.0.2 '
37
+ androidTestImplementation ' com.android.support.test:rules:0.5 '
38
38
}
You can’t perform that action at this time.
0 commit comments