mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
Tech | API 31 (#2031)
* Tech | API 30, Local Network Address (#2004) * 30 api + java 11 + scoped storage * update network address handler * fix * fix * put back permission * fix * fix * fix * ci * set tests off Co-authored-by: konstantiniiv <ki@anytype.io> * Fix | JVM version (#2033) * Tech | Update to API 31 (#2032) * update to API 31 * fix Co-authored-by: konstantiniiv <ki@anytype.io> * Fix | Network address handler (#2034) * Tech | Editor, update permissions (#2039) * add permission * remove legacy * fix permissions * fix * fix * add ext fun Co-authored-by: konstantiniiv <ki@anytype.io> * Tech | Permissions in Relations Value (#2041) * add permission * remove legacy * fix permissions * fix * fix * add ext fun * permissions in relations Co-authored-by: konstantiniiv <ki@anytype.io> * Tech | Update file logic to SAF (#2048) * update file logic * fixes * fix * fix * fixes * fixes * fix * fix * rename * fix * fix * style * fix * delete legacy test * add kdoc Co-authored-by: konstantiniiv <ki@anytype.io> * Tech | Add signing (#2047) * add signing * rename * fixes * debug signing Co-authored-by: E. Kozlov <ubuphobos@gmail.com> Co-authored-by: konstantiniiv <ki@anytype.io> * Tech | API 31, files refactoring (#2053) * refactoring * fix * fix * fix * fix Co-authored-by: konstantiniiv <ki@anytype.io> * put back create page * fix tests * temporary turn off signing * fix viewmodel nullable * ci off Co-authored-by: konstantiniiv <ki@anytype.io> Co-authored-by: E. Kozlov <ubuphobos@gmail.com>
This commit is contained in:
parent
b5ff81394c
commit
312289768a
100 changed files with 1022 additions and 492 deletions
|
@ -30,12 +30,12 @@ android {
|
|||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
sourceCompatibility JavaVersion.VERSION_11
|
||||
targetCompatibility JavaVersion.VERSION_11
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
jvmTarget = JavaVersion.VERSION_11
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue