Skip to content

Commit 632911c

Browse files
authored
Merge pull request #1083 from NativeScript/trifonov/use-default-google
Use google repository as primary
2 parents e4939f9 + 237028c commit 632911c

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
4.1.3
2+
==
3+
4+
## Bug Fixes
5+
6+
- Use google repository as primary gradle repository
7+
18
4.1.2
29
==
310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tns-android",
33
"description": "NativeScript Runtime for Android",
4-
"version": "4.1.2",
4+
"version": "4.1.3",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/NativeScript/android-runtime.git"

test-app/build-tools/android-metadata-generator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ targetCompatibility = JavaVersion.VERSION_1_6
1212

1313
buildscript {
1414
repositories {
15-
jcenter()
1615
google()
16+
jcenter()
1717
}
1818

1919
dependencies {

test-app/build-tools/static-binding-generator/runtests.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ apply plugin: 'java-library'
44
defaultTasks 'runSbg'
55

66
repositories {
7-
jcenter()
87
google()
8+
jcenter()
99
}
1010

1111
dependencies {

test-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
buildscript {
44

55
repositories {
6-
jcenter()
76
google()
7+
jcenter()
88
}
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:3.1.2'

0 commit comments

Comments
 (0)