Skip to content

Commit

Permalink
Merge branch 'master' into drew/fix-unchanged-files-with-check-annota…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
drewvolz committed Sep 7, 2024
2 parents 1bb773d + a4a5ab4 commit 6ea5623
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 6ea5623

Please sign in to comment.