We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f0793 commit 223402aCopy full SHA for 223402a
2 files changed
android/build.gradle
@@ -4,8 +4,7 @@ buildscript {
4
}
5
6
repositories {
7
- google()
8
- mavenCentral()
+ maven { url "https://nexus.rnd.mendix.com/repository/repo1-proxy/" }
9
10
11
dependencies {
@@ -65,8 +64,7 @@ android {
65
64
66
67
68
69
70
71
72
def kotlin_version = getExtOrDefault("kotlinVersion")
android/gradle.properties
@@ -1,4 +1,6 @@
1
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/
MendixNative_minSdkVersion=29
MendixNative_targetSdkVersion=36
MendixNative_compileSdkVersion=36
0 commit comments