-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from AAkira/dev/2.0.0
Napier 2.0.0 🎉
- Loading branch information
Showing
171 changed files
with
6,818 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
package dependencies | ||
|
||
object Versions { | ||
const val versionCode = 15 | ||
const val versionName = "1.5.0" | ||
const val versionCode = 18 | ||
const val versionName = "2.0.0" | ||
|
||
// android | ||
const val androidVersionCode = 1 | ||
const val androidVersionName = "1.0.0" | ||
const val compileSdkVersion = 30 | ||
const val buildToolsVersion = "29.0.3" | ||
const val minSdkVersion = 16 | ||
const val instantAppMinSdkVersion = 23 | ||
const val targetSdkVersion = 28 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ target 'Napier' do | |
use_frameworks! | ||
|
||
pod 'Firebase/Crashlytics' | ||
pod 'mpp_sample', :path => '../mpp-sample' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'macOS (macOS)' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for macOS (macOS) | ||
pod 'mpp_sample', :path => '../mpp-sample' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
PODS: | ||
- mpp_sample (1.0.0) | ||
|
||
DEPENDENCIES: | ||
- mpp_sample (from `../mpp-sample`) | ||
|
||
EXTERNAL SOURCES: | ||
mpp_sample: | ||
:path: "../mpp-sample" | ||
|
||
SPEC CHECKSUMS: | ||
mpp_sample: 07fdbc60934b60a9bbfb833df6298899fe345026 | ||
|
||
PODFILE CHECKSUM: bc4ce6f8ddff432aa3bca804121efe1d46ba7a07 | ||
|
||
COCOAPODS: 1.10.1 |
Oops, something went wrong.