File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
example-app-capacitor/android/app Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ apply plugin: 'com.android.library'
2121apply plugin : ' kotlin-android'
2222
2323android {
24- namespace " com.capacitorjs.plugins.fileviewer"
25- compileSdk project. hasProperty(' compileSdkVersion' ) ? rootProject. ext. compileSdkVersion : 35
24+ namespace = " com.capacitorjs.plugins.fileviewer"
25+ compileSdk = project. hasProperty(' compileSdkVersion' ) ? rootProject. ext. compileSdkVersion : 35
2626 defaultConfig {
2727 minSdkVersion project. hasProperty(' minSdkVersion' ) ? rootProject. ext. minSdkVersion : 23
2828 targetSdkVersion project. hasProperty(' targetSdkVersion' ) ? rootProject. ext. targetSdkVersion : 35
@@ -37,7 +37,7 @@ android {
3737 }
3838 }
3939 lintOptions {
40- abortOnError false
40+ abortOnError = false
4141 }
4242 compileOptions {
4343 sourceCompatibility JavaVersion . VERSION_21
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- namespace " com.capacitorjs.exampleucapp.plugins.fileviewer"
5- compileSdk rootProject. ext. compileSdkVersion
4+ namespace = " com.capacitorjs.exampleucapp.plugins.fileviewer"
5+ compileSdk = rootProject. ext. compileSdkVersion
66 defaultConfig {
77 applicationId " com.capacitorjs.exampleucapp.plugins.fileviewer"
88 minSdkVersion rootProject. ext. minSdkVersion
You can’t perform that action at this time.
0 commit comments