File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments