We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6d8de commit c1a8198Copy full SHA for c1a8198
app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "com.example.jingbin.cloudreader"
8
minSdkVersion rootProject.ext.minSdkVersion
9
targetSdkVersion rootProject.ext.targetSdkVersion
10
- versionCode 43
11
- versionName "3.4.2"
+ versionCode 44
+ versionName "3.4.3"
12
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
13
renderscriptTargetApi 19
14
renderscriptSupportModeEnabled true
0 commit comments