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 e029cc9 commit 171de99Copy full SHA for 171de99
app/build.gradle
@@ -3,20 +3,21 @@ apply plugin: 'com.android.application'
3
android {
4
compileSdkVersion 21
5
buildToolsVersion "21.1.2"
6
-
7
defaultConfig {
8
applicationId "dev.tinelix.timers.legacy"
9
minSdkVersion 4
10
targetSdkVersion 21
11
versionCode 1
12
- versionName "1.0"
+ versionName '0.0.1-alpha-20220205'
13
}
14
buildTypes {
15
release {
16
minifyEnabled false
17
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
18
19
+ productFlavors {
20
+ }
21
22
23
dependencies {
0 commit comments