Skip to content

Commit

Permalink
- min sdk changed to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
semihozkoroglu committed May 21, 2021
1 parent 1e43641 commit c400307
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/src/main/java/com/rbs/android/example/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class MainActivity : AppCompatActivity() {
btnSearch.setOnClickListener {
rbs.sendAction(
action = "rbs.address.get.COUNTRIES",
jsonString = null,
headers = mapOf(Pair("header1", "parameter 1"), Pair("header2", "parameter 2"), Pair("header3", "parameter 3")),
success = { jsonData ->
Log.e("RBSService", jsonData) // Convert to data model with Gson()
Expand Down
2 changes: 1 addition & 1 deletion rbs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
buildToolsVersion "29.0.3"

defaultConfig {
minSdkVersion 21
minSdkVersion 19
targetSdkVersion 29
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit c400307

Please sign in to comment.