File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 23
5
- buildToolsVersion " 23.0.2"
6
-
4
+ compileSdkVersion 24
5
+ buildToolsVersion " 24.0.0"
7
6
defaultConfig {
8
7
applicationId " sun.bob.leela"
9
8
minSdkVersion 16
10
- targetSdkVersion 23
9
+ targetSdkVersion 24
11
10
versionCode 1
12
- versionName " 1.0 "
11
+ versionName " 1.1 "
13
12
renderscriptSupportModeEnabled true
13
+ resConfigs " en" , " zh"
14
14
}
15
15
buildTypes {
16
16
release {
17
17
minifyEnabled false
18
- proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
19
18
}
20
19
}
20
+ productFlavors {
21
+ }
21
22
}
22
23
23
24
dependencies {
24
25
compile fileTree(include : [' *.jar' ], dir : ' libs' )
25
26
testCompile ' junit:junit:4.12'
26
27
compile project(' :material-intro' )
27
- compile ' com.android.support:appcompat-v7:23.2.1'
28
- compile ' com.android.support:design:23.2.1'
29
- compile ' com.android.support:support-v4:23.2.1'
30
- compile ' com.android.support:cardview-v7:23.2.1'
31
-
28
+ compile ' com.android.support:appcompat-v7:24.2.1'
29
+ compile ' com.android.support:design:24.2.1'
30
+ compile ' com.android.support:support-v4:24.2.1'
31
+ compile ' com.android.support:cardview-v7:24.2.1'
32
32
compile ' de.greenrobot:eventbus:2.4.0'
33
33
compile ' de.greenrobot:greendao:2.0.0'
34
-
35
34
compile ' com.lyft:scissors:1.0.3'
36
35
compile ' com.hanks.animatecheckbox:library:0.1'
37
36
compile ' com.squareup.picasso:picasso:2.5.2'
Original file line number Diff line number Diff line change 33
33
android : theme =" @style/AppTheme.NoActionBar" />
34
34
<activity
35
35
android : name =" .ui.activities.DetailActivity"
36
- android : label =" @null"
37
36
android : screenOrientation =" portrait"
38
37
android : theme =" @style/AppTheme.NoActionBar" />
39
38
<activity
71
70
android : windowSoftInputMode =" stateHidden|adjustPan" />
72
71
<activity
73
72
android : name =" .ui.activities.SetMasterPasswordActivity"
74
- android : label =" @null"
75
73
android : theme =" @style/AppTheme.NoActionBar"
76
74
android : screenOrientation =" portrait"
77
75
android : windowSoftInputMode =" stateHidden|adjustPan" />
104
102
105
103
<activity
106
104
android : name =" .ui.activities.DialogAcctList"
107
- android : label =" @null"
108
105
android : screenOrientation =" portrait"
109
106
android : theme =" @style/AppCompatAlertDialogStyle" />
110
107
<activity
You can’t perform that action at this time.
0 commit comments