This repository was archived by the owner on Oct 5, 2023. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ android {
26
26
}
27
27
28
28
dependencies {
29
- compile " com.facebook.react:react-native:${ safeExtGet('reactNativeVersion', '+')} "
30
- compile " com.android.support:appcompat-v7:${ safeExtGet('supportLibVersion', '26.1.0')} "
29
+ implementation " com.facebook.react:react-native:${ safeExtGet('reactNativeVersion', '+')} "
30
+ implementation " com.android.support:appcompat-v7:${ safeExtGet('supportLibVersion', '26.1.0')} "
31
31
32
- testCompile ' junit:junit:4.12'
32
+ testImplementation ' junit:junit:4.12'
33
33
34
34
// Android JUnit Runner
35
- androidTestCompile ' com.android.support.test:runner:0.5'
35
+ androidTestImplementation ' com.android.support.test:runner:0.5'
36
36
// JUnit4 Rules
37
- androidTestCompile ' com.android.support.test:rules:0.5'
37
+ androidTestImplementation ' com.android.support.test:rules:0.5'
38
38
}
Original file line number Diff line number Diff line change 1
1
2
2
{
3
3
"name" : " react-native-android-fragment" ,
4
- "version" : " 1.1.0 " ,
4
+ "version" : " 1.1.1 " ,
5
5
"description" : " A utility library for facilitating React Native development with Android Fragments." ,
6
6
"repository" : {
7
7
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments