Skip to content

Commit

Permalink
minor improvemnt of visual of the separators
Browse files Browse the repository at this point in the history
bumped version code and number
  • Loading branch information
cgogolin committed Mar 21, 2018
1 parent d9743ac commit 3775efe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cgogolin.library"
android:versionCode="56"
android:versionName="5.5x">
android:versionCode="60"
android:versionName="6.0">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="23" />
Expand Down
1 change: 1 addition & 0 deletions res/layout/bibtexentry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
android:layout_height="wrap_content"
android:textSize="13sp"
android:textColor="#505050"
android:paddingBottom="2sp"
>
</TextView>
<!-- <TextView
Expand Down

0 comments on commit 3775efe

Please sign in to comment.