diff options
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle index 030b1113..d138cc5d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { compileSdkVersion 28 defaultConfig { applicationId "com.zeapo.pwdstore" - minSdkVersion 16 + minSdkVersion 21 targetSdkVersion 28 versionCode 10302 versionName "1.3.2" @@ -15,8 +15,8 @@ android { testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } compileOptions { - sourceCompatibility JavaVersion.VERSION_1_7 - targetCompatibility JavaVersion.VERSION_1_7 + sourceCompatibility JavaVersion.VERSION_1_8 + targetCompatibility JavaVersion.VERSION_1_8 } lintOptions { abortOnError true // make sure build fails with lint errors! @@ -79,8 +79,6 @@ dependencies { androidTestImplementation 'androidx.test:rules:1.1.0-alpha4' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0-alpha4' androidTestImplementation 'androidx.test.espresso:espresso-intents:3.1.0-alpha4' - - } repositories { mavenCentral() |