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 61570c8 commit 1c5a6b3Copy full SHA for 1c5a6b3
AnkiDroid/build.gradle
@@ -74,8 +74,8 @@ android {
74
//
75
// This ensures the correct ordering between the various types of releases (dev < alpha < beta < release) which is
76
// needed for upgrades to be offered correctly.
77
- versionCode=21800106
78
- versionName="2.18alpha6"
+ versionCode=21800107
+ versionName="2.18alpha7"
79
minSdk 23 // also in testlib/build.gradle.kts
80
// After #13695: change .tests_emulator.yml
81
targetSdk 33 // also in [api|testlib]/build.gradle.kts and ../robolectricDownloader.gradle
0 commit comments