Skip to content

Commit 56ce1c5

Browse files
committed
DWE-4580 fixing versions
fixing versions
1 parent bddd29d commit 56ce1c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AndroidApp/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626
}
2727

2828
packagingOptions {
29-
pickFirst 'lib/arm64-v8a/libpython3.12.so'
30-
pickFirst 'lib/x86_64/libpython3.12.so'
29+
pickFirst 'lib/arm64-v8a/libpython3.13.so'
30+
pickFirst 'lib/x86_64/libpython3.13.so'
3131
}
3232

3333
// Only building ARM currently
@@ -60,7 +60,7 @@ dependencies {
6060
implementation fileTree(dir: 'libs', include: ['*.jar'])
6161
implementation 'androidx.appcompat:appcompat:1.6.1'
6262
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
63-
implementation 'com.google.android.material:material:1.8.0'
63+
implementation 'com.google.android.material:material:1.12.0'
6464
testImplementation 'junit:junit:4.13.2'
6565
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
6666
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

0 commit comments

Comments
 (0)