Skip to content

Commit

Permalink
chore: rename module name library to flextools
Browse files Browse the repository at this point in the history
  • Loading branch information
mrHerintsoaHasina committed May 26, 2021
1 parent aa47cf1 commit 7e3f581
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "androidx.legacy:legacy-support-v4:$legacy_support_v4_version"
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation project(':library')
implementation project(':flextools')
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {

// Dependencies
ext.android_annotation_version = '1.3.0-alpha01'
ext.appcompat_version = '1.1.0-alpha04'
ext.appcompat_version = '1.4.0-alpha01'
ext.flexbox_version = '1.1.0'
ext.legacy_support_v4_version = '1.0.0'

Expand Down
1 change: 1 addition & 0 deletions library/.gitignore → flextools/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build
*.gpg
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':library'
include ':app', ':flextools'

0 comments on commit 7e3f581

Please sign in to comment.