File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ apply plugin: 'com.android.library'
2222apply plugin : ' kotlin-android'
2323
2424android {
25- namespace " com.capacitorjs.osinappbrowser"
26- compileSdk project. hasProperty(' compileSdkVersion' ) ? rootProject. ext. compileSdkVersion : 36
25+ namespace = " com.capacitorjs.osinappbrowser"
26+ compileSdk = project. hasProperty(' compileSdkVersion' ) ? rootProject. ext. compileSdkVersion : 36
2727 defaultConfig {
2828 minSdkVersion project. hasProperty(' minSdkVersion' ) ? rootProject. ext. minSdkVersion : 26
2929 targetSdkVersion project. hasProperty(' targetSdkVersion' ) ? rootProject. ext. targetSdkVersion : 36
@@ -38,7 +38,7 @@ android {
3838 }
3939 }
4040 lintOptions {
41- abortOnError false
41+ abortOnError = false
4242 }
4343 compileOptions {
4444 sourceCompatibility JavaVersion . VERSION_21
You can’t perform that action at this time.
0 commit comments