File: strings.xml

package info (click to toggle)
byte-buddy 1.18.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,644 kB
  • sloc: java: 197,326; xml: 8,007; sh: 217; ansic: 101; makefile: 14
file content (12 lines) | stat: -rw-r--r-- 634 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">Byte Buddy Android test</string>
    <string name="version_info">Build version: %1$s</string>
    <string name="info">
        This application creates a runtime subclass using Byte Buddy and loads the generated classes using Byte
        Buddy\'s class loading strategy for Android. For this, it uses version the Android SDK\'s dex compiler
        in the form it is available on Maven Central.
    </string>
    <string name="run_test_wrapping">Run test: wrapping</string>
    <string name="run_test_injecting">Run test: injecting</string>
</resources>