Skip to content

Commit

Permalink
stable release v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier-gz committed Nov 11, 2021
1 parent a377b20 commit e52d9c9
Show file tree
Hide file tree
Showing 46 changed files with 262 additions and 1,216 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId 'gal.sli.digalnet'
minSdkVersion 16
targetSdkVersion 30
versionCode 12
versionName "2.2"
versionCode 15
versionName "2.3"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
android.defaultConfig.vectorDrawables.useSupportLibrary = true
}
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
10 changes: 6 additions & 4 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 2,
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
Expand All @@ -10,9 +10,11 @@
{
"type": "SINGLE",
"filters": [],
"versionCode": 12,
"versionName": "2.2",
"attributes": [],
"versionCode": 15,
"versionName": "2.3",
"outputFile": "app-release.apk"
}
]
],
"elementType": "File"
}
2 changes: 0 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="gal.sli.digalnet">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application
android:usesCleartextTraffic="true"
android:allowBackup="false"
Expand Down
110 changes: 0 additions & 110 deletions app/src/main/assets/css/style.css

This file was deleted.

42 changes: 0 additions & 42 deletions app/src/main/assets/erro.html

This file was deleted.

Loading

0 comments on commit e52d9c9

Please sign in to comment.