45aa1a67b0
Co-authored-by: Tomek Zawadzki <tomekzawadzki98@gmail.com> Co-authored-by: vineyardbovines <spencerfpope@gmail.com>
20 lines
338 B
Groovy
20 lines
338 B
Groovy
plugins {
|
|
id 'com.android.library'
|
|
id 'expo-module-gradle-plugin'
|
|
}
|
|
|
|
group = 'expo.modules.blueskyswissarmy'
|
|
version = '0.6.0'
|
|
|
|
android {
|
|
namespace "expo.modules.blueskyswissarmy"
|
|
defaultConfig {
|
|
versionCode 1
|
|
versionName "0.6.0"
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation("com.android.installreferrer:installreferrer:2.2")
|
|
}
|