Skip to content

Commit

Permalink
Release v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-norman committed Jul 25, 2021
1 parent acd03c3 commit 8293e17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.cobresun.brun.pantsorshorts"
minSdkVersion 24
targetSdkVersion 30
versionCode 15
versionName "2.1"
versionCode 16
versionName "2.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled true
buildConfigField("String", "DarkSkyAPIKey", DarkSkyAPIKey)
Expand Down Expand Up @@ -55,7 +55,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation "com.google.android.gms:play-services-location:18.0.0"
implementation 'com.google.code.gson:gson:2.8.6'
Expand All @@ -64,7 +64,7 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.6.0'
implementation "androidx.core:core-ktx:1.6.0"
implementation 'androidx.activity:activity-ktx:1.2.3'
implementation 'androidx.activity:activity-ktx:1.2.4'

// Coroutines
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0'
Expand Down
Binary file modified app/release/app-release.aab
Binary file not shown.
Binary file removed app/release/app.aab
Binary file not shown.

0 comments on commit 8293e17

Please sign in to comment.