Skip to content

Commit

Permalink
Updating AndroidJSEngine to SDK 34
Browse files Browse the repository at this point in the history
  • Loading branch information
theproducer committed Jun 27, 2024
1 parent e209d3b commit 7cea717
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions packages/android-js-engine/AndroidJSEngine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ apply plugin: 'kotlin-android'

android {
namespace 'com.capacitorjs.android_js_engine'
compileSdk 33
compileSdk 34

defaultConfig {
minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 22
targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 33
versionCode 1
versionName "1.0"
targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"

Expand Down
4 changes: 2 additions & 2 deletions packages/android-js-engine/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
id 'com.android.application' version '8.2.1' apply false
id 'com.android.library' version '8.2.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
}
Binary file not shown.

0 comments on commit 7cea717

Please sign in to comment.