Skip to content

Commit

Permalink
Release new 1.0.20 version (Etar-Group#637)
Browse files Browse the repository at this point in the history
* Release new 1.0.20 version
  • Loading branch information
Gitsaibot authored Jan 29, 2020
1 parent 92eb114 commit 79a1fff
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlin_version"
}
Expand Down Expand Up @@ -171,8 +171,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 29
versionCode 21
versionName "1.0.19"
versionCode 22
versionName "1.0.20"
applicationId "ws.xsoh.etar"
}

Expand Down
7 changes: 7 additions & 0 deletions metadata/de-DE/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Erstellen lokaler Kalender
- Verknüfung für neue Einträge
- Neue Einstellungsansicht
- Neue Dialoge zur Auswahl der Zeit
- Lizenzwechsel zu GPLv3
- Fehlerbehebungen.
- Neue Übersetzungen.
7 changes: 7 additions & 0 deletions metadata/en-US/changelogs/22.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- Add offline calender
- Add shortcut for new event
- New preferences design
- New datetime picker
- Switch license to GPLv3
- Bugfixes.
- New translations.
1 change: 0 additions & 1 deletion project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ android.library=false
android.library.reference.1=external/ex/chips
android.library.reference.2=external/calendar
android.library.reference.3=external/colorpicker
android.library.reference.4=external/datetimepicker
android.library.reference.5=external/timezonepicker
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
include ':external:calendar'
include ':external:colorpicker'
include ':external:datetimepicker'
include ':external:timezonepicker'
include ':external:chips'

0 comments on commit 79a1fff

Please sign in to comment.