Skip to content

Commit

Permalink
update version and README
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Jun 10, 2016
1 parent 08c1c9a commit 6965276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
}
dependencies {
...
classpath 'io.fabianterhorst:fastlayout-gradle-plugin:0.0.2-alpha35'
classpath 'io.fabianterhorst:fastlayout-gradle-plugin:0.0.2-alpha36'
...
}
}
Expand Down Expand Up @@ -49,7 +49,7 @@ public class MainActivity extends AppCompatActivity {
//when you don´t wanna use the cache you can also just initiate the object
//setContentView(new ActivityMainLayout(this));
//The cache is reusing the object to improve the performance
ActivityMainLayout layout = LayoutCache.getInstance(this).getLayout(LayoutCache.Activity_Main_Layout);
ActivityMainLayout layout = LayoutCache.getInstance().getLayout(context, LayoutCache.Activity_Main_Layout);
setContentView(layout);
}
}
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2-alpha35
0.0.2-alpha36

0 comments on commit 6965276

Please sign in to comment.