Skip to content

Commit 841e81f

Browse files
committed
Released V0.1
1 parent 3a93baf commit 841e81f

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

apks/Part-DBv0.1.apk

1.21 MB
Binary file not shown.

app/build.gradle

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
11
apply plugin: 'com.android.application'
22

33
android {
4+
signingConfigs {
5+
}
46
compileSdkVersion 23
57
buildToolsVersion "23.0.2"
6-
78
defaultConfig {
89
applicationId "jbtronics.part_db"
910
minSdkVersion 14
1011
targetSdkVersion 23
11-
versionCode 1
12+
1213
versionName "1.0"
1314
}
1415
buildTypes {
1516
release {
1617
minifyEnabled false
1718
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1819
}
20+
debug {
21+
applicationIdSuffix 'debug'
22+
versionNameSuffix 'debug'
23+
}
1924
}
2025
}
2126

2227
dependencies {
23-
compile fileTree(dir: 'libs', include: ['*.jar'])
28+
compile fileTree(include: ['*.jar'], dir: 'libs')
2429
testCompile 'junit:junit:4.12'
2530
compile 'com.android.support:appcompat-v7:23.2.0'
2631
compile 'com.android.support:support-v4:23.2.0'

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="jbtronics.part_db">
3+
package="jbtronics.part_db"
4+
>
45

56
<application
67
android:allowBackup="true"

0 commit comments

Comments
 (0)