Commit 2537816 1 parent f75bf17 commit 2537816 Copy full SHA for 2537816
File tree 3 files changed +9
-5
lines changed
buildSrc/src/main/kotlin/com/example/util/simpletimetracker
metadata/en-US/changelogs
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ object Base {
4
4
const val applicationId = " com.razeeman.util.simpletimetracker"
5
5
const val namespace = " com.example.util.simpletimetracker"
6
6
7
- const val versionCode = 38
8
- const val versionName = " 1.37 "
7
+ const val versionCode = 39
8
+ const val versionName = " 1.38 "
9
9
const val minSDK = 21
10
10
const val currentSDK = 34
11
11
12
- const val versionCodeWear = 1
12
+ const val versionCodeWear = 40
13
13
const val versionNameWear = " 1.0"
14
14
const val minSDKWear = 25
15
+ const val currentSDKWear = currentSDK
16
+ const val targetSDKWear = 33
15
17
}
Original file line number Diff line number Diff line change 1
1
import com.example.util.simpletimetracker.Base
2
2
3
3
android {
4
- compileSdk = Base . currentSDK
4
+ compileSdk = Base . currentSDKWear
5
5
6
6
defaultConfig {
7
7
minSdk = Base . minSDKWear
8
- targetSdk = Base . currentSDK
8
+ targetSdk = Base . targetSDKWear
9
9
10
10
vectorDrawables. generatedDensities()
11
11
}
Original file line number Diff line number Diff line change
1
+ - Add support for watches with Wear OS
2
+ - General bug fixes and improvements
You can’t perform that action at this time.
0 commit comments