Skip to content

Commit 223402a

Browse files
committed
Use nexus instead of maven repositories
1 parent b1f0793 commit 223402a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ buildscript {
44
}
55

66
repositories {
7-
google()
8-
mavenCentral()
7+
maven { url "https://nexus.rnd.mendix.com/repository/repo1-proxy/" }
98
}
109

1110
dependencies {
@@ -65,8 +64,7 @@ android {
6564
}
6665

6766
repositories {
68-
mavenCentral()
69-
google()
67+
maven { url "https://nexus.rnd.mendix.com/repository/repo1-proxy/" }
7068
}
7169

7270
def kotlin_version = getExtOrDefault("kotlinVersion")

android/gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
MendixNative_kotlinVersion=2.0.21
2+
mendix.repo1=https://nexus.rnd.mendix.com/repository/repo1-proxy/
3+
mendix.google=https://nexus.rnd.mendix.com/repository/repo1-proxy/
24
MendixNative_minSdkVersion=29
35
MendixNative_targetSdkVersion=36
46
MendixNative_compileSdkVersion=36

0 commit comments

Comments
 (0)