Skip to content

Commit 738d485

Browse files
authored
Merge pull request #44 from Esri/puneet/updateHttpToHttps_bintray
update http to https
2 parents cc70cee + 0c3089a commit 738d485

45 files changed

Lines changed: 50 additions & 45 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

RELEASE.md

Lines changed: 5 additions & 0 deletions

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ buildscript {
1616
allprojects {
1717
repositories {
1818
jcenter()
19-
maven { url 'https://esri.bintray.com/arcgis' }
20-
maven { url 'http://olympus.esri.com/artifactory/arcgisruntime-repo/' }
19+
maven { url 'https://esri.jfrog.io/artifactory/arcgis' }
20+
maven { url 'https://olympus.esri.com/artifactory/arcgisruntime-repo/' }
2121
google()
2222
}
2323
}

mapbook-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
99
versionCode 1
10-
versionName '1.0.8'
10+
versionName '1.0.9'
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {

mapbook-app/src/main/java/com/esri/arcgisruntime/opensourceapps/mapbook/ApplicationComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at
66
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
7+
* https://www.apache.org/licenses/LICENSE-2.0
88
*
99
* Unless required by applicable law or agreed to in writing, software
1010
* distributed under the License is distributed on an "AS IS" BASIS,

mapbook-app/src/main/java/com/esri/arcgisruntime/opensourceapps/mapbook/ApplicationModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at
66
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
7+
* https://www.apache.org/licenses/LICENSE-2.0
88
*
99
* Unless required by applicable law or agreed to in writing, software
1010
* distributed under the License is distributed on an "AS IS" BASIS,

mapbook-app/src/main/java/com/esri/arcgisruntime/opensourceapps/mapbook/BasePresenter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at
66
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
7+
* https://www.apache.org/licenses/LICENSE-2.0
88
*
99
* Unless required by applicable law or agreed to in writing, software
1010
* distributed under the License is distributed on an "AS IS" BASIS,

mapbook-app/src/main/java/com/esri/arcgisruntime/opensourceapps/mapbook/BaseView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at
66
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
7+
* https://www.apache.org/licenses/LICENSE-2.0
88
*
99
* Unless required by applicable law or agreed to in writing, software
1010
* distributed under the License is distributed on an "AS IS" BASIS,

mapbook-app/src/main/java/com/esri/arcgisruntime/opensourceapps/mapbook/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* * you may not use this file except in compliance with the License.
66
* * You may obtain a copy of the License at
77
* *
8-
* * http://www.apache.org/licenses/LICENSE-2.0
8+
* * https://www.apache.org/licenses/LICENSE-2.0
99
* *
1010
* * Unless required by applicable law or agreed to in writing, software
1111
* * distributed under the License is distributed on an "AS IS" BASIS,

mapbook-app/src/main/java/com/esri/arcgisruntime/opensourceapps/mapbook/MapBookApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at
66
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
7+
* https://www.apache.org/licenses/LICENSE-2.0
88
*
99
* Unless required by applicable law or agreed to in writing, software
1010
* distributed under the License is distributed on an "AS IS" BASIS,

mapbook-app/src/main/java/com/esri/arcgisruntime/opensourceapps/mapbook/SplashActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at
66
*
7-
* http://www.apache.org/licenses/LICENSE-2.0
7+
* https://www.apache.org/licenses/LICENSE-2.0
88
*
99
* Unless required by applicable law or agreed to in writing, software
1010
* distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)