Ionic + React onboarding UI
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 

20 行
372 B

  1. // DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
  2. android {
  3. compileOptions {
  4. sourceCompatibility JavaVersion.VERSION_1_8
  5. targetCompatibility JavaVersion.VERSION_1_8
  6. }
  7. }
  8. apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
  9. dependencies {
  10. }
  11. if (hasProperty('postBuildExtras')) {
  12. postBuildExtras()
  13. }