We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5324a commit 56d1991Copy full SHA for 56d1991
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 63
45
- versionName "4.7.0"
+ versionCode 64
+ versionName "4.8.0"
46
47
buildConfigField "boolean", "IS_TESTING", "false"
48
testInstrumentationRunner 'com.instructure.parentapp.ui.espresso.ParentHiltTestRunner'
0 commit comments