beautify NodeInfoView
This commit is contained in:
@@ -78,21 +78,39 @@ dependencies {
|
||||
exclude group: 'com.android.support', module: 'support-annotations'
|
||||
})
|
||||
testCompile 'junit:junit:4.12'
|
||||
// LeakCanary (a memory leak tracer)
|
||||
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5'
|
||||
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
|
||||
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'
|
||||
// Storio (Sqlite api library)
|
||||
annotationProcessor 'com.pushtorefresh.storio:sqlite-annotations-processor:1.12.3'
|
||||
compile 'com.pushtorefresh.storio:sqlite-annotations:1.12.3'
|
||||
// Android Annotations
|
||||
annotationProcessor "org.androidannotations:androidannotations:$AAVersion"
|
||||
compile "org.androidannotations:androidannotations-api:$AAVersion"
|
||||
// ButterKnife
|
||||
compile 'com.jakewharton:butterknife:8.6.0'
|
||||
annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0'
|
||||
// Android supports
|
||||
compile 'com.android.support:appcompat-v7:25.3.0'
|
||||
compile 'com.android.support:design:25.1.0'
|
||||
compile 'com.android.support:design:25.3.0'
|
||||
compile 'com.android.support:multidex:1.0.1'
|
||||
// Personal libraries
|
||||
compile 'com.github.hyb1996:MutableTheme:0.2.2'
|
||||
compile 'com.github.hyb1996:EnhancedFloaty:0.17'
|
||||
// Material Dialogs
|
||||
compile 'com.afollestad.material-dialogs:core:0.9.2.3'
|
||||
// Gson
|
||||
compile 'com.google.code.gson:gson:2.8.0'
|
||||
// Common Markdown
|
||||
compile 'com.github.atlassian:commonmark-java:commonmark-parent-0.9.0'
|
||||
// AlipayZeroSdk
|
||||
compile 'moe.feng:AlipayZeroSdk:1.1'
|
||||
// Console
|
||||
compile 'com.jraska:console:0.4.3'
|
||||
// Android issue reporter (a github issue reporter)
|
||||
compile 'com.heinrichreimersoftware:android-issue-reporter:1.3.1'
|
||||
compile 'de.codecrafters.tableview:tableview:2.5.0'
|
||||
//
|
||||
compile group: "pl.openrnd.android", name: "multi-level-listview", version: "1.0.1"
|
||||
compile 'de.psdev.licensesdialog:licensesdialog:1.8.1'
|
||||
compile 'io.mattcarroll.hover:hover:0.9.7'
|
||||
@@ -101,10 +119,8 @@ dependencies {
|
||||
// Tasker Plugin
|
||||
compile group: 'com.twofortyfouram', name: 'android-plugin-client-sdk-for-locale', version: '[4.0.2, 5.0['
|
||||
compile 'com.android.volley:volley:1.0.0'
|
||||
compile 'com.github.hyb1996:EnhancedFloaty:0.17'
|
||||
compile 'com.flurry.android:analytics:7.0.0@aar'
|
||||
compile 'com.pushtorefresh.storio:sqlite:1.12.3'
|
||||
compile 'com.android.support:multidex:1.0.1'
|
||||
// Terminal emulator
|
||||
compile(name: 'libtermexec-release', ext: 'aar')
|
||||
compile(name: 'emulatorview-release', ext: 'aar')
|
||||
|
||||
Reference in New Issue
Block a user