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 39e14bf commit 09a750eCopy full SHA for 09a750e
apps/student/build.gradle
@@ -37,8 +37,8 @@ android {
37
applicationId "com.instructure.candroid"
38
minSdkVersion Versions.MIN_SDK
39
targetSdkVersion Versions.TARGET_SDK
40
- versionCode = 279
41
- versionName = '8.0.0'
+ versionCode = 280
+ versionName = '8.1.0'
42
43
vectorDrawables.useSupportLibrary = true
44
testInstrumentationRunner 'com.instructure.student.espresso.StudentHiltTestRunner'
0 commit comments