Skip to content

Commit

Permalink
Update some dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dzolnai committed Oct 20, 2023
1 parent ad47336 commit cbad667
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ android {
defaultConfig {
applicationId "nl.eduvpn.app"
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 33
versionCode 23
versionName "3.1.1"
ndkVersion "21.0.6113669"
ndkVersion "26.1.10909125"

vectorDrawables.useSupportLibrary = true

Expand Down
9 changes: 2 additions & 7 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
android {
namespace 'org.eduvpn.common'
compileSdk 33
ndkVersion = "25.1.8937393"
ndkVersion = "26.1.10909125"

def commonVersion = "2.0.0"

Expand Down Expand Up @@ -52,10 +52,5 @@ android {
}

dependencies {

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'androidx.annotation:annotation-jvm:1.7.0'
}

0 comments on commit cbad667

Please sign in to comment.