aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
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"