File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed
Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments