Mercurial > 510Connectbot
comparison app/build.gradle @ 456:b00031b2d6ac
bump version and target api level for google play store
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 10 Nov 2018 12:18:05 -0800 |
parents | 7492d2cb7b75 |
children | 105815cce146 |
comparison
equal
deleted
inserted
replaced
455:3f24984b435f | 456:b00031b2d6ac |
---|---|
72 } | 72 } |
73 | 73 |
74 defaultConfig { | 74 defaultConfig { |
75 applicationId = "com.five_ten_sg.connectbot" | 75 applicationId = "com.five_ten_sg.connectbot" |
76 minSdkVersion = 8 | 76 minSdkVersion = 8 |
77 targetSdkVersion = 15 | 77 targetSdkVersion = 26 |
78 ndk { | 78 ndk { |
79 moduleName = "com_google_ase_Exec" | 79 moduleName = "com_google_ase_Exec" |
80 } | 80 } |
81 } | 81 } |
82 | 82 |