Skip to content

Commit

Permalink
upgrade minor version, dependencies and gradle (#60)
Browse files Browse the repository at this point in the history
* upgrade minor version, dependencies and gradle

* Avoid shallow clone issue in travis

* Released new apk version 2.7.4
  • Loading branch information
xRahul authored Oct 12, 2019
1 parent 00d5e45 commit 0c2fdfd
Show file tree
Hide file tree
Showing 8 changed files with 135 additions and 15 deletions.
116 changes: 116 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: android
sudo: false
jdk: oraclejdk8

# To avoid shallow clone issue
git:
depth: false

addons:
sonarcloud:
organization: "xrahul-github" # the key of the org you chose at step #3
Expand Down
Binary file added app/APKs/FicsaveMiddleware 2.7.4.apk
Binary file not shown.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'androidx.appcompat:appcompat:1.1.0-rc01'
implementation 'com.google.android.material:material:1.1.0-alpha09'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.1.0-beta01'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.preference:preference:1.1.0-rc01'
implementation 'androidx.vectordrawable:vectordrawable:1.1.0-rc01'
implementation 'androidx.preference:preference:1.1.0'
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.cardview:cardview:1.0.0'

Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1"
classpath 'com.android.tools.build:gradle:3.5.1'
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.8"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down Expand Up @@ -35,6 +35,6 @@ ext {
minSdkVersion = 24
targetSdkVersion = 29
applicationId = "in.rahulja.ficsavemiddleware"
versionCode = 273
versionName = "2.7.3"
versionCode = 274
versionName = "2.7.4"
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Aug 10 00:39:09 IST 2019
#Sat Oct 12 14:41:33 SGT 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
8 changes: 4 additions & 4 deletions in.rahulja.ficsavemiddleware.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ This app supports Android Marshmallow (6.0+) and is compiled against Android Ore
Repo Type:git
Repo:https://github.com/xRahul/FicsaveMiddleware.git

Build:2.7.3,273
commit=2.7.3
Build:2.7.4,274
commit=2.7.4
subdir=app
gradle=yes

Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:2.7.3
Current Version Code:273
Current Version:2.7.4
Current Version Code:274
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sonar.projectKey=FicsaveMiddleware:app
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
sonar.projectName=FicsaveMiddleware
sonar.projectVersion=2.7.3
sonar.projectVersion=2.7.4

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
Expand Down

0 comments on commit 0c2fdfd

Please sign in to comment.