Skip to content

Commit

Permalink
3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorasl committed Feb 9, 2022
1 parent 20f7347 commit 166c729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
compileSdkVersion 29
defaultConfig {
applicationId "com.argyleexample"
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 29
versionCode 1
versionName "1.0"
Expand Down Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.1'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.1'

implementation 'com.argyle:argyle-plugin-android-source:3.9.0'
implementation 'com.argyle:argyle-plugin-android-source:3.10.0'

}

Expand Down

0 comments on commit 166c729

Please sign in to comment.