2014-07-03 07:48:39 +02:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
buildscript {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
2015-11-05 11:55:03 +01:00
|
|
|
maven { url 'https://plugins.gradle.org/m2/' }
|
2017-08-13 18:29:20 +02:00
|
|
|
maven { url 'https://maven.google.com' }
|
2014-07-03 07:48:39 +02:00
|
|
|
}
|
|
|
|
dependencies {
|
2017-09-18 07:28:36 +02:00
|
|
|
classpath 'com.android.tools.build:gradle:3.0.0-beta6'
|
2014-07-03 07:48:39 +02:00
|
|
|
// NOTE: Do not place your application dependencies here; they belong
|
|
|
|
// in the individual module build.gradle files
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
allprojects {
|
2017-06-09 17:09:04 +02:00
|
|
|
|
2017-08-31 18:58:23 +02:00
|
|
|
ext {
|
2017-06-09 17:09:04 +02:00
|
|
|
projectGroupId = 'org.mariotaku.twidere'
|
2017-10-09 07:30:47 +02:00
|
|
|
projectVersionCode = 394
|
|
|
|
projectVersionName = '3.7.0'
|
2017-09-05 11:00:01 +02:00
|
|
|
|
|
|
|
globalCompileSdkVersion = 26
|
|
|
|
globalBuildToolsVersion = '26.0.1'
|
2017-06-09 17:09:04 +02:00
|
|
|
}
|
|
|
|
|
2014-07-03 07:48:39 +02:00
|
|
|
repositories {
|
2016-04-27 12:51:06 +02:00
|
|
|
mavenLocal()
|
2014-07-03 07:48:39 +02:00
|
|
|
jcenter()
|
2017-06-18 12:17:42 +02:00
|
|
|
maven { url 'https://maven.google.com' }
|
2017-08-31 18:58:23 +02:00
|
|
|
maven { url 'https://jitpack.io' }
|
2014-11-21 04:00:46 +01:00
|
|
|
}
|
2015-03-11 15:15:32 +01:00
|
|
|
|
2015-11-22 15:55:29 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
subprojects {
|
2016-12-07 10:50:44 +01:00
|
|
|
buildscript {
|
2017-02-28 14:30:18 +01:00
|
|
|
ext {
|
2017-09-30 08:12:04 +02:00
|
|
|
kotlinVersion = '1.1.51'
|
2017-06-20 03:42:36 +02:00
|
|
|
pluginVersions = [
|
|
|
|
AndroidSvgDrawable: '3.0.0',
|
2017-09-23 16:11:09 +02:00
|
|
|
PlayServices : '3.1.1',
|
2017-06-20 03:42:36 +02:00
|
|
|
]
|
2017-03-04 06:02:41 +01:00
|
|
|
libVersions = [
|
2017-08-31 18:58:23 +02:00
|
|
|
Kotlin : "${kotlinVersion}",
|
2017-09-19 07:15:12 +02:00
|
|
|
SupportLib : '26.1.0',
|
2017-08-13 18:29:20 +02:00
|
|
|
SupportTest : '1.0.0',
|
2017-09-20 13:28:14 +02:00
|
|
|
MariotakuCommons : '0.9.20',
|
2017-09-04 08:10:39 +02:00
|
|
|
RestFu : '0.9.60',
|
2017-09-20 14:39:11 +02:00
|
|
|
ObjectCursor : '0.9.21',
|
2017-09-23 16:11:09 +02:00
|
|
|
PlayServices : '11.4.0',
|
2017-08-13 18:29:20 +02:00
|
|
|
MapsUtils : '0.5',
|
2017-07-05 08:52:32 +02:00
|
|
|
DropboxCoreSdk : '3.0.3',
|
2017-09-20 08:02:24 +02:00
|
|
|
GoogleDriveApi : 'v3-rev81-1.22.0',
|
2017-04-25 05:36:37 +02:00
|
|
|
Exoplayer : 'r2.2.0',
|
|
|
|
Toro : '2.1.0',
|
|
|
|
LoganSquare : '1.3.7',
|
|
|
|
IABv3 : '1.0.38',
|
|
|
|
Mime4J : '0.7.2',
|
2017-06-25 05:36:54 +02:00
|
|
|
OkHttp : '3.8.1',
|
|
|
|
Stetho : '1.5.0',
|
2017-09-24 16:50:37 +02:00
|
|
|
OSMDroid : '5.6.5',
|
2017-06-25 05:36:54 +02:00
|
|
|
LeakCanary : '1.5.1',
|
2017-09-20 08:02:24 +02:00
|
|
|
TwitterText : '1.14.7',
|
2017-04-25 05:36:37 +02:00
|
|
|
MediaViewerLibrary : '0.9.23',
|
|
|
|
MultiValueSwitch : '0.9.8',
|
|
|
|
PickNCrop : '0.9.27',
|
|
|
|
AndroidGIFDrawable : '1.2.6',
|
|
|
|
KPreferences : '0.9.7',
|
|
|
|
Kovenant : '3.3.0',
|
|
|
|
ParcelablePlease : '1.0.2',
|
2017-09-16 16:36:21 +02:00
|
|
|
Chameleon : '0.9.22',
|
2017-07-16 08:09:23 +02:00
|
|
|
UniqR : '0.9.4',
|
2017-04-25 05:36:37 +02:00
|
|
|
SQLiteQB : '0.9.15',
|
|
|
|
Glide : '3.7.0',
|
|
|
|
GlideOkHttp3 : '1.4.0',
|
2017-08-13 18:29:20 +02:00
|
|
|
GlideTransformations : '2.0.2',
|
|
|
|
AndroidImageCropper : '2.4.6',
|
2017-09-20 14:39:11 +02:00
|
|
|
ExportablePreferences: '0.9.7',
|
2017-05-08 14:47:28 +02:00
|
|
|
ACRA : '4.9.2',
|
2017-05-14 16:02:42 +02:00
|
|
|
AbstractTask : '0.9.5',
|
2017-09-04 08:10:39 +02:00
|
|
|
Dagger : '2.11',
|
2017-09-24 16:50:37 +02:00
|
|
|
StethoBeanShellREPL : '0.1',
|
2017-03-04 06:02:41 +01:00
|
|
|
]
|
2015-11-25 13:14:18 +01:00
|
|
|
|
2015-11-22 15:55:29 +01:00
|
|
|
}
|
2015-11-22 16:38:11 +01:00
|
|
|
|
2015-11-22 15:55:29 +01:00
|
|
|
}
|
2015-11-22 16:38:11 +01:00
|
|
|
|
2015-11-22 16:29:00 +01:00
|
|
|
}
|