mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2025-09-09 03:09:39 +02:00
Initial commit
This commit is contained in:
commit
2f2c6a93c9
28 changed files with 1050 additions and 0 deletions
12
version.gradle
Normal file
12
version.gradle
Normal file
|
@ -0,0 +1,12 @@
|
|||
// SPDX-FileCopyrightText: 2021 Paul Schaub <info@pgpainless.org>
|
||||
//
|
||||
// SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
allprojects {
|
||||
ext {
|
||||
shortVersion = '0.1.0'
|
||||
isSnapshot = true
|
||||
minAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue