Skip to content

Commit

Permalink
change gradle version number
Browse files Browse the repository at this point in the history
  • Loading branch information
OAndell committed Sep 1, 2018
1 parent 965fb66 commit ac69ba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "se.oandell.riksdagen"
minSdkVersion 16
targetSdkVersion 27
versionCode 6
versionName "2.2.1"
versionCode 7
versionName "2.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
8 changes: 1 addition & 7 deletions app/src/main/res/layout/vote_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:layout_height="wrap_content"
android:layout_width="match_parent"
xmlns:app="http://schemas.android.com/tools">
xmlns:app="http://schemas.android.com/apk/res-auto">

<android.support.v7.widget.CardView xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:id="@+id/card_view"
Expand Down Expand Up @@ -84,11 +84,8 @@
android:layout_height="wrap_content"
android:layout_weight="5"
android:layout_marginTop="8dp"
app:flexWrap="wrap"
app:alignItems="center"
card_view:alignContent="center"
card_view:justifyContent="center"
app:justifyContent="center"
android:id="@+id/vote_yes_icons"
android:orientation="horizontal">

Expand Down Expand Up @@ -123,11 +120,8 @@
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_weight="5"
app:flexWrap="wrap"
app:alignItems="center"
card_view:alignContent="center"
card_view:justifyContent="center"
app:justifyContent="center"
android:orientation="horizontal"
android:id="@+id/vote_no_icons">

Expand Down

0 comments on commit ac69ba8

Please sign in to comment.