Skip to content

Commit

Permalink
Removing private maven from samples
Browse files Browse the repository at this point in the history
  • Loading branch information
gershnik committed Oct 9, 2021
1 parent 0aec861 commit 7e6fd58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion samples/android/kotlin-ksp/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url gradle.ext.jniGenMavenUrl }
}
}
rootProject.name = "My Application"
Expand Down
1 change: 0 additions & 1 deletion samples/common.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
gradle.ext.jniGenMavenUrl = 'https://github.com/gershnik/SimpleJNI/raw/maven'
gradle.ext.jniGenVersion = '3.5'
gradle.ext.cmakeVersion = '3.18.1'
gradle.ext.compileSdk = 30
Expand Down

0 comments on commit 7e6fd58

Please sign in to comment.