This commit is contained in:
tateisu 2023-02-11 04:19:55 +09:00
parent 13e72e0f0f
commit 5476ddb081
2 changed files with 5 additions and 2 deletions

View File

@ -32,8 +32,8 @@ android {
targetSdkVersion stTargetSdkVersion targetSdkVersion stTargetSdkVersion
minSdkVersion stMinSdkVersion minSdkVersion stMinSdkVersion
versionCode 512 versionCode 513
versionName "5.512" versionName "5.513"
applicationId "jp.juggler.subwaytooter" applicationId "jp.juggler.subwaytooter"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true

View File

@ -12,6 +12,9 @@ import org.junit.Test
class ByteRangeTest { class ByteRangeTest {
/**
* ByteRangeや StringUtilsのBase64がcommons-codecの出力結果と一致するか調べる
*/
@Test @Test
fun testByteRangeBase64() { fun testByteRangeBase64() {
for (len in 0..300) { for (len in 0..300) {