We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6044c commit ca18e64Copy full SHA for ca18e64
config.gradle
@@ -3,8 +3,8 @@ ext {
3
compileSdkVersion : 32,
4
minSdkVersion : 23,
5
targetSdkVersion : 32,
6
- versionCode : 27,
7
- versionName : "4.3.3",
+ versionCode : 28,
+ versionName : "4.5.0",
8
testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner",
9
consumerProguardFiles : 'consumer-rules.pro',
10
]
0 commit comments