Compiled with Target SDK 29 to publish on Google Play Store

This commit is contained in:
Graham Jones
2020-11-13 14:01:44 +00:00
parent 2312b44ee8
commit 77bb8b2a48
6 changed files with 6 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ android {
defaultConfig { defaultConfig {
applicationId "uk.org.openseizuredetector" applicationId "uk.org.openseizuredetector"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 29
multiDexEnabled true multiDexEnabled true
} }

Binary file not shown.

Binary file not shown.

View File

@@ -1,19 +1,17 @@
{ {
"version": 1, "version": 2,
"artifactType": { "artifactType": {
"type": "APK", "type": "APK",
"kind": "Directory" "kind": "Directory"
}, },
"applicationId": "uk.org.openseizuredetector", "applicationId": "uk.org.openseizuredetector",
"variantName": "release", "variantName": "processReleaseResources",
"elements": [ "elements": [
{ {
"type": "SINGLE", "type": "SINGLE",
"filters": [], "filters": [],
"properties": [],
"versionCode": 83, "versionCode": 83,
"versionName": "3.6.1", "versionName": "3.6.1",
"enabled": true,
"outputFile": "app-release.apk" "outputFile": "app-release.apk"
} }
] ]

View File

@@ -9,7 +9,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.0.1' classpath 'com.android.tools.build:gradle:4.1.0'
} }
} }
allprojects { allprojects {

View File

@@ -1,6 +1,6 @@
#Fri Aug 21 22:56:16 BST 2020 #Fri Nov 13 13:30:20 GMT 2020
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip