Skip to content
This repository was archived by the owner on Sep 22, 2018. It is now read-only.

Commit 2afd448

Browse files
author
Peter Cai
committed
122
1 parent 193c586 commit 2afd448

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "us.shandian.blacklight"
1313
minSdkVersion 15
1414
targetSdkVersion 21
15-
versionCode 28
16-
versionName "1.2.1"
15+
versionCode 29
16+
versionName "1.2.2"
1717
}
1818
buildTypes {
1919
release {

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
-->
2020
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2121
package="us.shandian.blacklight"
22-
android:versionCode="28"
23-
android:versionName="1.2.1" >
22+
android:versionCode="29"
23+
android:versionName="1.2.2" >
2424

2525
<uses-sdk
2626
android:minSdkVersion="15"

0 commit comments

Comments
 (0)