X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=0850d9223154e1cee9bde5d0fac2ffba29a83aeb;hb=5bcf4ca90f27512b94fb7aca4fad37b4e4774655;hp=208ca35a43b2fef917821c76151e367bab6824fa;hpb=aeb0d3aa4aef1c48fcbf951f816d5d750d87c814;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index 208ca35a..0850d922 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright 2016-2017 Soren Stoutner . + * Copyright © 2016-2017 Soren Stoutner . * * This file is part of Privacy Browser . * @@ -21,12 +21,12 @@ apply plugin: 'com.android.application' android { compileSdkVersion 25 - buildToolsVersion "25.0.2" + buildToolsVersion "25.0.3" defaultConfig { minSdkVersion 19 targetSdkVersion 25 - versionCode 21 - versionName "2.1" + versionCode 23 + versionName "2.3" } buildTypes {