Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Apr 18, 2022
1 parent 5c0d243 commit f6f076c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Snapcast/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ android {
}
}

buildToolsVersion = '30.0.3'
ndkVersion '23.1.7779620'
buildToolsVersion = '32.0.0'
ndkVersion '24.0.8215888'
lint {
disable 'MissingTranslation'
}
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
// https://dl.google.com/dl/android/maven2/index.html
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.cardview:cardview:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.0'
classpath 'com.android.tools.build:gradle:7.1.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit f6f076c

Please sign in to comment.