Skip to content

Commit 6dfe810

Browse files
committed
Version 1.10.0
1 parent 1e93b7e commit 6dfe810

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed
0 Bytes
Binary file not shown.

app/app.iml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,5 @@
124124
<orderEntry type="library" name="Gradle: androidx.interpolator:interpolator:1.0.0@aar" level="project" />
125125
<orderEntry type="library" name="Gradle: com.github.recruit-lifestyle:FloatingView:2.4.0@aar" level="project" />
126126
<orderEntry type="library" name="Gradle: com.github.medyo:android-about-page:1.2.4@aar" level="project" />
127-
<orderEntry type="library" name="Gradle: :filepicker-release:@aar" level="project" />
128127
</component>
129128
</module>

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 21
1010
targetSdkVersion 29
1111
versionCode 27
12-
versionName "1.9.0"
12+
versionName "1.10.0"
1313
}
1414
buildTypes {
1515
release {

app/release/output-metadata.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": 1,
3+
"artifactType": {
4+
"type": "APK",
5+
"kind": "Directory"
6+
},
7+
"applicationId": "com.npes87184.s2tdroid.donate",
8+
"variantName": "release",
9+
"elements": [
10+
{
11+
"type": "SINGLE",
12+
"filters": [],
13+
"properties": [],
14+
"versionCode": 27,
15+
"versionName": "1.10.0",
16+
"enabled": true,
17+
"outputFile": "app-release.apk"
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)