edb1d5fe82
Generated by create-expo-module 56.0.3.
19 lines
297 B
Groovy
19 lines
297 B
Groovy
plugins {
|
|
id 'com.android.library'
|
|
id 'expo-module-gradle-plugin'
|
|
}
|
|
|
|
group = 'cz.jzitnik.jecnaapireactnative'
|
|
version = '0.1.0'
|
|
|
|
android {
|
|
namespace "cz.jzitnik.jecnaapireactnative"
|
|
defaultConfig {
|
|
versionCode 1
|
|
versionName "0.1.0"
|
|
}
|
|
lintOptions {
|
|
abortOnError false
|
|
}
|
|
}
|