We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44232f0 commit 2134f95Copy full SHA for 2134f95
2 files changed
build.gradle
@@ -1,5 +1,5 @@
1
buildscript {
2
- ext.support_version = '24.1.1'
+ ext.support_version = '24.2.0'
3
ext.build_tools_version = '24.0.1'
4
5
repositories {
library/src/main/java/com/proxerme/library/parameters/ActionParameter.java
@@ -0,0 +1,14 @@
+package com.proxerme.library.parameters;
+
+/**
+ * TODO: Describe class
+ *
6
+ * @author Ruben Gees
7
+ */
8
9
+public class ActionParameter {
10
11
+ public static final String ADD_USER = "addUser";
12
+ public static final String REMOVE_USER = "removeUser";
13
14
+}
0 commit comments