Hotfixing a bug where ArrayLists didn't resize Properly when empty

This commit is contained in:
2021-08-15 18:09:34 +02:00
parent efc3745690
commit ea83f5017e
4 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ repositories {
}
archivesBaseName = 'Primitive Collections'
version = '0.3.3';
version = '0.3.4';
sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8'