Skip to content

Commit 2134f95

Browse files
committed
Update support library
1 parent 44232f0 commit 2134f95

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.support_version = '24.1.1'
2+
ext.support_version = '24.2.0'
33
ext.build_tools_version = '24.0.1'
44

55
repositories {
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
package com.proxerme.library.parameters;
2+
3+
/**
4+
* TODO: Describe class
5+
*
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

Comments
 (0)