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 d938f97 commit 54c4959Copy full SHA for 54c4959
ChangeLog.md
@@ -1,6 +1,9 @@
1
# Changelog
2
*NOTE:* may be removed in the future in favor of the fastlane changelog.
3
4
+## Version 2.7.0
5
+* Updated translations.
6
+
7
## Version 2.6.0
8
* Drop anko (deprecated) and the appodeal repo (not allowed on F-Droid)
9
app/build.gradle
@@ -20,8 +20,8 @@ android {
20
minSdkVersion 21
21
targetSdkVersion 36
22
23
- versionCode 20600
24
- versionName "2.6.0"
+ versionCode 20700
+ versionName "2.7.0"
25
26
buildConfigField "boolean", "customCerts", "true"
27
}
0 commit comments