Bumped version to 1.0.0-Alpha-13
This commit is contained in:
parent
07672d1189
commit
fca1542b5c
|
@ -26,7 +26,7 @@ repositories {
|
|||
|
||||
|
||||
dependencies {
|
||||
implementation("net.codinux.banking:fints4k:1.0.0-Alpha-11")
|
||||
implementation("net.codinux.banking:fints4k:1.0.0-Alpha-13")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// TODO: move to versions.gradle
|
||||
ext {
|
||||
appVersionName = '1.0.0-Alpha-13-SNAPSHOT'
|
||||
appVersionName = '1.0.0-Alpha-13'
|
||||
|
||||
|
||||
/* Test */
|
||||
|
|
Loading…
Reference in New Issue