@codebrew/capacitor-user-agent
Advanced tools
@@ -25,6 +25,6 @@ ext { | ||
| namespace "codebrew.capacitor.plugins.useragent" | ||
| compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 34 | ||
| compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 35 | ||
| defaultConfig { | ||
| minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 22 | ||
| targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 34 | ||
| targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 35 | ||
| versionCode 1 | ||
@@ -44,4 +44,4 @@ versionName "1.0" | ||
| compileOptions { | ||
| sourceCompatibility JavaVersion.VERSION_17 | ||
| targetCompatibility JavaVersion.VERSION_17 | ||
| sourceCompatibility JavaVersion.VERSION_21 | ||
| targetCompatibility JavaVersion.VERSION_21 | ||
| } | ||
@@ -48,0 +48,0 @@ buildToolsVersion '30.0.2' |
+1
-1
| { | ||
| "name": "@codebrew/capacitor-user-agent", | ||
| "version": "7.0.0-alpha.1", | ||
| "version": "7.0.0-alpha.2", | ||
| "description": "User Agent get/set/reset plugin for Capacitor", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |