Skip to content

Commit

Permalink
fixing http url; incrementing version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Swati4star committed Oct 19, 2018
1 parent a6ec186 commit 25ed727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "io.github.project_travel_mate"
minSdkVersion 21
targetSdkVersion 28
versionCode 17
versionName "3.9.2"
versionCode 44
versionName "5.5.0"
}

buildTypes {
Expand All @@ -33,7 +33,7 @@ android {
}

repositories {
maven { url "http://repo.commonsware.com.s3.amazonaws.com" }
maven { url "https://repo.commonsware.com.s3.amazonaws.com" }
maven { url "https://jitpack.io" }
mavenCentral()
}
Expand Down

0 comments on commit 25ed727

Please sign in to comment.