Skip to content

Commit 6b607c1

Browse files
committed
BARCODEANDROID-1189 Configure and test signed apk file
1 parent f1bd9d7 commit 6b607c1

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ local.properties
1616
local.environment
1717
github.properties
1818
/.idea/
19+
/keystore.properties
1920
/signing/*.*
2021
generate.cmd
2122
/keystore.properties

app/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ apply plugin: 'maven-publish'
33

44
project.description = 'Aspose Barcode Android Application'
55
def proguardFileName = "gradles/proguard.app.conf"
6-
//def githubProperties = new Properties()
7-
//githubProperties.load(new FileInputStream(rootProject.file("github.properties")))
86

9-
//def githubProperties = GradleAssist.readProperties("$rootDir/github.properties");
107
def githubCredentials = GradleAssist.readGitHubCredentials("$rootDir/local.environment");
118

129
publishing {
@@ -25,8 +22,6 @@ publishing {
2522
url = uri("https://maven.pkg.github.com/aspose-barcode/Barcode_Android_Application")
2623

2724
credentials {
28-
// username = githubProperties['github.user']
29-
// password = githubProperties['github.key']
3025
username = githubCredentials.userName;
3126
password = githubCredentials.password;
3227
}

0 commit comments

Comments
 (0)