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

Commit 2c076fb

Browse files
committed
bump version to 84
revert the git background task
1 parent 9608d66 commit 2c076fb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,22 @@ android {
99
applicationId "com.zeapo.pwdstore"
1010
minSdkVersion 15
1111
targetSdkVersion 25
12-
versionCode 83
13-
versionName "1.2.0.63"
12+
versionCode 84
13+
versionName "1.2.0.64"
1414
}
15-
1615
compileOptions {
1716
sourceCompatibility JavaVersion.VERSION_1_7
1817
targetCompatibility JavaVersion.VERSION_1_7
1918
}
20-
2119
// avoid Travis failures
2220
lintOptions {
2321
abortOnError false
2422
}
25-
2623
packagingOptions {
2724
exclude '.readme'
2825
exclude 'META-INF/LICENSE.txt'
2926
exclude 'META-INF/NOTICE.txt'
3027
}
31-
3228
//
3329
// To sign release builds, create the file `gradle.properties` in
3430
// $HOME/.gradle or in your project directory with this content:

0 commit comments

Comments
 (0)