Skip to content

Commit

Permalink
Bump app version to 1.5.4(89)
Browse files Browse the repository at this point in the history
  • Loading branch information
czorek committed Mar 6, 2019
1 parent d82b863 commit 0eee24b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>

<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="pl.llp.aircasting" android:versionCode="88" android:versionName="1.5.3">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="pl.llp.aircasting" android:versionCode="89" android:versionName="1.5.4">

<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="26" />

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId 'pl.llp.aircasting'
minSdkVersion 21
targetSdkVersion 26
versionCode 88
versionName "1.5.3"
versionCode 89
versionName "1.5.4"
}

buildTypes {
Expand Down

0 comments on commit 0eee24b

Please sign in to comment.