File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66ext {
7- anylinesdk_version = " 55.7 .1"
7+ anylinesdk_version = " 55.8 .1"
88 timber_version = " 5.0.1"
99 leakcanary_version = " 2.9.1"
1010
1111 anyline_examples_version_code = 13
12- anyline_examples_version_name = " 55.7 .1"
12+ anyline_examples_version_name = " 55.8 .1"
1313}
1414
1515android {
Original file line number Diff line number Diff line change 1313 Option 2: Manual setup
1414 1. Copy this file to strings_license.xml (same directory)
1515 2. Replace YOUR_LICENSE_KEY_HERE with your actual license key
16+ 3. Delete this file
1617
1718 Get your license key at: https://documentation.anyline.com/main-component/license-key-generation.html
1819-->
Original file line number Diff line number Diff line change @@ -28,3 +28,10 @@ cat > "$OUTPUT_FILE" << EOF
2828EOF
2929
3030echo " Generated $OUTPUT_FILE with license key"
31+
32+ # Remove the .example file as it's not allowed in res/values folder
33+ EXAMPLE_FILE=" $SCRIPT_DIR /../app/src/main/res/values/strings_license.xml.example"
34+ if [ -f " $EXAMPLE_FILE " ]; then
35+ rm " $EXAMPLE_FILE "
36+ echo " Removed $EXAMPLE_FILE "
37+ fi
You can’t perform that action at this time.
0 commit comments