We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这样阅读起来确实很优雅,蛋不会是手动对齐的吧?
ext {
android = [compileSdkVersion: 23, buildToolsVersion: "23.0.2", applicationId : "me.storm.ninegag", minSdkVersion : 14, targetSdkVersion : 22, versionCode : 2, versionName : "1.1.0"] dependencies = ["support-v4" : 'com.android.support:support-v4:23.1.1', "appcompat-v7" : 'com.android.support:appcompat-v7:23.1.1', "design" : 'com.android.support:design:23.1.1', "cardview-v7" : 'com.android.support:cardview-v7:23.1.1', "recyclerview-v7" : 'com.android.support:recyclerview-v7:23.1.1', "multidex" : "com.android.support:multidex:1.0.+", "butterknife" : 'com.jakewharton:butterknife:7.0.1', "volley" : 'com.mcxiaoke.volley:library:1.0.19', "okhttp" : 'com.squareup.okhttp:okhttp:2.7.0', "okhttp-urlconnection" : 'com.squareup.okhttp:okhttp-urlconnection:2.7.0', "leakcanary" : 'com.squareup.leakcanary:leakcanary-android:1.3.1', "glide" : 'com.github.bumptech.glide:glide:3.6.1', "glide-okhttp-integration" : 'com.github.bumptech.glide:okhttp-integration:1.3.1', "foldable-layout" : 'com.alexvasilkov:foldable-layout:1.0.1', "etsy-grid" : 'com.etsy.android.grid:library:1.0.5']
}
The text was updated successfully, but these errors were encountered:
好像官方是不推荐这样的对齐方式的。如果你一定要对齐成这样,可以在对齐规则里设置
Sorry, something went wrong.
好像AS默认格式化就这样
No branches or pull requests
这样阅读起来确实很优雅,蛋不会是手动对齐的吧?
ext {
}
The text was updated successfully, but these errors were encountered: