File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed
Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 22* .iml
33local.properties
44build
5- .gradle
5+ .gradle
6+ .settings
7+ .project
8+ .classpath
9+ release
10+ android-wifi-key-view.iml
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ # Fri Dec 21 15:53:20 CET 2018
12distributionBase =GRADLE_USER_HOME
23distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-5.0-all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.1-milestone-1-all.zip
You can’t perform that action at this time.
0 commit comments