diff --git a/Android-ZBLibrary.iml b/Android-ZBLibrary.iml index 1b13b92b..485f70fa 100644 --- a/Android-ZBLibrary.iml +++ b/Android-ZBLibrary.iml @@ -8,7 +8,7 @@ - + diff --git a/QRCodeLibrary/QRCodeLibrary.iml b/QRCodeLibrary/QRCodeLibrary.iml index 17977b63..f36f8999 100644 --- a/QRCodeLibrary/QRCodeLibrary.iml +++ b/QRCodeLibrary/QRCodeLibrary.iml @@ -23,20 +23,20 @@ - - - + + + - + - + @@ -71,13 +71,6 @@ - - - - - - - @@ -85,20 +78,27 @@ - + + + + + + + + + - - + - - - + + + @@ -107,6 +107,6 @@ - + \ No newline at end of file diff --git a/QRCodeLibrary/build.gradle b/QRCodeLibrary/build.gradle index db31fdfa..bc6ceee1 100755 --- a/QRCodeLibrary/build.gradle +++ b/QRCodeLibrary/build.gradle @@ -2,10 +2,10 @@ apply plugin: 'com.android.library' android { compileSdkVersion 27 - buildToolsVersion '27.0.3' + buildToolsVersion '28.0.3' defaultConfig { minSdkVersion 15 - targetSdkVersion 22 + targetSdkVersion 27 versionCode 1 versionName "1.0" } @@ -17,6 +17,10 @@ android { } productFlavors { } + compileOptions { + sourceCompatibility JavaVersion.VERSION_1_8 + targetCompatibility JavaVersion.VERSION_1_8 + } } dependencies { diff --git a/QRCodeLibrary/src/main/AndroidManifest.xml b/QRCodeLibrary/src/main/AndroidManifest.xml index 7d9a031e..e56ad6fa 100755 --- a/QRCodeLibrary/src/main/AndroidManifest.xml +++ b/QRCodeLibrary/src/main/AndroidManifest.xml @@ -4,10 +4,6 @@ android:versionCode="1" android:versionName="1.0" > - - diff --git a/QRCodeLibrary/src/main/res/layout/main.xml b/QRCodeLibrary/src/main/res/layout/main.xml index b4583740..cf1aa3d8 100755 --- a/QRCodeLibrary/src/main/res/layout/main.xml +++ b/QRCodeLibrary/src/main/res/layout/main.xml @@ -38,7 +38,8 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="30dp" - android:hint="Input the text"/> + android:hint="Input the text" + android:importantForAutofill="no" />