Skip to content

Commit

Permalink
Fix 25 and increase version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamuno committed Mar 13, 2019
1 parent a92ad3b commit 46ea9d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 27
buildToolsVersion "26.0.2"
buildToolsVersion "26.0.3"
defaultConfig {
applicationId "org.secuso.privacyfriendlypasswordgenerator"
minSdkVersion 17
targetSdkVersion 27
versionCode 3
versionName "1.0.2"
versionCode 4
versionName "1.0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -21,7 +21,7 @@ android {

repositories{
maven {
url 'http://dl.bintray.com/amulyakhare/maven'
url 'https://dl.bintray.com/amulyakhare/maven'
}
}

Expand Down

0 comments on commit 46ea9d5

Please sign in to comment.