feat: Android
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
plugins {
|
||||
id 'com.android.library'
|
||||
id 'expo-module-gradle-plugin'
|
||||
id 'org.jetbrains.kotlin.android'
|
||||
}
|
||||
|
||||
group = 'cz.jzitnik.jecnaapireactnative'
|
||||
@@ -8,11 +9,29 @@ version = '0.1.0'
|
||||
|
||||
android {
|
||||
namespace "cz.jzitnik.jecnaapireactnative"
|
||||
compileSdk = 36
|
||||
|
||||
defaultConfig {
|
||||
versionCode 1
|
||||
versionName "0.1.0"
|
||||
minSdk = 26
|
||||
}
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += [
|
||||
'-Xskip-metadata-version-check'
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "io.github.tomhula:jecnaapi-jecna:10.3.5"
|
||||
implementation "io.github.tomhula:jecnaapi-canteen:10.3.5"
|
||||
implementation "com.google.code.gson:gson:2.14.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user