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 0ca3dba commit 013cc16Copy full SHA for 013cc16
app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "com.codedead.deadpix"
8
minSdk 29
9
targetSdk 35
10
- versionCode 10
11
- versionName '1.10.0'
+ versionCode 11
+ versionName '1.10.1'
12
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
13
vectorDrawables.useSupportLibrary = true
14
}
0 commit comments