Fixed creating folders

pull/209/head 1.1992
M66B 2 years ago
parent 61d52c31d5
commit 406fad2779

@ -4,6 +4,10 @@
### [Mei long](https://en.wikipedia.org/wiki/Mei_long)
### 1.1992 - 2022-10-27
* Fixed creating folders
### 1.1991 - 2022-10-26
* Small improvements and minor bug fixes

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1991 }
def getVersionCode = { -> return 1992 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Mei long" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

File diff suppressed because it is too large Load Diff

@ -4,6 +4,10 @@
### [Mei long](https://en.wikipedia.org/wiki/Mei_long)
### 1.1992 - 2022-10-27
* Fixed creating folders
### 1.1991 - 2022-10-26
* Small improvements and minor bug fixes

@ -93,7 +93,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
@NonNull
public Boolean download = true;
@NonNull
public Boolean auto_classify; // Obsolete
public Boolean auto_classify = false; // Obsolete
@NonNull
public Boolean auto_classify_source = false;
@NonNull

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save