2014-07-03 13:48:39 +08:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
buildscript {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
2017-10-21 01:39:48 +08:00
|
|
|
google()
|
2015-11-05 18:55:03 +08:00
|
|
|
maven { url 'https://plugins.gradle.org/m2/' }
|
2014-07-03 13:48:39 +08:00
|
|
|
}
|
|
|
|
dependencies {
|
2018-09-03 11:39:57 +08:00
|
|
|
classpath 'com.android.tools.build:gradle:3.1.4'
|
2014-07-03 13:48:39 +08:00
|
|
|
// NOTE: Do not place your application dependencies here; they belong
|
|
|
|
// in the individual module build.gradle files
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
allprojects {
|
2017-06-09 23:09:04 +08:00
|
|
|
|
2017-09-01 00:58:23 +08:00
|
|
|
ext {
|
2017-06-09 23:09:04 +08:00
|
|
|
projectGroupId = 'org.mariotaku.twidere'
|
2017-12-28 18:26:06 +08:00
|
|
|
projectVersionCode = 397
|
2017-11-30 14:24:49 +08:00
|
|
|
projectVersionName = '4.0.0-SNAPSHOT'
|
2017-09-05 17:00:01 +08:00
|
|
|
|
2017-11-16 00:32:41 +08:00
|
|
|
globalCompileSdkVersion = 27
|
2018-03-12 01:54:43 +08:00
|
|
|
globalBuildToolsVersion = '27.0.3'
|
2017-06-09 23:09:04 +08:00
|
|
|
}
|
|
|
|
|
2014-07-03 13:48:39 +08:00
|
|
|
repositories {
|
2016-04-27 18:51:06 +08:00
|
|
|
mavenLocal()
|
2014-07-03 13:48:39 +08:00
|
|
|
jcenter()
|
2017-10-21 01:39:48 +08:00
|
|
|
google()
|
2017-09-01 00:58:23 +08:00
|
|
|
maven { url 'https://jitpack.io' }
|
2014-11-21 11:00:46 +08:00
|
|
|
}
|
2015-03-11 22:15:32 +08:00
|
|
|
|
2015-11-22 22:55:29 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
subprojects {
|
2016-12-07 17:50:44 +08:00
|
|
|
buildscript {
|
2017-02-28 21:30:18 +08:00
|
|
|
ext {
|
2018-08-02 17:23:20 +08:00
|
|
|
kotlinVersion = '1.2.51'
|
2017-06-20 09:42:36 +08:00
|
|
|
pluginVersions = [
|
|
|
|
AndroidSvgDrawable: '3.0.0',
|
2017-09-23 22:11:09 +08:00
|
|
|
PlayServices : '3.1.1',
|
2017-06-20 09:42:36 +08:00
|
|
|
]
|
2017-03-04 13:02:41 +08:00
|
|
|
libVersions = [
|
2017-10-13 19:33:14 +08:00
|
|
|
Kotlin : "${kotlinVersion}",
|
2018-03-12 01:54:43 +08:00
|
|
|
MultiDex : '1.0.3',
|
2018-05-01 12:48:36 +08:00
|
|
|
SupportLib : '27.1.1',
|
2017-10-13 19:33:14 +08:00
|
|
|
SupportTest : '1.0.0',
|
2017-12-13 20:24:59 +08:00
|
|
|
MariotakuCommons : '0.9.22',
|
2017-11-17 14:58:51 +08:00
|
|
|
RestFu : '0.9.61',
|
2017-10-13 19:33:14 +08:00
|
|
|
ObjectCursor : '0.9.21',
|
2018-05-01 12:48:36 +08:00
|
|
|
PlayServices : '15.0.0',
|
2017-10-19 21:43:04 +08:00
|
|
|
PlayBilling : '1.0',
|
2017-10-13 19:33:14 +08:00
|
|
|
MapsUtils : '0.5',
|
|
|
|
DropboxCoreSdk : '3.0.3',
|
|
|
|
GoogleDriveApi : 'v3-rev81-1.22.0',
|
2018-03-26 22:46:23 +08:00
|
|
|
Exoplayer : '2.6.0',
|
2017-10-13 19:33:14 +08:00
|
|
|
Toro : '2.1.0',
|
|
|
|
LoganSquare : '1.3.7',
|
|
|
|
Mime4J : '0.7.2',
|
2018-03-12 01:54:43 +08:00
|
|
|
OkHttp : '3.10.0',
|
2017-10-13 19:33:14 +08:00
|
|
|
Stetho : '1.5.0',
|
|
|
|
OSMDroid : '5.6.5',
|
|
|
|
TwitterText : '1.14.7',
|
|
|
|
MediaViewerLibrary : '0.9.23',
|
|
|
|
MultiValueSwitch : '0.9.8',
|
2018-04-15 22:19:18 +08:00
|
|
|
PickNCrop : '0.9.28',
|
2017-10-13 19:33:14 +08:00
|
|
|
AndroidGIFDrawable : '1.2.6',
|
2018-03-26 22:46:23 +08:00
|
|
|
KPreferences : '0.9.8',
|
2017-10-13 19:33:14 +08:00
|
|
|
Kovenant : '3.3.0',
|
|
|
|
ParcelablePlease : '1.0.2',
|
2018-03-12 01:54:43 +08:00
|
|
|
Chameleon : '0.9.26',
|
2018-03-26 22:46:23 +08:00
|
|
|
UniqR : '0.9.10',
|
2017-12-19 12:01:36 +08:00
|
|
|
SQLiteQB : '0.9.18',
|
2018-03-26 22:46:23 +08:00
|
|
|
Glide : '4.6.1',
|
|
|
|
GlideOkHttp3 : '4.6.1',
|
2018-04-15 22:19:18 +08:00
|
|
|
AndroidImageCropper : '2.7.0',
|
2017-10-13 19:33:14 +08:00
|
|
|
ExportablePreferences : '0.9.7',
|
|
|
|
ACRA : '4.9.2',
|
2017-11-06 19:09:14 +08:00
|
|
|
AbstractTask : '0.9.8',
|
2017-10-13 19:33:14 +08:00
|
|
|
Dagger : '2.11',
|
2018-05-01 12:48:36 +08:00
|
|
|
StethoBeanShellREPL : '0.5',
|
2018-03-26 22:46:23 +08:00
|
|
|
ArchLifecycleExtensions: '1.1.1',
|
2018-05-14 01:19:14 +08:00
|
|
|
ArchPaging : '1.0.0',
|
2018-05-17 01:19:46 +08:00
|
|
|
Room : '1.1.0',
|
2018-05-14 01:19:14 +08:00
|
|
|
ConstraintLayout : '1.1.0',
|
2018-05-25 21:07:28 +08:00
|
|
|
MessageBubbleView : '2.4',
|
2018-06-07 21:45:30 +08:00
|
|
|
WorkManager : '1.0.0-alpha02',
|
2017-03-04 13:02:41 +08:00
|
|
|
]
|
2015-11-25 20:14:18 +08:00
|
|
|
|
2015-11-22 22:55:29 +08:00
|
|
|
}
|
2015-11-22 23:38:11 +08:00
|
|
|
|
2015-11-22 22:55:29 +08:00
|
|
|
}
|
2015-11-22 23:38:11 +08:00
|
|
|
|
2015-11-22 23:29:00 +08:00
|
|
|
}
|