Skip to content

Commit 4c62509

Browse files
committed
3.2.1 is here
1 parent bd20bc9 commit 4c62509

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

Condroid/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
}
1414
buildTypes {
1515
release {
16-
minifyEnabled true
16+
minifyEnabled false
1717
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
1818
}
1919
}
@@ -40,5 +40,5 @@ android {
4040

4141
dependencies {
4242
// compile 'com.android.support:appcompat-v7:+'
43-
compile fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
43+
compile fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
4444
}

Condroid/src/main/java/cz/quinix/condroid/util/DateTimeFactory.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ public static DateTime create() {
1111
}
1212

1313
public static DateTime getNow() {
14-
DateTime now = DateTime.now();
15-
now = now.plusDays(3);
16-
1714
return now;
1815
}
1916

0 commit comments

Comments
 (0)