Skip to content

Commit a2f1418

Browse files
committed
fix layout in about view and update version for community maintenance
1 parent 1b5bdf2 commit a2f1418

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22
*.iml
33
local.properties
44
build
5-
.gradle
5+
.gradle
6+
.settings
7+
.project
8+
.classpath
9+
release
10+
android-wifi-key-view.iml

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "wkv.android.evait.com.wifikeyview"
99
minSdkVersion 15
1010
targetSdkVersion 28
11-
versionCode 9
12-
versionName '1.6'
11+
versionCode 10
12+
versionName '1.7'
1313
}
1414

1515
buildTypes {

app/src/main/res/layout/about_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<ImageView
3939
android:id="@+id/imageView4"
4040
android:layout_width="fill_parent"
41-
android:layout_height="0dp"
41+
android:layout_height="match_parent"
4242
android:layout_weight="2.05"
4343
app:srcCompat="@drawable/evait_logo" />
4444

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88

99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.2.1'
10+
classpath 'com.android.tools.build:gradle:3.4.0-alpha08'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Fri Dec 21 15:53:20 CET 2018
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-milestone-1-all.zip

0 commit comments

Comments
 (0)