Commit 71228247 by Matteo

Rilascio odierno sugli store

parent e6362ccb
...@@ -2,12 +2,18 @@ apply plugin: 'com.android.application' ...@@ -2,12 +2,18 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion rootProject.ext.compileSdkVersion compileSdkVersion rootProject.ext.compileSdkVersion
lintOptions {
checkReleaseBuilds false
// Or, if you prefer, you can continue to check for errors in release builds,
// but continue the build even when errors are found:
//abortOnError false
}
defaultConfig { defaultConfig {
applicationId "it.aimconsulting.intranet" applicationId "it.aimconsulting.intranet"
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1 versionCode 13
versionName "1.0" versionName "0.0.13"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions { aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
......
{ {
"appId": "it.aimconsulting.intranet", "appId": "it.aimconsulting.intranet.app",
"appName": "2P2 App", "appName": "2P2 App",
"webDir": "www", "webDir": "www",
"bundledWebRuntime": false "bundledWebRuntime": false,
"plugins": {
"PushNotifications": {
"presentationOptions": [
"badge",
"sound",
"alert"
]
}
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment