Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
new point release
Browse files Browse the repository at this point in the history
  • Loading branch information
y20k committed Dec 17, 2015
1 parent e623f63 commit b872bb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.y20k.transistor"
minSdkVersion 19
targetSdkVersion 23
versionCode 9
versionName "1.1.0 (Running Gun Blues)"
versionCode 10
versionName "1.1.1 (Running Gun Blues)"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.y20k.transistor"
android:versionCode="9"
android:versionName="1.1.0 (Running Gun Blues)">
android:versionCode="10"
android:versionName="1.1.1 (Running Gun Blues)">

<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="23" />

Expand Down

0 comments on commit b872bb0

Please sign in to comment.