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 2784cc8 commit 278b350Copy full SHA for 278b350
app/build.gradle
@@ -5,15 +5,15 @@ plugins {
5
}
6
7
android {
8
- compileSdkVersion 33
9
- buildToolsVersion "33.0.1"
+ compileSdkVersion = 33
+ buildToolsVersion = "33.0.2"
10
11
defaultConfig {
12
applicationId "com.tans.tfiletransporter"
13
minSdkVersion 26
14
targetSdkVersion 33
15
- versionCode 11
16
- versionName "1.3.0"
+ versionCode 23043001
+ versionName "2.0.0"
17
18
19
0 commit comments