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 8c49f5c commit b47fe74Copy full SHA for b47fe74
app/build.gradle.kts
@@ -12,8 +12,8 @@ android {
12
applicationId = "org.androidlabs.applistbackup"
13
minSdk = 28
14
targetSdk = 35
15
- versionCode = 18
16
- versionName = "2.0.1"
+ versionCode = 19
+ versionName = "2.0.2"
17
18
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
19
vectorDrawables {
metadata/en-US/changelogs/19.txt
@@ -0,0 +1 @@
1
+Improved Markdown format.
0 commit comments