We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fce4a commit b95b308Copy full SHA for b95b308
app/build.gradle
@@ -9,8 +9,8 @@ android {
9
applicationId "com.osfans.trime"
10
minSdkVersion 21 // 21 is required for `readlinkat` for capnpproto
11
targetSdkVersion 29
12
- versionCode 20220401
13
- versionName "3.2.6"
+ versionCode 20220701
+ versionName "3.2.7"
14
setProperty("archivesBaseName", "trime-$versionName")
15
}
16
0 commit comments