Skip to content

Commit

Permalink
Merge pull request #79 from magneticflux-/master
Browse files Browse the repository at this point in the history
Large Android update, misc. bugfixes
  • Loading branch information
plattysoft authored Jul 16, 2017
2 parents c0375fc + 554a9b9 commit 49dffb3
Show file tree
Hide file tree
Showing 16 changed files with 181 additions and 267 deletions.
11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
build/
*.iml
*.jar
!gradle-wrapper.jar
*.apk
local.properties
.idea/
!LeonidasExamples.apk
!LeonidsLib.jar
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

22 changes: 0 additions & 22 deletions .idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

19 changes: 0 additions & 19 deletions .idea/gradle.xml

This file was deleted.

38 changes: 0 additions & 38 deletions .idea/misc.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

6 changes: 3 additions & 3 deletions LeonidsExamples/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 21
buildToolsVersion "22.0.1"
compileSdkVersion 25
buildToolsVersion "25.0.3"

defaultConfig {
applicationId "com.plattysoft.leonids.examples"
minSdkVersion 11
targetSdkVersion 21
targetSdkVersion 25
}

buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions LeonidsLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ apply plugin: 'com.jfrog.bintray'
def versionName = '1.3.2'

android {
compileSdkVersion 15
buildToolsVersion "22.0.1"
compileSdkVersion 25
buildToolsVersion "25.0.3"

defaultConfig {
minSdkVersion 11
targetSdkVersion 17
targetSdkVersion 25
}

buildTypes {
Expand Down
Loading

0 comments on commit 49dffb3

Please sign in to comment.