-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a25d758
commit 5c3b21d
Showing
4 changed files
with
40 additions
and
52 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,23 @@ | ||
apply plugin: 'com.android.application' | ||
|
||
repositories { | ||
maven { | ||
url "https://s3.amazonaws.com/repo.commonsware.com" | ||
} | ||
} | ||
|
||
dependencies { | ||
implementation 'com.github.clans:fab:1.6.4' | ||
implementation 'com.githang:com-phillipcalvin-iconbutton:1.0.1@aar' | ||
implementation 'com.android.support:support-compat:26.1.0' | ||
implementation 'io.fotoapparat.fotoapparat:library:1.3.0' | ||
implementation 'com.github.clans:fab:1.6.4' | ||
implementation 'com.githang:com-phillipcalvin-iconbutton:1.0.1@aar' | ||
implementation 'com.android.support:support-compat:28.0.0' | ||
implementation 'io.fotoapparat:fotoapparat:2.5.0' | ||
} | ||
|
||
android { | ||
compileSdkVersion 26 | ||
buildToolsVersion '26.0.2' | ||
|
||
compileSdkVersion 28 | ||
|
||
defaultConfig { | ||
minSdkVersion 15 | ||
targetSdkVersion 26 | ||
targetSdkVersion 28 | ||
applicationId 'com.commonsware.android.camera.fotoapparat' | ||
} | ||
|
||
compileOptions { | ||
sourceCompatibility JavaVersion.VERSION_1_8 | ||
targetCompatibility JavaVersion.VERSION_1_8 | ||
} | ||
} |
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