Skip to content

Commit

Permalink
fix: gradle warning on podinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
achorein committed Jul 10, 2024
1 parent 97fe07d commit ae2ef72
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
apply plugin: 'com.android.library'

group = 'expo.modules.shareintent'
version = '2.0.0'

def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")

apply from: expoModulesCorePlugin
Expand All @@ -23,9 +20,9 @@ buildscript {
android {
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION

namespace "${group}"
namespace "expo.modules.shareintent"
defaultConfig {
versionCode 1
versionName "${version}"
versionName "2.0.0"
}
}

0 comments on commit ae2ef72

Please sign in to comment.