Skip to content

Commit

Permalink
Fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
grishka committed Feb 20, 2021
1 parent 7e9d848 commit ab2c1d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Houseclub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "me.grishka.houseclub"
minSdkVersion 24
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
}
buildTypes {
release {
Expand All @@ -35,6 +35,7 @@ dependencies {
implementation 'com.github.grishka.litex:swiperefreshlayout:1.0'
implementation 'com.github.grishka.litex:viewpager2:1.0'
implementation 'com.github.grishka:appkit:c7854a3'
implementation 'com.squareup.okhttp3:okhttp:3.14.7'
api 'com.github.grishka.litex:annotation:1.0'

implementation 'com.google.code.gson:gson:2.8.6'
Expand Down

0 comments on commit ab2c1d4

Please sign in to comment.