Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 210c41e

Browse files
committed
version bump
1 parent 0043c82 commit 210c41e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ apply plugin: 'eclipse'
44

55
android {
66
compileSdkVersion 25
7-
buildToolsVersion '25.0.2'
7+
buildToolsVersion '25.0.3'
88
defaultConfig {
99
applicationId "com.zeapo.pwdstore"
1010
minSdkVersion 15
1111
targetSdkVersion 25
12-
versionCode 78
13-
versionName "1.2.0.58"
12+
versionCode 79
13+
versionName "1.2.0.59"
1414
}
1515

1616
compileOptions {

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip

0 commit comments

Comments
 (0)