Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2022-02-19 18:30:25 +0300
committerDaniel Lublin <daniel@lublin.se>2022-02-19 18:30:25 +0300
commit385108894f62f70b8873fd17e83c263d6b190082 (patch)
tree6e218c7d4a60f27cd1ca5b1867cebe18890c3255
parenteb802529438e2e16e123a6f14358958440867017 (diff)
Bump to build
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index c5fa7c7f..3ddffc21 100644
--- a/build.gradle
+++ b/build.gradle
@@ -90,8 +90,8 @@ subprojects {
testCompile group: 'junit', name: 'junit', version: '4.11'
}
- sourceCompatibility = 1.5
- targetCompatibility = 1.5
+ sourceCompatibility = 6
+ targetCompatibility = 1.6
version = '1.51.0.0'
test {