Skip to content

Commit 6d5aebb

Browse files
authored
Merge pull request #2 from Meikiem/master
Update: minimum SDK version changed to 17
2 parents 1d77e38 + d8d9450 commit 6d5aebb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
buildToolsVersion "30.0.3"
88

99
defaultConfig {
10-
minSdkVersion 19
10+
minSdkVersion 17
1111
targetSdkVersion 30
1212
versionCode 1
1313
versionName "1.0"

app/src/main/java/co/ingrow/android/action/InGrowClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ private enum ClientSingleton {
5252
InGrowClient client;
5353
}
5454

55-
5655
public static void initialize(InGrowClient client) {
5756
if (client == null) {
5857
throw new IllegalArgumentException("Client must not be null");

0 commit comments

Comments
 (0)