Browse Source

no message

developer
lh 8 years ago
parent
commit
41772694cd
2 changed files with 10 additions and 0 deletions
  1. +1
    -0
      .idea/modules.xml
  2. +9
    -0
      app/build.gradle

+ 1
- 0
.idea/modules.xml View File

@ -3,6 +3,7 @@
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/Ytzh.iml" filepath="$PROJECT_DIR$/Ytzh.iml" />
<module fileurl="file://$PROJECT_DIR$/Ytzh_Android.iml" filepath="$PROJECT_DIR$/Ytzh_Android.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
<module fileurl="file://$PROJECT_DIR$/jsonrpc/jsonrpc.iml" filepath="$PROJECT_DIR$/jsonrpc/jsonrpc.iml" />
</modules>


+ 9
- 0
app/build.gradle View File

@ -27,17 +27,26 @@ dependencies {
})
compile 'com.android.support:appcompat-v7:26.+'
testCompile 'junit:junit:4.12'
///<
compile 'com.jakewharton:butterknife:8.4.0'
apt 'com.jakewharton:butterknife-compiler:8.4.0'
///<
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.android.support:support-v4:26.0.0-alpha1'
compile 'com.android.support:design:26.0.0-alpha1'
///< 广
compile 'org.greenrobot:eventbus:3.0.0'
///<
compile 'com.umeng.analytics:analytics:latest.integration'
///<
compile 'pub.devrel:easypermissions:0.2.1'
compile 'com.google.code.gson:gson:2.8.1'
///<
compile 'org.litepal.android:core:1.3.0'
///<
compile 'com.journeyapps:zxing-android-embedded:3.5.0'
compile 'com.google.zxing:core:3.3.0'
///<
compile 'com.youth.banner:banner:1.4.10'
compile project(':jsonrpc')
}

Loading…
Cancel
Save