Skip to content

Commit c67eebb

Browse files
Release 2.0.1
1 parent 58db883 commit c67eebb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.0.1 (Oct, 19, 2017)
2+
- Fix account removal on first startup for app updates for the f-droid 2.0.0 release #1691
3+
14
## 2.0.0 (Oct, 17, 2017)
25

36
- Account-wide search (Nc 12+)

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
google()
1515
}
1616
dependencies {
17-
classpath 'com.android.tools.build:gradle:3.0.0-beta7'
17+
classpath 'com.android.tools.build:gradle:3.0.0'
1818
classpath 'com.google.gms:google-services:3.0.0'
1919
}
2020
}
@@ -77,8 +77,8 @@ android {
7777

7878
multiDexEnabled true
7979

80-
versionCode = 20000099
81-
versionName = "2.0.0"
80+
versionCode = 20000199
81+
versionName = "2.0.1"
8282

8383
// adapt structure from Eclipse to Gradle/Android Studio expectations;
8484
// see http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Configuring-the-Structure

0 commit comments

Comments
 (0)