mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Mobile first
This commit is contained in:
@@ -44,13 +44,15 @@ dependencies {
|
||||
implementation fileTree(dir: 'src/main/libs', include: ['*.jar'])
|
||||
implementation "org.apache.cordova:framework:$cordovaAndroidVersion"
|
||||
// SUB-PROJECT DEPENDENCIES START
|
||||
|
||||
implementation "com.squareup.okhttp:okhttp-urlconnection:2+"
|
||||
implementation "com.android.support:support-v4:27.+"
|
||||
// SUB-PROJECT DEPENDENCIES END
|
||||
}
|
||||
|
||||
// PLUGIN GRADLE EXTENSIONS START
|
||||
apply from: "cordova.variables.gradle"
|
||||
apply from: "../../node_modules/cordova-plugin-badge/src/android/badge.gradle"
|
||||
apply from: "../../node_modules/cordova-plugin-mfp/src/android/build-extras.gradle"
|
||||
// PLUGIN GRADLE EXTENSIONS END
|
||||
|
||||
for (def func : cdvPluginPostBuildExtras) {
|
||||
|
||||
Reference in New Issue
Block a user