We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd30ad commit 32745a7Copy full SHA for 32745a7
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId 'slowscript.warpinator'
9
minSdkVersion 21 //Required by NSD (attributes)
10
targetSdkVersion 31
11
- versionCode 1045
12
- versionName "1.4.5"
+ versionCode 1046
+ versionName "1.4.6"
13
14
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
15
}
0 commit comments