Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaned1as committed Sep 30, 2017
1 parent cffdec1 commit ee40029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ cache:
script:
- "./gradlew --info assembleDebug"
deploy:
skip_cleanup: true
provider: releases
api_key:
secure: bvvi+MAqOmYBi4kVY00HBofpAFLF7ehf4crpNiHMQuzvjv6nGkXQp4dhphz2HHf6rCtLbeUtVW4wmXMETjiF4reWsC01ee+qvdiTqmgevu5wvvHR/NRuK81fHaHIHU3Jr918HiG3wZuOibKhWtfc043GVXJsVPZobAq7IvajdfGzGooTyhgGo3JTuWjpEnB9FpPmMuoWJSWg0I49ldyO3nA7y98DvbHSrJIcM7IyrHV2+Qf3M+gZ8roJQd35rBJxG0WPzxyjOEJ69AC/wtmFqaaTnp+eQHVcvLB9OvqPL6TYxIOg5r8GkoOCgAZ0hBLo4FVP0Igi1ninoU3T7DDrAjmjCA/mjlSRUnOjA1/27EW/Lx3CjJReRKaxayfK6IXiIo5CdY5vYiPCX8+1uPMNx7Nqp3OUybJyFoCE0eblDy3Zb/CrmumJ4uhmKgtOlTJsh66BvJoZhStziEU2QYTza6qNOqUzMS37Lt0uO7vYJPOiMnhABTFYccTqS8psUgQKRGRh1jacQFSN7m5a/C0RN2URlBouPdNQkVMhmy1/Qrxm/iWe4z7JOXKslFjVUVvgeU2KPdDmNIRrGyW/0gsQ4Knid6wAZFmBOAfOW7C3m8TSMENYe9r78Q7wwpQu4z/ieKmi/x9S+6mRU2U76mpVxmKU5nSjCaYaK4U3Cld+QFI=
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.kanedias.vanilla.audiotag"
minSdkVersion 14
targetSdkVersion 25
versionCode 11
versionName "1.2.2"
versionCode 12
versionName "1.2.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit ee40029

Please sign in to comment.