Changeset View
Changeset View
Standalone View
Standalone View
build.gradle
| buildscript { | buildscript { | ||||
| repositories { | repositories { | ||||
| jcenter() | jcenter() | ||||
| maven { url 'https://maven.google.com' } | maven { url 'https://maven.google.com' } | ||||
| google() | google() | ||||
| } | } | ||||
| dependencies { | dependencies { | ||||
| classpath 'com.android.tools.build:gradle:4.0.0' | classpath 'com.android.tools.build:gradle:4.0.2' | ||||
| } | } | ||||
| ext { | ext { | ||||
| //libraries versions | //libraries versions | ||||
| fragment_version = "1.2.5" | fragment_version = "1.3.0" | ||||
| activity_version = "1.1.0" | activity_version = "1.1.0" | ||||
| appcompat_version = "1.2.0" | appcompat_version = "1.2.0" | ||||
| preference_version = "1.1.1" | preference_version = "1.1.1" | ||||
| work_version = "2.4.0" | work_version = "2.5.0" | ||||
| acra_version = "5.7.0" | acra_version = "5.7.0" | ||||
| } | } | ||||
| } | } | ||||
| allprojects { | allprojects { | ||||
| repositories { | repositories { | ||||
| jcenter() | jcenter() | ||||
| maven { url 'https://maven.google.com' } | maven { url 'https://maven.google.com' } | ||||
| google() | google() | ||||
| } | } | ||||
| } | } | ||||
| apply plugin: 'com.android.application' | apply plugin: 'com.android.application' | ||||
| android { | android { | ||||
| compileSdkVersion 28 | compileSdkVersion 29 | ||||
| buildToolsVersion '29.0.3' | buildToolsVersion '29.0.3' | ||||
| defaultConfig { | defaultConfig { | ||||
| applicationId "it.reyboz.bustorino" | applicationId "it.reyboz.bustorino" | ||||
| minSdkVersion 14 | minSdkVersion 14 | ||||
| targetSdkVersion 28 | targetSdkVersion 29 | ||||
| versionCode 31 | versionCode 31 | ||||
| versionName "1.14" | versionName "1.14" | ||||
| vectorDrawables.useSupportLibrary = true | vectorDrawables.useSupportLibrary = true | ||||
| } | } | ||||
| compileOptions { | compileOptions { | ||||
| sourceCompatibility JavaVersion.VERSION_1_8 | sourceCompatibility JavaVersion.VERSION_1_8 | ||||
| targetCompatibility JavaVersion.VERSION_1_8 | targetCompatibility JavaVersion.VERSION_1_8 | ||||
| Show All 33 Lines | dependencies { | ||||
| implementation "androidx.annotation:annotation:1.1.0" | implementation "androidx.annotation:annotation:1.1.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.2.1' | implementation 'com.google.android.material:material:1.3.0' | ||||
| 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.1.1' | implementation 'com.android.volley:volley:1.1.1' | ||||
| implementation 'org.osmdroid:osmdroid-android:6.1.8' | implementation 'org.osmdroid:osmdroid-android:6.1.8' | ||||
| // 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" | ||||
| } | } | ||||
| } | } | ||||
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