We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955375c commit a77c145Copy full SHA for a77c145
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
}
5
6
group = 'com.labelzoom.api'
7
-version = '1.0.4'
+version = '1.0.5'
8
9
repositories {
10
mavenCentral()
src/main/java/com/labelzoom/api/model/components/IComponent.java
@@ -15,7 +15,7 @@ public interface IComponent extends Cloneable
15
void setRotation(float rotation);
16
17
boolean isReverse();
18
- void setReverse();
+ void setReverse(boolean reverse);
19
20
Justification getJustification();
21
void setJustification(Justification justification);
0 commit comments