Skip to content

Commit 25ed727

Browse files
committed
fixing http url; incrementing version code
1 parent a6ec186 commit 25ed727

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Android/app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
applicationId "io.github.project_travel_mate"
1010
minSdkVersion 21
1111
targetSdkVersion 28
12-
versionCode 17
13-
versionName "3.9.2"
12+
versionCode 44
13+
versionName "5.5.0"
1414
}
1515

1616
buildTypes {
@@ -33,7 +33,7 @@ android {
3333
}
3434

3535
repositories {
36-
maven { url "http://repo.commonsware.com.s3.amazonaws.com" }
36+
maven { url "https://repo.commonsware.com.s3.amazonaws.com" }
3737
maven { url "https://jitpack.io" }
3838
mavenCentral()
3939
}

0 commit comments

Comments
 (0)