Commit 38e7800dc36502068bd49d542975e5096db5769f
1 parent
7bbc228ed1
Exists in
master
禁用debug模式
Showing 5 changed files with 1 additions and 1 deletions Inline Diff
GameSDK-release4.3.1.aar
No preview for this file type
GameSDK-release4.3.2.aar
No preview for this file type
GameSDKDemo/build.gradle
1 | apply plugin: 'com.android.application' | 1 | apply plugin: 'com.android.application' |
2 | 2 | ||
3 | repositories { | 3 | repositories { |
4 | flatDir { | 4 | flatDir { |
5 | dirs 'libs' | 5 | dirs 'libs' |
6 | } | 6 | } |
7 | } | 7 | } |
8 | 8 | ||
9 | android { | 9 | android { |
10 | compileSdkVersion 22 | 10 | compileSdkVersion 22 |
11 | buildToolsVersion "26.0.2" | 11 | buildToolsVersion "26.0.2" |
12 | 12 | ||
13 | defaultConfig { | 13 | defaultConfig { |
14 | minSdkVersion 9 | 14 | minSdkVersion 9 |
15 | targetSdkVersion 22 | 15 | targetSdkVersion 22 |
16 | versionCode 5 | 16 | versionCode 5 |
17 | versionName "1.3" | 17 | versionName "1.3" |
18 | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | 18 | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
19 | } | 19 | } |
20 | 20 | ||
21 | buildTypes { | 21 | buildTypes { |
22 | release { | 22 | release { |
23 | minifyEnabled false | 23 | minifyEnabled false |
24 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | 24 | proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' |
25 | } | 25 | } |
26 | } | 26 | } |
27 | lintOptions { | 27 | lintOptions { |
28 | abortOnError false | 28 | abortOnError false |
29 | } | 29 | } |
30 | } | 30 | } |
31 | 31 | ||
32 | dependencies { | 32 | dependencies { |
33 | compile fileTree(dir: 'libs', include: ['*.jar']) | 33 | compile fileTree(dir: 'libs', include: ['*.jar']) |
34 | testCompile 'junit:junit:4.12' | 34 | testCompile 'junit:junit:4.12' |
35 | compile 'com.android.support:appcompat-v7:22.2.0' | 35 | compile 'com.android.support:appcompat-v7:22.2.0' |
36 | //微信 | 36 | //微信 |
37 | // compile 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+' | 37 | // compile 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+' |
38 | // compile project(':GameSDK') | 38 | // compile project(':GameSDK') |
39 | compile(name: 'GameSDK-release4.3.1', ext: 'aar') | 39 | compile(name: 'GameSDK-release4.3.2', ext: 'aar') |
40 | 40 | ||
41 | } | 41 | } |
42 | 42 |
GameSDKDemo/libs/GameSDK-release4.3.1.aar
No preview for this file type
GameSDKDemo/libs/GameSDK-release4.3.2.aar
No preview for this file type