8000 Add Android Studio's Solution · onesimplecoder/wechat@b4c2654 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit b4c2654

Browse files
author
Juns Alen
committed
Add Android Studio's Solution
thanks to @kongda's contribution!
1 parent 03e2277 commit b4c2654

File tree

561 files changed

+24519
-4394
lines changed
  • interfaces
  • zxing
  • jniLibs
  • res
  • layout
  • layout-xhdpi
  • raw
  • values
  • values-en
  • values-xhdpi
  • gradle/wrapper
  • Some content is hidden

    Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

    561 files changed

    +24519
    -4394
    lines changed
    Lines changed: 36 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -0,0 +1,36 @@
    1+
    apply plugin: 'com.android.application'
    2+
    3+
    android {
    4+
    compileSdkVersion 17
    5+
    buildToolsVersion "21.1.2"
    6+
    7+
    defaultConfig {
    8+
    applicationId "com.juns.wechat"
    9+
    minSdkVersion 11
    10+
    targetSdkVersion 21
    11+
    }
    12+
    13+
    buildTypes {
    14+
    release {
    15+
    minifyEnabled false
    16+
    proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
    17+
    }
    18+
    }
    19+
    }
    20+
    21+
    dependencies {
    22+
    compile 'com.android.support:appcompat-v7:18.0.0'
    23+
    compile 'com.android.support:support-v4:18.0.0'
    24+
    compile files('libs/JsonUtils.jar')
    25+
    compile files('libs/JunsNetHelper.jar')
    26+
    compile files('libs/afinal-0.3.32-bin.jar')
    27+
    compile files('libs/baidumapapi_v3_2_0.jar')
    28+
    compile files('libs/easemobchat_2.1.5.jar')
    29+
    compile files('libs/httpmime-4.1.3.jar')
    30+
    compile files('libs/locSDK_3.3.jar')
    31+
    compile files('libs/pinyin4j-2.5.0.jar')
    32+
    compile files('libs/pushservice-4.4.0.71.jar')
    33+
    compile files('libs/umeng-analytics-v5.2.4.jar')
    34+
    compile files('libs/universal-image-loader-1.8.7-snapshot-with-sources.jar')
    35+
    compile files('libs/zxing-1.6.jar')
    36+
    }
    Binary file not shown.
    Binary file not shown.
    Binary file not shown.
    Binary file not shown.
    Binary file not shown.
    Binary file not shown.
    Binary file not shown.
    Binary file not shown.
    Binary file not shown.
    Binary file not shown.
    Binary file not shown.

    0 commit comments

    Comments
     (0)
    0