Skip to content

Commit

Permalink
Bump version number to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blinskey committed Jul 9, 2024
1 parent 30defc3 commit 2e482ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions GreekReference/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
minSdkVersion 14
//noinspection EditedTargetSdkVersion
targetSdkVersion 34
versionCode 31
versionName "1.12.2"
versionCode 32
versionName "1.13.0"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ Visit the [Greek Reference wiki][wiki] for frequently asked questions.

## Status

The latest release is version 1.11.0. The corresponding version of the [Greek Reference Database Creator][] is 1.2.0.
Greek Reference is not under active development at this time.

You can view a changelog for each release on the [Releases page][].

Greek Reference is not under active development at this time.

## Building the App

The texts used in this app are contained in a pair of databases called `lexicon.db` and `syntax.db`. These are generated using a simple Java program, the [Greek Reference Database Creator][], which is included as a submodule in this repository. The database files are zipped and placed in this project's `assets` directory. They must be named `lexicon.zip` and `syntax.zip` in order to work with the [SQLiteAssetHelper][Android SQLiteAssetHelper] library used to copy them to the user's device.
Expand Down

0 comments on commit 2e482ff

Please sign in to comment.