Skip to content

Commit

Permalink
Update license for sdk outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Oct 24, 2024
1 parent 03db1f3 commit 96d7989
Show file tree
Hide file tree
Showing 4 changed files with 1,355 additions and 1 deletion.
2 changes: 1 addition & 1 deletion languages/js/sdk-internal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bitwarden/sdk-internal",
"version": "0.1.0",
"license": "SEE LICENSE IN LICENSE",
"license": "GPL-3.0",
"files": [
"bitwarden_wasm_internal_bg.js",
"bitwarden_wasm_internal_bg.wasm",
Expand Down
6 changes: 6 additions & 0 deletions languages/kotlin/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

kotlinOptions {
jvmTarget = '1.8'
}
Expand All @@ -39,6 +41,10 @@ android {
withSourcesJar()
}
}

packagingOptions {
merge '**/LICENSE_GPL.txt'
}
}

publishing {
Expand Down
Loading

0 comments on commit 96d7989

Please sign in to comment.