File tree Expand file tree Collapse file tree 7 files changed +15
-16
lines changed Expand file tree Collapse file tree 7 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 1
1
** /* .DS_Store
2
2
* .iml
3
+ * .apk
3
4
.gradle
4
5
.idea
5
6
.externalNativeBuild
6
7
local.properties
7
8
build
9
+ /docs /keystore
8
10
/app /src /main /3rdparty /
9
11
/app /src /main /jniLibs /
10
12
libopencv_ *
11
13
viewflow /
12
- gradle .properties
14
+ keystore .properties
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ apply plugin: 'jacoco-android'
4
4
apply plugin : ' realm-android'
5
5
apply plugin : ' com.google.firebase.firebase-perf'
6
6
7
+ def keystorePropertiesFile = rootProject. file(" sample_keystore.properties" )
8
+
9
+ def keystoreProperties = new Properties ()
10
+
11
+ keystoreProperties. load(new FileInputStream (keystorePropertiesFile))
12
+
7
13
android {
8
14
compileSdkVersion 25
9
15
buildToolsVersion " 25.0.3"
@@ -148,5 +154,3 @@ dependencies {
148
154
}
149
155
}
150
156
apply plugin : ' com.google.gms.google-services'
151
-
152
-
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" org.fossasia.phimpme"
4
- android : versionCode =" 1 "
5
- android : versionName =" 1.5 " >
4
+ android : versionCode =" 2 "
5
+ android : versionName =" 1.0.0 " >
6
6
7
7
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
8
8
<uses-permission android : name =" android.permission.CAMERA" />
Original file line number Diff line number Diff line change
1
+ storePassword =myStorePassword
2
+ keyPassword =mykeyPassword
3
+ keyAlias =myKeyAlias
4
+ storeFile =myStoreFileLocation
You can’t perform that action at this time.
0 commit comments