|
4 | 4 | androidxMaterialVersion = project.hasProperty('androidxMaterialVersion') ? rootProject.ext.androidxMaterialVersion : '1.1.0-rc02' |
5 | 5 | androidxBrowserVersion = project.hasProperty('androidxBrowserVersion') ? rootProject.ext.androidxBrowserVersion : '1.2.0' |
6 | 6 | androidxLocalbroadcastmanagerVersion = project.hasProperty('androidxLocalbroadcastmanagerVersion') ? rootProject.ext.androidxLocalbroadcastmanagerVersion : '1.0.0' |
| 7 | + androidxExifInterfaceVersion = project.hasProperty('androidxExifInterfaceVersion') ? rootProject.ext.androidxExifInterfaceVersion : '1.2.0' |
7 | 8 | firebaseMessagingVersion = project.hasProperty('firebaseMessagingVersion') ? rootProject.ext.firebaseMessagingVersion : '20.1.2' |
8 | 9 | playServicesLocationVersion = project.hasProperty('playServicesLocationVersion') ? rootProject.ext.playServicesLocationVersion : '17.0.0' |
9 | 10 | junitVersion = project.hasProperty('junitVersion') ? rootProject.ext.junitVersion : '4.12' |
@@ -64,13 +65,13 @@ dependencies { |
64 | 65 | implementation "com.google.android.material:material:$androidxMaterialVersion" |
65 | 66 | implementation "androidx.browser:browser:$androidxBrowserVersion" |
66 | 67 | implementation "androidx.localbroadcastmanager:localbroadcastmanager:$androidxLocalbroadcastmanagerVersion" |
| 68 | + implementation "androidx.exifinterface:exifinterface:$androidxExifInterfaceVersion" |
67 | 69 | implementation "com.google.firebase:firebase-messaging:$firebaseMessagingVersion" |
68 | 70 | implementation "com.google.android.gms:play-services-location:$playServicesLocationVersion" |
69 | 71 | testImplementation "junit:junit:$junitVersion" |
70 | 72 | androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion" |
71 | 73 | androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion" |
72 | 74 | implementation "org.apache.cordova:framework:$cordovaAndroidVersion" |
73 | | - implementation 'androidx.exifinterface:exifinterface:1.2.0' |
74 | 75 | testImplementation 'org.json:json:20140107' |
75 | 76 | testImplementation 'org.mockito:mockito-inline:2.25.1' |
76 | 77 | } |
|
0 commit comments