Skip to content

Instantly share code, notes, and snippets.

@MathiasSeguy-Android2EE
Created August 19, 2019 08:35
Show Gist options
  • Save MathiasSeguy-Android2EE/b9658ab272b9d094789cb01c8867bb04 to your computer and use it in GitHub Desktop.
Save MathiasSeguy-Android2EE/b9658ab272b9d094789cb01c8867bb04 to your computer and use it in GitHub Desktop.
Definition list of well known external libraries versions (Google excluded)
project.ext{
compileSdk = 28
// min SDK is set to 18
minSdk = 18
targetSdk = 28
//You have the definiton
//Please use the support library and use
useSupportLibVectorDrawable = true
//build var
def_time_format=getDateTime()
def_readableSchoolDate=getReadableSchoolDate()
def_branche_name=branch()
def_commit_number=commitNumber()
def_current_apk_name=apkCurrentSuffix()
def_apk_name_wrelease=apkWReleaseSuffix()
//Current libraries versions
//in your SDK manager
buildToolsVersion = "28.0.3"
//https://developer.android.com/training/testing/espresso/setup.html
//http://junit.org/junit5/
junit_junit_Version = "4.12"//->JUnit 5 is on the road need to be tested
//tests
//https://github.com/mockito/mockito/releases
orgMockito_mockitoCore_Version = "2.19.0"
//https://github.com/googlemaps/android-maps-utils/releases
comGoogleMapsAndroid_androidMapsUtils = "0.5"
// https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-jdk7
orgJetbrainsKotlin_kotlinStdlibJdk7_Version = "1.3.41"
//natural libs
//https://github.com/greenrobot/EventBus/releases
orgGreenrobot_eventbus_Version = "3.1.1"
//https://github.com/f2prateek/dart/releases
comF2prateekDart_dart_Version = "2.0.3"
comF2prateekDart_dartProcessor_Version = comF2prateekDart_dart_Version
comF2prateekDart_henson_Version = comF2prateekDart_dart_Version
comF2prateekDart_hensonProcessor_Version = comF2prateekDart_dart_Version
//http communication
//http://square.github.io/retrofit/
comSquareupRetrofit2_retrofit_Version = "2.4.0"
comSquareupRetrofit2_converterMoshi_Version = comSquareupRetrofit2_retrofit_Version
//http://square.github.io/okhttp/
comSquareupOkhttp3_okhttp_Version = "3.11.0"
comSquareupOkhttp3_loggingInterceptor_Version = comSquareupOkhttp3_okhttp_Version
//https://github.com/square/moshi/releases
comSquareupMoshi_moshi_Version = "1.7.0"
//https://github.com/square/okio/releases
comSquareupOkio_okio_Version = "1.16.0"
//https://github.com/facebook/network-connection-class/releases
comFacebookNetworkConnectionclass_connectionclass_Version = "1.0.1"
//GDirectionApiUtil
gDirectionApiUtilVersion = "1.1.0"
//debug tools
//https://github.com/square/leakcanary/releases
comSquareupLeakcanary_leakcanaryAndroidNoOp_Version = "1.6.3"
comSquareupLeakcanary_leakcanaryAndroid_Version = comSquareupLeakcanary_leakcanaryAndroidNoOp_Version
//Joda Time
jodaTimeVersion = '2.9.2'
// Batch
comBatchAndroid_batchSdk_Version="1.12+"
//https://mvnrepository.com/artifact/org.json/json
orgJson_json_Version = "20180130"
//facebook analyse tools
//http://facebook.github.io/stetho/#download
comFacebookStetho_stetho_Version = "1.5.0"
comFacebookStetho_stethoOkhttp3_Version = comFacebookStetho_stetho_Version
//MPAndroidChart Library
comGithubPhilJay_MPAndroidChart_Version = "v3.0.3"
// Picasso (Image downloading and caching)
comSquareupPicasso_picasso_Version = "2.71828"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment