Commit 4fda9d29 authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

Increase version number

parent 28d333f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+3 −3
Original line number Diff line number Diff line
@@ -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 {