Changeset View
Changeset View
Standalone View
Standalone View
build.gradle
| Show First 20 Lines • Show All 45 Lines • ▼ Show 20 Lines | |||||
| apply plugin: 'kotlin-kapt' | apply plugin: 'kotlin-kapt' | ||||
| android { | android { | ||||
| compileSdkVersion 29 | compileSdkVersion 29 | ||||
| buildToolsVersion '29.0.3' | buildToolsVersion '29.0.3' | ||||
| defaultConfig { | defaultConfig { | ||||
| applicationId "it.reyboz.bustorino" | applicationId "it.reyboz.bustorino" | ||||
| minSdkVersion 15 | minSdkVersion 16 | ||||
| targetSdkVersion 29 | targetSdkVersion 29 | ||||
| versionCode 35 | versionCode 35 | ||||
| versionName "1.15.4" | versionName "1.15.4" | ||||
| vectorDrawables.useSupportLibrary = true | vectorDrawables.useSupportLibrary = true | ||||
| multiDexEnabled true | multiDexEnabled true | ||||
| } | } | ||||
| compileOptions { | compileOptions { | ||||
| Show All 35 Lines | dependencies { | ||||
| implementation "androidx.annotation:annotation:1.2.0" | implementation "androidx.annotation:annotation:1.2.0" | ||||
| implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" | implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" | ||||
| implementation "androidx.appcompat:appcompat:$appcompat_version" | implementation "androidx.appcompat:appcompat:$appcompat_version" | ||||
| implementation "androidx.appcompat:appcompat-resources:$appcompat_version" | implementation "androidx.appcompat:appcompat-resources:$appcompat_version" | ||||
| implementation "androidx.preference:preference:$preference_version" | implementation "androidx.preference:preference:$preference_version" | ||||
| implementation "androidx.work:work-runtime:$work_version" | implementation "androidx.work:work-runtime:$work_version" | ||||
| implementation "com.google.android.material:material:1.4.0" | implementation "com.google.android.material:material:1.4.0" | ||||
| implementation 'androidx.constraintlayout:constraintlayout:2.0.4' | implementation 'androidx.constraintlayout:constraintlayout:2.1.1' | ||||
| implementation 'org.jsoup:jsoup:1.13.1' | implementation 'org.jsoup:jsoup:1.13.1' | ||||
| implementation 'com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.1' | implementation 'com.readystatesoftware.sqliteasset:sqliteassethelper:2.0.1' | ||||
| implementation 'com.android.volley:volley:1.2.0' | implementation 'com.android.volley:volley:1.2.1' | ||||
| implementation 'org.osmdroid:osmdroid-android:6.1.10' | implementation 'org.osmdroid:osmdroid-android:6.1.10' | ||||
| // ACRA | // ACRA | ||||
| implementation "ch.acra:acra-mail:$acra_version" | implementation "ch.acra:acra-mail:$acra_version" | ||||
| implementation "ch.acra:acra-dialog:$acra_version" | implementation "ch.acra:acra-dialog:$acra_version" | ||||
| // google transit realtime | // google transit realtime | ||||
| implementation 'com.google.protobuf:protobuf-java:3.14.0' | implementation 'com.google.protobuf:protobuf-java:3.14.0' | ||||
| Show All 17 Lines | |||||
| } | } | ||||
| dependencies { | dependencies { | ||||
| implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" | implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" | ||||
| api "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version" | api "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version" | ||||
| api "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version" | api "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version" | ||||
| } | } | ||||
| No newline at end of file | No newline at end of file | ||||
Public contents are in Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) or GNU Free Documentation License (at your option) unless otherwise noted. · Contact / Register