v1.0.3
This commit is contained in:
parent
c9588c0ae7
commit
5ae39672cf
|
|
@ -1,13 +0,0 @@
|
|||
package com.daimajia.swipe;
|
||||
|
||||
import android.app.Application;
|
||||
import android.test.ApplicationTestCase;
|
||||
|
||||
/**
|
||||
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
|
||||
*/
|
||||
public class ApplicationTest extends ApplicationTestCase<Application> {
|
||||
public ApplicationTest() {
|
||||
super(Application.class);
|
||||
}
|
||||
}
|
||||
|
|
@ -18,8 +18,8 @@
|
|||
# org.gradle.parallel=true
|
||||
|
||||
|
||||
VERSION_NAME=1.0.2
|
||||
VERSION_CODE=3
|
||||
VERSION_NAME=1.0.3
|
||||
VERSION_CODE=4
|
||||
GROUP=com.daimajia.swipelayout
|
||||
|
||||
POM_DESCRIPTION=Android Swipe Layout
|
||||
|
|
|
|||
Loading…
Reference in New Issue