We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320ff81 commit f5ab63eCopy full SHA for f5ab63e
uf-service-api-reference-implementation/build.gradle
@@ -28,7 +28,7 @@ android {
28
minSdkVersion 24
29
//noinspection ExpiredTargetSdkVersion
30
targetSdkVersion 31
31
- versionCode 35
+ versionCode 10600
32
versionName versionFromGit(project)
33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
34
}
@@ -91,6 +91,12 @@ android {
91
92
93
94
+ applicationVariants.configureEach { variant ->
95
+ variant.outputs.configureEach {
96
+ outputFileName = new File("uf-service-api-reference-implementation-${versionFromGit(project)}-${variant.buildType.name}.apk")
97
+ }
98
99
+
100
compileOptions {
101
sourceCompatibility JavaVersion.VERSION_1_8
102
targetCompatibility JavaVersion.VERSION_1_8
0 commit comments