Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codebrew/capacitor-user-agent

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codebrew/capacitor-user-agent - npm Package Compare versions

Comparing version
7.0.0-alpha.1
to
7.0.0-alpha.2
+4
-4
android/build.gradle

@@ -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'

{
"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",