8000 Fix manifest for play store · PuffOpenSource/Puff-Android@3cd681d · GitHub
[go: up one dir, main page]

Skip t 8000 o content

Commit 3cd681d

Browse files
committed
Fix manifest for play store
1 parent a1a638e commit 3cd681d

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

app/build.gradle

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,36 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 23
5-
buildToolsVersion "23.0.2"
6-
4+
compileSdkVersion 24
5+
buildToolsVersion "24.0.0"
76
defaultConfig {
87
applicationId "sun.bob.leela"
98
minSdkVersion 16
10-
targetSdkVersion 23
9+
targetSdkVersion 24
1110
versionCode 1
12-
versionName "1.0"
11+
versionName "1.1"
1312
renderscriptSupportModeEnabled true
13+
resConfigs "en", "zh"
1414
}
1515
buildTypes {
1616
release {
1717
minifyEnabled false
18-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1918
}
2019
}
20+
productFlavors {
21+
}
2122
}
2223

2324
dependencies {
2425
compile fileTree(include: ['*.jar'], dir: 'libs')
2526
testCompile 'junit:junit:4.12'
2627
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'
3232
compile 'de.greenrobot:eventbus:2.4.0'
3333
compile 'de.greenrobot:greendao:2.0.0'
34-
3534
compile 'com.lyft:scissors:1.0.3'
3635
compile 'com.hanks.animatecheckbox:library:0.1'
3736
compile 'com.squareup.picasso:picasso:2.5.2'

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
android:theme="@style/AppTheme.NoActionBar" />
3434
<activity
3535
android:name=".ui.activities.DetailActivity"
36-
android:label="@null"
3736
android:screenOrientation="portrait"
3837
android:theme="@style/AppTheme.NoActionBar" />
3938
<activity
@@ -71,7 +70,6 @@
7170
android:windowSoftInputMode="stateHidden|adjustPan" />
7271
<activity
7372
android:name=".ui.activities.SetMasterPasswordActivity"
74-
android:label="@null"
7573
android:theme="@style/AppTheme.NoActionBar"
7674
android:screenOrientation="portrait"
7775
android:windowSoftInputMode="stateHidden|adjustPan" />
@@ -104,7 +102,6 @@
104102

105103
<activity
106104
android:name=".ui.activities.DialogAcctList"
107-
android:label="@null"
108105
android:screenOrientation="portrait"
109106
android:theme="@style/AppCompatAlertDialogStyle" />
110107
<activity

0 commit comments

Comments
 (0)
0