Skip to content

Commit 171de99

Browse files
committed
changed app version
1 parent e029cc9 commit 171de99

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,21 @@ apply plugin: 'com.android.application'
33
android {
44
compileSdkVersion 21
55
buildToolsVersion "21.1.2"
6-
76
defaultConfig {
87
applicationId "dev.tinelix.timers.legacy"
98
minSdkVersion 4
109
targetSdkVersion 21
1110
versionCode 1
12-
versionName "1.0"
11+
versionName '0.0.1-alpha-20220205'
1312
}
1413
buildTypes {
1514
release {
1615
minifyEnabled false
1716
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1817
}
1918
}
19+
productFlavors {
20+
}
2021
}
2122

2223
dependencies {

0 commit comments

Comments
 (0)