Commit 0ed05426 authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

Increase version

parent adc91083
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -16,9 +16,10 @@ android {
    defaultConfig {
        applicationId "net.fabiszewski.ulogger"
        minSdkVersion 10
        //noinspection OldTargetApi
        targetSdkVersion 25
        versionCode 105
        versionName "1.5"
        versionCode 106
        versionName "1.6"
    }

    buildTypes {