Skip to content

Commit

Permalink
Version 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlife committed Jun 14, 2016
1 parent e7deb5a commit 41b44e7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 49 deletions.
1 change: 1 addition & 0 deletions !admin.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
http://ourskylight.com/admin
username:"admin"
password:"bih7drptby"
9 changes: 0 additions & 9 deletions .classpath

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ autcommit-apk.cmd
.settings/
# Build
build/
*.apk
# Local configuration file (sdk path, etc)
local.properties
# AndroidStudio files
Expand Down
33 changes: 0 additions & 33 deletions .project

This file was deleted.

4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
package="odesk.johnlife.skylight">

<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="19" />
android:minSdkVersion="16"
android:targetSdkVersion="23" />

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Expand Down
Binary file removed Glimpse-Android-release.apk
Binary file not shown.
13 changes: 8 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,30 @@ repositories {

buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0-alpha5'
classpath 'com.android.tools.build:gradle:2.1.2'
}
}

dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
compile project(':LifeTools Reporter')
compile 'com.android.support:appcompat-v7:23+'
compile 'com.android.support:design:23+'
compile('org.apache.httpcomponents:httpmime:4.3.6') {
exclude module: 'httpclient'
}
compile 'org.apache.httpcomponents:httpclient-android:4.3.5'
}

android {
compileSdkVersion 19
buildToolsVersion "22.0.1"
useLibrary 'org.apache.http.legacy'
compileSdkVersion 23
buildToolsVersion "23.0.3"
defaultConfig {
renderscriptTargetApi 19
renderscriptSupportModeEnabled true
versionCode 26
versionName "5.0"
versionCode 28
versionName "5.2"
applicationId 'odesk.johnlife.skylight'
}
applicationVariants.all { variant ->
Expand Down

0 comments on commit 41b44e7

Please sign in to comment.