mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
improve header
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
|
||||
|
||||
android {
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
}
|
||||
|
||||
apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
|
||||
dependencies {
|
||||
|
||||
implementation "com.squareup.okhttp:okhttp-urlconnection:2+"
|
||||
implementation "com.android.support:support-v4:27.+"
|
||||
}
|
||||
apply from: "../../node_modules/cordova-plugin-badge/src/android/badge.gradle"
|
||||
apply from: "../../node_modules/cordova-plugin-mfp/src/android/build-extras.gradle"
|
||||
|
||||
if (hasProperty('postBuildExtras')) {
|
||||
postBuildExtras()
|
||||
}
|
||||
Reference in New Issue
Block a user