Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
ae5ee4b4a0 Compile against latest SDK 35
...to keep compatibility with the outer Shelter project
2024-10-05 17:09:37 -04:00
0fe8340267 Do not specify build tools version 2023-10-09 14:07:18 -04:00
b6bc632427 Define namespace for AGP 8.0 2023-10-09 14:06:13 -04:00

View file

@ -16,5 +16,5 @@
apply from: 'standalone-rules.gradle'
android.compileSdkVersion 26
android.buildToolsVersion '26.0.0'
android.compileSdk = 34
android.namespace 'com.android.setupwizardlib'