mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-07-03 21:21:12 +08:00
Upgrade to NDK r25
This commit is contained in:
parent
291cf836ef
commit
919cc65eda
@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
|
||||
android {
|
||||
compileSdkVersion 33
|
||||
buildToolsVersion "31.0.0"
|
||||
ndkVersion "24.0.8215888"
|
||||
ndkVersion "25.0.8775105"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.emanuelef.remote_capture"
|
||||
@ -71,12 +71,12 @@ dependencies {
|
||||
// AndroidX
|
||||
implementation 'androidx.appcompat:appcompat:1.4.2'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
implementation 'androidx.fragment:fragment:1.5.0'
|
||||
implementation 'androidx.fragment:fragment:1.5.1'
|
||||
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
|
||||
implementation 'androidx.preference:preference:1.2.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
||||
implementation "androidx.navigation:navigation-fragment:2.5.0"
|
||||
implementation "androidx.navigation:navigation-ui:2.5.0"
|
||||
implementation "androidx.navigation:navigation-fragment:2.5.1"
|
||||
implementation "androidx.navigation:navigation-ui:2.5.1"
|
||||
|
||||
// Google
|
||||
implementation 'com.google.android.material:material:1.6.1'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user