Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Fix minSdk to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
belinwu committed Jan 22, 2019
1 parent 5ebd490 commit 00a0def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
deps.demoVersionName = "0.1.0"
deps.compileSdk = 28
deps.targetSdk = 28
deps.minSdk = 25
deps.minSdk = 15

deps.appcompat = "com.android.support:appcompat-v7:28.0.0"
deps.recyclerview = "com.android.support:recyclerview-v7:28.0.0"
Expand Down

0 comments on commit 00a0def

Please sign in to comment.