aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMarko Zajc <marko@zajc.eu.org>2022-04-30 02:09:34 +0200
committerMarko Zajc <marko@zajc.eu.org>2022-04-30 02:09:34 +0200
commit419b8123f798b2152fe62ee2e9f8193fb2320531 (patch)
tree1bb41fa53c8340603c1543c2f2f61c7ed3381cee /app
parentb332d561ce7fd3a83585569067524fd074553fc0 (diff)
Fix a few issuesHEADmaster
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3120558..0a59ea4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,11 +1,11 @@
1apply plugin: 'com.android.application' 1apply plugin: 'com.android.application'
2 2
3android { 3android {
4 compileSdkVersion 29 4 compileSdkVersion 30
5 defaultConfig { 5 defaultConfig {
6 applicationId "com.thinkdifferent.anywebview" 6 applicationId "com.thinkdifferent.anywebview"
7 minSdkVersion 24 7 minSdkVersion 24
8 targetSdkVersion 29 8 targetSdkVersion 30
9 versionCode 2 9 versionCode 2
10 versionName '1.1' 10 versionName '1.1'
11 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" 11 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"