File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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
2227dependencies {
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'
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments