Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Commit

Permalink
2020-03-04 Version 1.0.4: Updated Gradle and Gradle plugin, badges in…
Browse files Browse the repository at this point in the history
… README.md, Git ignore rules in .gitignore
  • Loading branch information
fartem committed Mar 4, 2020
1 parent 2c2ab09 commit 07f0ceb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 19 deletions.
14 changes: 4 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,13 @@ proguard/
captures/

# IntelliJ
/.idea/
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/caches

# Keystore files
# Uncomment the following lines if you do not want to check your keystore files in.
#*.jks
#*.keystore
*.jks
*.keystore

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild
Expand All @@ -67,4 +61,4 @@ fastlane/test_output
fastlane/readme.md

# OSX files
.DS_Store
.DS_Store
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
OrmLite Data Backup
=============

![Travis CI](https://img.shields.io/travis/fartem/ormlite-data-backup)
![Codecov](https://img.shields.io/codecov/c/github/fartem/ormlite-data-backup )
[![Travis CI](https://img.shields.io/travis/fartem/ormlite-data-backup)](https://travis-ci.org/fartem/ormlite-data-backup)
[![Codecov](https://img.shields.io/codecov/c/github/fartem/ormlite-data-backup)](https://codecov.io/gh/fartem/ormlite-data-backup)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-OrmLite%20Data%20backup-brightgreen.svg?style=flat)](https://android-arsenal.com/details/3/7940)
![Open issues](https://img.shields.io/github/issues-raw/fartem/ormlite-data-backup.svg?color=ff534a)
[![Open issues](https://img.shields.io/github/issues-raw/fartem/ormlite-data-backup.svg?color=ff534a)](https://github.com/fartem/ormlite-data-backup/issues)

About
-------------
Expand Down
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ apply from: 'jacoco.gradle'

android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
buildToolsVersion '29.0.2'
defaultConfig {
applicationId "com.smlnskgmail.jaman.ormlitedatabackup"
applicationId 'com.smlnskgmail.jaman.ormlitedatabackup'
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName "1.0.4"
versionName '1.0.4'

testInstrumentationRunner "com.smlnskgmail.jaman.ormlitedatabackup.runner.AndroidJacocoTestRunner"
testInstrumentationRunner 'com.smlnskgmail.jaman.ormlitedatabackup.runner.AndroidJacocoTestRunner'
}
buildTypes {
debug {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {

}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:3.6.1'
classpath 'de.aaschmid:gradle-cpd-plugin:3.1'
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.4'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip

0 comments on commit 07f0ceb

Please sign in to comment.