We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a391b2 commit a97edc2Copy full SHA for a97edc2
apps/teacher/build.gradle
@@ -55,8 +55,8 @@ android {
55
defaultConfig {
56
minSdkVersion Versions.MIN_SDK
57
targetSdkVersion Versions.TARGET_SDK
58
- versionCode = 85
59
- versionName = '2.3.0'
+ versionCode = 86
+ versionName = '2.3.1'
60
vectorDrawables.useSupportLibrary = true
61
testInstrumentationRunner 'com.instructure.teacher.espresso.TeacherHiltTestRunner'
62
testInstrumentationRunnerArguments disableAnalytics: 'true'
0 commit comments