Skip to content

Commit

Permalink
Released 1.0.3 ; Prepared for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed Sep 3, 2017
1 parent da6a1eb commit c0ae404
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
minSdkVersion minSdk
targetSdkVersion targetSdk
targetSdkVersion targetSdk
versionCode 4
versionName "1.0.3"
versionCode 5
versionName "1.0.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down
2 changes: 1 addition & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":3},"path":"app-release.apk","properties":{"packageId":"de.droidcon.berlin2017","split":"","minSdkVersion":"21"}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":4},"path":"app-release.apk","properties":{"packageId":"de.droidcon.berlin2017","split":"","minSdkVersion":"21"}}]

0 comments on commit c0ae404

Please sign in to comment.