Loading build.gradle +0 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,6 @@ int gitCountCommits() { allprojects { apply plugin: 'idea' group = 'org.microg' version = gitDescribeVersion() ext.appVersionCode = gitCountCommits() } Loading remote-droid-guard/build.gradle +2 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,8 @@ dependencies { implementation "org.microg:safe-parcel:$safeParcelVersion" } group = 'org.microg.gms' android { compileSdkVersion androidCompileSdk buildToolsVersion "$androidBuildVersionTools" Loading Loading
build.gradle +0 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,6 @@ int gitCountCommits() { allprojects { apply plugin: 'idea' group = 'org.microg' version = gitDescribeVersion() ext.appVersionCode = gitCountCommits() } Loading
remote-droid-guard/build.gradle +2 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,8 @@ dependencies { implementation "org.microg:safe-parcel:$safeParcelVersion" } group = 'org.microg.gms' android { compileSdkVersion androidCompileSdk buildToolsVersion "$androidBuildVersionTools" Loading