Skip to content

Commit

Permalink
remove gradle dep lockfile thru nebula
Browse files Browse the repository at this point in the history
  • Loading branch information
drewvolz committed Sep 7, 2024
1 parent 64a6d73 commit 3856b20
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 162 deletions.
3 changes: 0 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// this plugin adapts the gradle build for android apps
apply plugin: 'com.android.application'
apply plugin: 'com.facebook.react'
// this plugin applies dependency locking to gradle dependencies
apply plugin: 'nebula.dependency-lock'


/**
Expand Down Expand Up @@ -183,7 +181,6 @@ dependencies {

dependencyLocking {
lockAllConfigurations()
// lockMode = LockMode.STRICT
}

project.ext.vectoricons = [
Expand Down
2 changes: 0 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,12 @@ buildscript {
repositories {
google()
mavenCentral()
maven { url = uri("https://plugins.gradle.org/m2/") }
}

dependencies {
classpath('com.android.tools.build:gradle')
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.netflix.nebula:gradle-dependency-lock-plugin:12.7.1")
}

configurations.classpath {
Expand Down
157 changes: 0 additions & 157 deletions android/buildscript-gradle.lockfile

This file was deleted.

0 comments on commit 3856b20

Please sign in to comment.