mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 13:52:06 +01:00
PGPainless 1.5.2-rc1
This commit is contained in:
parent
2e730a2c48
commit
de5926fc47
3 changed files with 5 additions and 5 deletions
|
@ -191,7 +191,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.pgpainless:pgpainless-core:1.5.1'
|
||||
implementation 'org.pgpainless:pgpainless-core:1.5.2-rc1'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ To start using pgpainless-sop in your code, include the following lines in your
|
|||
...
|
||||
dependencies {
|
||||
...
|
||||
implementation "org.pgpainless:pgpainless-sop:1.5.1"
|
||||
implementation "org.pgpainless:pgpainless-sop:1.5.2-rc1"
|
||||
...
|
||||
}
|
||||
|
||||
|
@ -34,7 +34,7 @@ dependencies {
|
|||
<dependency>
|
||||
<groupId>org.pgpainless</groupId>
|
||||
<artifactId>pgpainless-sop</artifactId>
|
||||
<version>1.5.1</version>
|
||||
<version>1.5.2-rc1</version>
|
||||
</dependency>
|
||||
...
|
||||
</dependencies>
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
allprojects {
|
||||
ext {
|
||||
shortVersion = '1.5.2'
|
||||
isSnapshot = true
|
||||
shortVersion = '1.5.2-rc1'
|
||||
isSnapshot = false
|
||||
pgpainlessMinAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
bouncyCastleVersion = '1.73'
|
||||
|
|
Loading…
Reference in a new issue