Skip to content

Commit

Permalink
Increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabiszewski committed Mar 27, 2017
1 parent 28d333f commit 4fda9d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jdk: oraclejdk8
android:
components:
- tools
- build-tools-25.0.0
- build-tools-25.0.2
- platform-tools
- extra-android-m2repository
- extra-google-android-support
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion '25.0.0'
buildToolsVersion '25.0.2'

defaultConfig {
applicationId "net.fabiszewski.ulogger"
minSdkVersion 10
targetSdkVersion 25
versionCode 1
versionName "1.0"
versionCode 101
versionName "1.1"
}

buildTypes {
Expand Down

0 comments on commit 4fda9d2

Please sign in to comment.