Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10999 from t895/dependencies
Android: Update SDK and dependencies
  • Loading branch information
JosJuice committed Aug 21, 2022
2 parents 46a11bc + 903c94f commit cc3e6a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Source/Android/app/build.gradle
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 32
ndkVersion "23.1.7779620"
compileSdkVersion 33
ndkVersion "25.0.8775105"

compileOptions {
// Flag to enable support for the new language APIs
Expand Down Expand Up @@ -94,15 +94,15 @@ android {
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'

implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'androidx.exifinterface:exifinterface:1.3.3'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.4.1'
implementation 'androidx.fragment:fragment:1.4.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1'
implementation 'androidx.fragment:fragment:1.5.2'
implementation 'androidx.slidingpanelayout:slidingpanelayout:1.2.0'
implementation 'com.google.android.material:material:1.6.0'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.core:core-splashscreen:1.0.0'

// Android TV UI libraries.
Expand Down

0 comments on commit cc3e6a1

Please sign in to comment.