Skip to content

Commit

Permalink
removing validator for another day.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Grosner committed Jul 2, 2015
1 parent ddd1e1b commit 1ce9d56
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 66 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ android {
packagingOptions {
exclude 'META-INF/services/javax.annotation.processing.Processor'
}

buildTypes {
debug{
minifyEnabled true
}
}
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import android.view.MenuItem;

import com.raizlabs.android.dbflow.app.R;
import com.raizlabs.android.dbflow.config.FlowManager;


public class DemoActivity extends Activity {
Expand All @@ -14,6 +15,8 @@ public class DemoActivity extends Activity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_demo);

FlowManager.init(getApplicationContext());
}


Expand Down

0 comments on commit 1ce9d56

Please sign in to comment.