File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ repositories {
54
54
dependencies {
55
55
// implementation fileTree(dir: 'libs', include: ['*.jar'])
56
56
implementation project(' :capacitor-android' )
57
- implementation " com.capacitorjs:osinappbrowser-android:1.0 .0"
57
+ implementation " com.capacitorjs:osinappbrowser-android:1.2 .0"
58
58
implementation ' androidx.browser:browser:1.8.0'
59
- implementation " androidx.constraintlayout:constraintlayout:2.2.0-alpha13 "
59
+ implementation " androidx.constraintlayout:constraintlayout:2.2.0"
60
60
implementation " androidx.appcompat:appcompat:$androidxAppCompatVersion "
61
61
implementation ' com.google.code.gson:gson:2.10.1'
62
62
testImplementation " junit:junit:$junitVersion "
Original file line number Diff line number Diff line change 1
1
ext {
2
2
minSdkVersion = 26
3
- compileSdkVersion = 34
4
- targetSdkVersion = 34
3
+ compileSdkVersion = 35
4
+ targetSdkVersion = 35
5
5
androidxActivityVersion = ' 1.8.0'
6
- androidxAppCompatVersion = ' 1.6.1 '
6
+ androidxAppCompatVersion = ' 1.7.0 '
7
7
androidxCoordinatorLayoutVersion = ' 1.2.0'
8
8
androidxCoreVersion = ' 1.12.0'
9
9
androidxFragmentVersion = ' 1.6.2'
10
10
coreSplashScreenVersion = ' 1.0.1'
11
11
androidxWebkitVersion = ' 1.9.0'
12
- junitVersion = ' 4.13.2 '
12
+ junitVersion = ' 4.13.3 '
13
13
androidxJunitVersion = ' 1.1.5'
14
14
androidxEspressoCoreVersion = ' 3.5.1'
15
15
cordovaAndroidVersion = ' 10.1.1'
You can’t perform that action at this time.
0 commit comments