changeset
Sat, 14 Feb 2015 00:35:00 +0100
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Sat, 14 Feb 2015 00:35:00 +0100
- branch
- ICAL4J_EMBED_1
- changeset 25
- 831fc533ed9e
- parent 24
- b9b0fbab11a4
- child 26
- 7f8920343fc3
Correct build time dependency of assert added in changeset e8c0da59391a.
1.1 --- a/build.gradle Sat Feb 14 01:57:28 2015 +0100
1.2 +++ b/build.gradle Sat Feb 14 00:35:00 2015 +0100
1.3 @@ -43,6 +43,7 @@
1.4 }
1.5
1.6 dependencies {
1.7 + compile 'junit:junit:4.+'
1.8 compile 'com.android.support:support-v4:19.1.0'
1.9 compile 'org.mnode.ical4j:ical4j:1.0.6'
1.10 }