Skip to content

Commit 6f02db8

Browse files
BApp update preparation
1 parent 6bcbe1a commit 6f02db8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.gradle/
2+
build/

BappManifest.bmf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Uuid: f24211fa6fcd4bbea6b21f99c5cad27a
22
ExtensionType: 1
33
Name: Token Extractor
44
RepoName: token-extractor
5-
ScreenVersion: 1.0
6-
SerialVersion: 1
5+
ScreenVersion: 1.3.2
6+
SerialVersion: 2
77
MinPlatformVersion: 0
88
ProOnly: False
99
Author: Will Strei

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ sourceSets {
2020
}
2121
}
2222

23+
targetCompatibility = '1.8'
24+
sourceCompatibility = '1.8'
25+
2326
task fatJar(type: Jar) {
2427
baseName = project.name + '-all'
2528
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }

0 commit comments

Comments
 (0)