Skip to content

Commit 17d13b9

Browse files
committed
open document format support ...
1 parent e9b94f0 commit 17d13b9

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

android/app/build.gradle

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -118,20 +118,20 @@ android {
118118
sourceCompatibility JavaVersion.VERSION_1_7
119119
}
120120

121-
applicationVariants.all { variant ->
122-
variant.outputs.all { output ->
123-
def project = "CoolReader"
124-
def SEP = "_"
125-
def buildType = variant.variantData.variantConfiguration.buildType.name
126-
def version = variant.versionName
127-
def date = new Date();
128-
def formattedDate = date.format('yyyyMMdd_HHmm')
129-
130-
def newApkName = project + SEP + buildType + SEP + version + SEP + formattedDate + ".apk"
131-
132-
outputFileName = new File(newApkName)
133-
}
134-
}
121+
// applicationVariants.all { variant ->
122+
// variant.outputs.all { output ->
123+
// def project = "CoolReader"
124+
// def SEP = "_"
125+
// def buildType = variant.variantData.variantConfiguration.buildType.name
126+
// def version = variant.versionName
127+
// def date = new Date();
128+
// def formattedDate = date.format('yyyyMMdd_HHmm')
129+
//
130+
// def newApkName = project + SEP + buildType + SEP + version + SEP + formattedDate + ".apk"
131+
//
132+
// outputFileName = new File(newApkName)
133+
// }
134+
// }
135135

136136
// https://developer.android.com/about/versions/marshmallow/android-6.0-changes#behavior-apache-http-client
137137
useLibrary 'org.apache.http.legacy'

0 commit comments

Comments
 (0)