Skip to content

Commit 5dd22c1

Browse files
chore(android): bump kotlin, gradle and aar version
2 parents 5a97433 + 93c41f2 commit 5dd22c1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ repositories {
5454
dependencies {
5555
// implementation fileTree(dir: 'libs', include: ['*.jar'])
5656
implementation project(':capacitor-android')
57-
implementation "com.capacitorjs:osinappbrowser-android:1.0.0"
57+
implementation "com.capacitorjs:osinappbrowser-android:1.2.0"
5858
implementation 'androidx.browser:browser:1.8.0'
59-
implementation "androidx.constraintlayout:constraintlayout:2.2.0-alpha13"
59+
implementation "androidx.constraintlayout:constraintlayout:2.2.0"
6060
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
6161
implementation 'com.google.code.gson:gson:2.10.1'
6262
testImplementation "junit:junit:$junitVersion"

example-app/android/variables.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
ext {
22
minSdkVersion = 26
3-
compileSdkVersion = 34
4-
targetSdkVersion = 34
3+
compileSdkVersion = 35
4+
targetSdkVersion = 35
55
androidxActivityVersion = '1.8.0'
6-
androidxAppCompatVersion = '1.6.1'
6+
androidxAppCompatVersion = '1.7.0'
77
androidxCoordinatorLayoutVersion = '1.2.0'
88
androidxCoreVersion = '1.12.0'
99
androidxFragmentVersion = '1.6.2'
1010
coreSplashScreenVersion = '1.0.1'
1111
androidxWebkitVersion = '1.9.0'
12-
junitVersion = '4.13.2'
12+
junitVersion = '4.13.3'
1313
androidxJunitVersion = '1.1.5'
1414
androidxEspressoCoreVersion = '3.5.1'
1515
cordovaAndroidVersion = '10.1.1'

0 commit comments

Comments
 (0)