File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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+)
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments