Skip to content

Commit

Permalink
chore(android): bump kotlin, gradle and aar version
Browse files Browse the repository at this point in the history
  • Loading branch information
OS-martacarlos committed Dec 6, 2024
1 parent 5a97433 commit 93c41f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ repositories {
dependencies {
// implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':capacitor-android')
implementation "com.capacitorjs:osinappbrowser-android:1.0.0"
implementation "com.capacitorjs:osinappbrowser-android:1.2.0"
implementation 'androidx.browser:browser:1.8.0'
implementation "androidx.constraintlayout:constraintlayout:2.2.0-alpha13"
implementation "androidx.constraintlayout:constraintlayout:2.2.0"
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
implementation 'com.google.code.gson:gson:2.10.1'
testImplementation "junit:junit:$junitVersion"
Expand Down
8 changes: 4 additions & 4 deletions example-app/android/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
ext {
minSdkVersion = 26
compileSdkVersion = 34
targetSdkVersion = 34
compileSdkVersion = 35
targetSdkVersion = 35
androidxActivityVersion = '1.8.0'
androidxAppCompatVersion = '1.6.1'
androidxAppCompatVersion = '1.7.0'
androidxCoordinatorLayoutVersion = '1.2.0'
androidxCoreVersion = '1.12.0'
androidxFragmentVersion = '1.6.2'
coreSplashScreenVersion = '1.0.1'
androidxWebkitVersion = '1.9.0'
junitVersion = '4.13.2'
junitVersion = '4.13.3'
androidxJunitVersion = '1.1.5'
androidxEspressoCoreVersion = '3.5.1'
cordovaAndroidVersion = '10.1.1'
Expand Down

0 comments on commit 93c41f2

Please sign in to comment.