Skip to content

Commit 256b483

Browse files
[4.0.4] Android Fixes
1 parent 5980fbb commit 256b483

7 files changed

+49
-28
lines changed

.run/Build.run.xml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="Build" type="GradleRunConfiguration" factoryName="Gradle">
3+
<ExternalSystemSettings>
4+
<option name="executionName" />
5+
<option name="externalProjectPath" value="$PROJECT_DIR$" />
6+
<option name="externalSystemIdString" value="GRADLE" />
7+
<option name="scriptParameters" value="-x :test" />
8+
<option name="taskDescriptions">
9+
<list />
10+
</option>
11+
<option name="taskNames">
12+
<list>
13+
<option value=":clean" />
14+
<option value=":build" />
15+
</list>
16+
</option>
17+
<option name="vmOptions" />
18+
</ExternalSystemSettings>
19+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
20+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
21+
<DebugAllEnabled>false</DebugAllEnabled>
22+
<RunAsTest>false</RunAsTest>
23+
<method v="2" />
24+
</configuration>
25+
</component>

.run/Publish Distribution.run.xml .run/Publish Distribution - Sonar.run.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<component name="ProjectRunConfigurationManager">
2-
<configuration default="false" name="Publish Distribution" type="GradleRunConfiguration" factoryName="Gradle">
2+
<configuration default="false" name="Publish Distribution - Sonar" type="GradleRunConfiguration" factoryName="Gradle">
33
<ExternalSystemSettings>
44
<option name="executionName" />
55
<option name="externalProjectPath" value="$PROJECT_DIR$" />
66
<option name="externalSystemIdString" value="GRADLE" />
7-
<option name="scriptParameters" value="" />
7+
<option name="scriptParameters" value="-x test" />
88
<option name="taskDescriptions">
99
<list />
1010
</option>

build.gradle.kts

+2-5
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,10 @@ kotlin {
9191
if (currentPlatform.lowercase() == "mac os x") {
9292
iosX64()
9393
iosArm64()
94-
iosSimulatorArm64()
9594
// watchosX64() <- Still have to figure out how to do it for watchOS x_x
9695
// watchosArm64()
97-
// watchosSimulatorArm64()
98-
tvosX64()
99-
tvosArm64()
100-
tvosSimulatorArm64()
96+
// tvosX64() <- Issues on deployment, will fix and get it back later
97+
// tvosArm64()
10198
}
10299
// iOS Family of targets... since you can't just "ios()" anymore.
103100

release/qrcode-kotlin-jvm-4.0.2.jar

-116 KB
Binary file not shown.

release/qrcodeKotlin.d.ts release/qrcode-kotlin.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ export declare namespace qrcode {
1313
get rawData(): Array<Array<qrcode.internals.QRCodeSquare>>;
1414
get computedSize(): number;
1515
get graphics(): qrcode.render.QRCodeGraphics;
16-
renderToGraphics(qrCodeGraphics?: qrcode.render.QRCodeGraphics, xOffset?: number, yOffset?: number): qrcode.render.QRCodeGraphics;
17-
render(format?: string): Int8Array;
16+
render(qrCodeGraphics?: qrcode.render.QRCodeGraphics, xOffset?: number, yOffset?: number): qrcode.render.QRCodeGraphics;
17+
renderToBytes(format?: string): Int8Array;
1818
reset(): void;
1919
static get Companion(): {
2020
get DEFAULT_SQUARE_SIZE(): number;

release/qrcodeKotlin.js release/qrcode-kotlin.js

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/qrcodeKotlin.js.map

-1
This file was deleted.

0 commit comments

Comments
 (0)