We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fac7b2 commit 4de0843Copy full SHA for 4de0843
apps/parent/build.gradle
@@ -41,8 +41,8 @@ android {
41
applicationId "com.instructure.parentapp"
42
minSdkVersion Versions.MIN_SDK
43
targetSdkVersion Versions.TARGET_SDK
44
- versionCode 61
45
- versionName "4.5.0"
+ versionCode 63
+ versionName "4.7.0"
46
47
buildConfigField "boolean", "IS_TESTING", "false"
48
testInstrumentationRunner 'com.instructure.parentapp.ui.espresso.ParentHiltTestRunner'
0 commit comments